summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-3021-44/+33
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-303-4/+0
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-3011-15/+15
* i915: Redo texture unit walking on i830.Eric Anholt2014-04-301-10/+6
* i965/vec4: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-302-7/+12
* i965/fs: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-302-7/+12
* i965: Fix a few base addresses on Broadwell.Kenneth Graunke2014-04-291-2/+2
* dri_util: cleanup dri extension handlingEmil Velikov2014-04-282-5/+5
* dri/radeon: use a const __DRIextension arrayEmil Velikov2014-04-282-17/+14
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-286-28/+37
* Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULTJon TURNEY2014-04-282-4/+4
* mesa: use accessors for struct gl_debug_stateChia-I Wu2014-04-271-4/+1
* i965: Don't bother flushing the batch if it doesn't ref our mt to map.Eric Anholt2014-04-251-1/+2
* i965: Make Broadwell HiZ path arrange for TC flushes.Kenneth Graunke2014-04-221-0/+3
* i965: Use uint16_t for control/src index tables.Matt Turner2014-04-221-14/+14
* i965/disasm: Fix s/xoo/xor/ typo.Matt Turner2014-04-221-1/+1
* i965/disasm: Remove tables with obvious mappings.Matt Turner2014-04-222-13/+2
* i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper boundChris Forbes2014-04-212-2/+4
* i965/fs: Implement fs_inst::force_sechalf support on Broadwell.Kenneth Graunke2014-04-183-4/+8
* i965/fs: Reduce restrictions on interference in register coalescing.Matt Turner2014-04-181-13/+0
* i965/fs: Give up in interference check if we see a WHILE.Matt Turner2014-04-181-1/+1
* i965/fs: Simplify interference scan in register coalescing.Matt Turner2014-04-181-13/+9
* i965/fs: Unindent can_coalesce_vars().Matt Turner2014-04-181-27/+28
* i965/fs: Recognize nop-MOV instructions early.Matt Turner2014-04-181-3/+17
* i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner2014-04-181-7/+9
* i965: Retype pre-Gen6 varying pull load destination to UW.Kenneth Graunke2014-04-171-1/+1
* i965: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat2014-04-171-0/+8
* i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndexAnuj Phogat2014-04-171-1/+5
* i965: Fix component mask and varying_to_slot mapping for gl_LayerAnuj Phogat2014-04-171-4/+14
* i965: Put an assertion to check valid varying_to_slot[varying]Anuj Phogat2014-04-171-0/+1
* meta: Clip src/dest rects in BlitFramebuffer, using the scissorChris Forbes2014-04-172-2/+43
* i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner2014-04-161-4/+8
* i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila2014-04-161-7/+4
* i965/fs: Add support for the MAC instruction.Juha-Pekka Heikkila2014-04-162-0/+4
* i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila2014-04-161-16/+6
* i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila2014-04-163-0/+5
* i965: Add writes_accumulator flagJuha-Pekka Heikkila2014-04-168-35/+131
* i965: Add is_accumulator() function.Juha-Pekka Heikkila2014-04-164-0/+28
* i965: Add reads_accumulator_implicitly() function.Matt Turner2014-04-162-0/+14
* Revert "i965/fs: Only sweep NOPs if register coalescing made progress."Matt Turner2014-04-151-8/+7
* i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner2014-04-151-7/+8
* i965: Fix buffer overruns in MSAA MCS buffer clearing.Eric Anholt2014-04-151-1/+1
* meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.Eric Anholt2014-04-152-17/+49
* meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.Eric Anholt2014-04-154-12/+94
* meta: Add support for CUBE_MAP_ARRAY to generatemipmap.Eric Anholt2014-04-152-1/+5
* meta: Infer bind_fbo_image parameters from an incoming image.Eric Anholt2014-04-153-6/+13
* meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.Eric Anholt2014-04-153-34/+36
* meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.Eric Anholt2014-04-152-138/+2
* meta: Refactor the BlitFramebuffer color CopyTexImage fallback.Eric Anholt2014-04-151-52/+41
* meta: Drop blit src size fallback.Eric Anholt2014-04-151-10/+0