summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-05-01i965: Drop mark_surface_used from gen8 generators.Kenneth Graunke4-28/+6
2014-05-01i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.Kenneth Graunke1-0/+1
2014-05-01i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.Kenneth Graunke3-15/+8
2014-04-30i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke1-4/+9
2014-04-30i965: Fix state flag comments on color_buffer_write_enabled() calls.Eric Anholt3-1/+3
2014-04-30i965: Drop bogus state flag comment.Eric Anholt1-1/+0
2014-04-30i965: Track the number of samples in the drawbuffer.Eric Anholt5-22/+29
2014-04-30mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.Eric Anholt3-1/+12
2014-04-30mesa: Rewrite shader-based texture image state updates.Eric Anholt1-49/+73
2014-04-30mesa: Split the shader texture update logic from fixed function.Eric Anholt1-90/+160
2014-04-30mesa: Finish removing the _ReallyEnabled field.Eric Anholt2-8/+2
2014-04-30radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt8-29/+40
2014-04-30swrast: Drop remaining use of _ReallyEnabled.Eric Anholt1-1/+1
2014-04-30gallium: Drop use of _ReallyEnabled.Eric Anholt1-2/+4
2014-04-30mesa: Drop _ReallyEnabled usage from ff_fragment_shader.Eric Anholt1-14/+3
2014-04-30i915: Drop use of _ReallyEnabled.Eric Anholt2-45/+44
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt27-59/+46
2014-04-30mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).Eric Anholt1-0/+2
2014-04-30mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt3-4/+0
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt17-43/+31
2014-04-30swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.Eric Anholt1-1/+1
2014-04-30i915: Redo texture unit walking on i830.Eric Anholt1-10/+6
2014-04-30i965/vec4: Remove 'mul_arg' from try_emit_mad().Matt Turner2-7/+12
2014-04-30i965/fs: Remove 'mul_arg' from try_emit_mad().Matt Turner2-7/+12
2014-04-30mesa: change invalid texture swizzle error to GL_INVALID_ENUMBrian Paul1-2/+2
2014-04-29i965: Fix a few base addresses on Broadwell.Kenneth Graunke1-2/+2
2014-04-28mesa/st: implement new bit manipulation opcodesIlia Mirkin1-17/+56
2014-04-28dri_util: cleanup dri extension handlingEmil Velikov2-5/+5
2014-04-28dri/radeon: use a const __DRIextension arrayEmil Velikov2-17/+14
2014-04-28drivers/dri: cleanup dri extension instantiationEmil Velikov6-28/+37
2014-04-28Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULTJon TURNEY2-4/+4
2014-04-28st/mesa: Fix NULL pointer dereference for incomplete framebuffersMichel Dänzer1-1/+6
2014-04-27mesa: overhaul debug namespace supportChia-I Wu1-178/+88
2014-04-27mesa: delay copying of debug groupsChia-I Wu1-41/+89
2014-04-27mesa: clean up debug output namespace handlingChia-I Wu1-139/+211
2014-04-27mesa: clean up debug groupsChia-I Wu1-42/+48
2014-04-27mesa: clean up debug message logChia-I Wu1-36/+42
2014-04-27mesa: use accessors for struct gl_debug_stateChia-I Wu8-108/+156
2014-04-27mesa: eliminate debug output message_insertChia-I Wu1-26/+19
2014-04-27mesa: eliminate debug output should_logChia-I Wu1-29/+11
2014-04-27mesa: eliminate debug output control_app_messagesChia-I Wu1-66/+17
2014-04-27mesa: eliminate debug output get_msgChia-I Wu1-73/+26
2014-04-27mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_dataChia-I Wu1-62/+63
2014-04-27mesa: refactor _mesa_PushDebugGroupChia-I Wu1-42/+60
2014-04-27mesa: refactor debug output control_messagesChia-I Wu1-51/+62
2014-04-27mesa: refactor debug output get_msgChia-I Wu1-11/+47
2014-04-27mesa: refactor debug out log_msgChia-I Wu1-59/+75
2014-04-27mesa: refactor debug output set_message_stateChia-I Wu1-31/+39
2014-04-27mesa: refactor debug output should_logChia-I Wu1-50/+61
2014-04-27mesa: refactor _mesa_get_debug_stateChia-I Wu1-25/+37