summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-07glsl: In later GLSL versions, sequence operator is cannot be a constant expre...t_dd_dmatmpIan Romanick1-1/+42
2015-10-07glsl: Add method to determine whether an expression contains the sequence ope...Ian Romanick3-0/+97
2015-10-07glsl: Restrict initializers for global variables to constant expression in ESIan Romanick1-3/+17
2015-10-07glsl: Only set ir_variable::constant_value for const-decorated variablesIan Romanick1-3/+6
2015-10-07t_dd_dmatmp: Use 'X &= ~N' instead of 'X -= X & N'Ian Romanick1-4/+4
2015-10-07t_dd_dmatmp: Use C99 mixed code and declarationsIan Romanick1-48/+29
2015-10-07t_dd_dmatmp: Require HAVE_POINTSIan Romanick1-20/+15
2015-10-07radeon: Drop broken front_buffer_reading/drawing optimizationIan Romanick3-46/+18
2015-10-07radeon: Use _mesa_is_front_buffer_drawingIan Romanick4-25/+5
2015-10-07Revert "mesa: enable KHR_debug for ES contexts"Emil Velikov2-2/+1
2015-10-07egl/dri2: Properly dereference array.Matt Turner1-3/+3
2015-10-07radeonsi: fix a GS hang on VIMarek Olšák2-0/+19
2015-10-07radeonsi: remove TC L2 cache flush for index buffers on VIMarek Olšák1-3/+3
2015-10-07svga: whitespace fixes in svga_sampler_view.cBrian Paul1-8/+16
2015-10-07svga: whitespace fixes in svga_resource_buffer.cBrian Paul1-26/+27
2015-10-07mesa: Remove GL_ARB_sampler_object depth compare error checking.Stefan Dösinger1-18/+10
2015-10-07svga: round UBO constant buffer size up/down to multiple of 16 bytesBrian Paul1-0/+18
2015-10-07egl/dri2: enable EGL_KHR_gl_colorspace for swrastEmil Velikov4-16/+20
2015-10-07egl/dri2: ease srgb __DRIconfig conditionalsEmil Velikov2-29/+14
2015-10-07mesa: enable KHR_debug for ES contextsEmil Velikov2-2/+3
2015-10-07main/get: make KHR_debug enums available everywhereMatthew Waters1-9/+9
2015-10-07glapi: add function pointers for KHR_debug for glesMatthew Waters2-0/+98
2015-10-07egl: move memcpy to bring conf->base operations togetherVarad Gautam1-1/+1
2015-10-07egl: restore surface type before linking config to its displayVarad Gautam1-0/+2
2015-10-07nouveau: make sure there's always room to emit a fenceIlia Mirkin4-2/+8
2015-10-06vc4: use nir two-sided-color loweringBoyan Ding2-24/+2
2015-10-06vc4: Fix a leak of the last color read/write surface on context destroy.Eric Anholt1-0/+3
2015-10-06vc4: Fix a memory leak in the simulator case.Eric Anholt1-1/+6
2015-10-06mesa: remove unneeded #include of colormac.hMark Janes1-1/+0
2015-10-06radeon/r200: remove unneeded #include of colormac.hMark Janes11-11/+0
2015-10-06i965: remove unneeded #include of colormac.hMark Janes2-2/+0
2015-10-06i915: remove unneeded #include of colormac.hMark Janes2-2/+0
2015-10-06i915: Drop broken front_buffer_reading/drawing optimizationVille Syrjälä3-41/+15
2015-10-06mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common codeIan Romanick6-33/+37
2015-10-06st/mesa: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick1-12/+1
2015-10-06radeon: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick1-7/+0
2015-10-06i915: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2-15/+0
2015-10-06i965: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2-16/+0
2015-10-06i830: Fix culling with user fbos on gen2Ville Syrjälä1-0/+2
2015-10-06i915: Adjust line size limitsVille Syrjälä1-2/+2
2015-10-06i915: Enable intel_render path for pointsVille Syrjälä1-5/+3
2015-10-06i915: Use COPY_DWORDS for pointsVille Syrjälä1-5/+1
2015-10-06i915: Use _tnl_RenderClippedPolygon and _tnl_RenderClippedLineVille Syrjälä1-17/+2
2015-10-06i915: Handle provoking vertex in intelFastRenderClippedPoly()Ville Syrjälä1-4/+12
2015-10-06t_dd_dmatmp: Check provoking vertex convention when rendering quadsVille Syrjälä1-20/+26
2015-10-06t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri stripsVille Syrjälä1-5/+2
2015-10-06t_dd_dmatmp: Allow flat shaded polygons with tri fansVille Syrjälä1-2/+4
2015-10-06t_dd_dmatmp: Replace fprintf with unreachableIan Romanick1-12/+9
2015-10-06radeon: Use C99 initializers for primitive arraysIan Romanick1-20/+20
2015-10-06i965: Use C99 initializers for primitive arraysIan Romanick1-24/+24