Pārlūkot izejas kodu

i965: allow larger AA points on fallback path

tags/mesa_7_3_rc2
Brian Paul pirms 16 gadiem
vecāks
revīzija
49b53407c7
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3
    0
      src/mesa/drivers/dri/i965/brw_context.c

+ 3
- 0
src/mesa/drivers/dri/i965/brw_context.c Parādīt failu

@@ -143,6 +143,9 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
ctx->Const.MaxCubeTextureLevels = 12;
ctx->Const.MaxTextureRectSize = (1<<11);
/* if conformance mode is set, swrast can handle any size AA point */
ctx->Const.MaxPointSizeAA = 255.0;

/* ctx->Const.MaxNativeVertexProgramTemps = 32; */

brw_init_attribs( brw );

Notiek ielāde…
Atcelt
Saglabāt