summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: Fix memory leak in intel_miptree_create()Chad Versace2011-12-291-2/+2
* i965/fs: Allow constant propagation into IF with embedded compare.Eric Anholt2011-12-291-0/+1
* intel: Drop the batchbuffer flush on glRenderbufferStorage().Eric Anholt2011-12-291-2/+0
* intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().Eric Anholt2011-12-291-2/+0
* intel: Make the batchbuffer flush debug more useful.Eric Anholt2011-12-292-3/+5
* intel: Fix performance regression in Lightsmark since HiZ changes.Eric Anholt2011-12-291-0/+3
* intel: Don't consider miptrees for other texture targets to match.Eric Anholt2011-12-292-1/+3
* mesa: Re-add main/bitset.h to fix classic nouveau build failure.José Fonseca2011-12-281-0/+2
* mesa: Remove now unused main/bitset.h.Mathias Fröhlich2011-12-281-2/+0
* radeon: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-283-38/+37
* nouveau: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-2/+2
* i915: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-14/+12
* i965/vs: Properly clear cur_value when propagating direct copies.Kenneth Graunke2011-12-271-16/+12
* i965/vs: Fix incorrect subscript when resetting copy propagation records.Kenneth Graunke2011-12-271-1/+1
* i965: Create mock implementation of GL_OES_EGL_image_externalChad Versace2011-12-274-0/+6
* meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()Chad Versace2011-12-271-0/+2
* i965: increase the brw eu instruction store size dynamicallyYuanhan Liu2011-12-263-3/+18
* i965: call next_insn() before referencing a instruction by indexYuanhan Liu2011-12-261-14/+26
* i965: get the jmp distance by instruction indexYuanhan Liu2011-12-264-12/+10
* i965: let the if_stack just store the instruction indexYuanhan Liu2011-12-263-10/+19
* i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()Paul Berry2011-12-241-1/+1
* i965 gen6: Fix transform feedback of triangle strips.Paul Berry2011-12-242-18/+72
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-248-832/+0
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-248-999/+7
* i965/gen7: Fix feedback for flat-shaded tristrips versus provoking vertex.Eric Anholt2011-12-231-0/+5
* i965/gen7: Add support for transform feedback.Eric Anholt2011-12-231-7/+201
* i965/gen7: Move SOL stage disable to gen7_sol_state.cEric Anholt2011-12-234-7/+58
* i965/gen7: Add register definitions for GL_EXT_transform_feedback.Eric Anholt2011-12-232-2/+86
* i965/gen7: Make primitives_written counting work.Eric Anholt2011-12-231-6/+27
* i965/gen7: Enable EXT_transform_feedback extension under 3.0 override.Eric Anholt2011-12-231-1/+1
* i965 Gen6+: Invalidate VF address-based cache on flushPaul Berry2011-12-231-0/+1
* i965 gen6: Resend binding table pointer after updating SOL bindings.Paul Berry2011-12-231-0/+2
* i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.Paul Berry2011-12-233-9/+9
* i965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on Gen4.Kenneth Graunke2011-12-231-1/+4
* mesa: Pause transform feedback during meta ops.Paul Berry2011-12-231-0/+13
* i965 gen6: Implement transform feedback pause/resume functionality.Paul Berry2011-12-233-3/+6
* mesa: Save and restore GL_RASTERIZER_DISCARD state during meta ops.Paul Berry2011-12-231-0/+7
* dri2: Add createContextAttribs entry point for DRISW version 3Ian Romanick2011-12-231-2/+6
* dri2: Add createContextAttribs entry point for DRI2 version 3Ian Romanick2011-12-231-2/+6
* i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt2011-12-216-58/+25
* i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.Eric Anholt2011-12-214-86/+45
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-219-28/+58
* i965: Drop unused do_insn argument from gen6_CONT().Eric Anholt2011-12-215-7/+5
* mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry2011-12-211-2/+3
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-211-1/+1
* i965 gen6: Turn on transform feedback extension unconditionally.Paul Berry2011-12-201-1/+1
* i965 gen6: Implement transform feedback queries.Paul Berry2011-12-203-0/+54
* i965: Convert if/else to switch statements in brw_queryobj.cPaul Berry2011-12-201-6/+30
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-205-8/+72
* mesa: Add a function to query whether a meta-op is in progress.Paul Berry2011-12-202-0/+13