summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Avoid dependency hints on math opcodesMike Stroyan2014-04-151-0/+8
* i965: Expand INTEL_DEBUG to uint64_t.Matt Turner2014-04-152-2/+2
* dri: Expand driParseDebugString return value to uint64_t.Matt Turner2014-04-152-6/+5
* i965/fs: Remove dead_code_eliminate_local().Matt Turner2014-04-152-159/+0
* i965/fs: Clear variable from live-set if it's completely overwritten.Matt Turner2014-04-151-0/+9
* i965/fs: Reimplement dead_code_elimination().Matt Turner2014-04-153-56/+117
* i965/vec4: Let DCE eliminate dead writes in other basic blocks.Matt Turner2014-04-151-4/+4
* i965/gs: Add dummy source to prepare_channel_masks instruction.Matt Turner2014-04-151-1/+2
* i965: Disable Z16 in all APIs.Kenneth Graunke2014-04-151-6/+0
* i965: Update comments about Z16 being slow.Kenneth Graunke2014-04-151-7/+10
* i965/gen8: add debug code to show FS disasm with jump locationsJordan Justen2014-04-141-0/+9
* i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga2014-04-133-3/+7
* i965: Add comment to explain the weird-looking shadow compares.Chris Forbes2014-04-131-5/+16
* glsl: Drop do_common_optimization's max_unroll_iterations parameter.Kenneth Graunke2014-04-111-1/+1
* i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.Kenneth Graunke2014-04-111-8/+7
* i965: Correct EmitNoIndirect shader compiler option flags.Kenneth Graunke2014-04-111-3/+2
* i965/fs: Reset reg_from when we can't coalesce.Matt Turner2014-04-111-0/+1
* i965: Fill in a bunch of gen7/hsw data cache-related disasm.Eric Anholt2014-04-111-7/+103
* i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.Eric Anholt2014-04-114-5/+2
* i965: Skip a bunch of IB BO refcount twiddling.Eric Anholt2014-04-111-13/+13
* i965/gen7: Skip repeated NULL depth/stencil state emits.Eric Anholt2014-04-114-0/+20
* i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state.Kenneth Graunke2014-04-101-2/+2
* xlib: s/FREE/free/Brian Paul2014-04-101-1/+1
* i965: Enable ARB_texture_view on Gen7Chris Forbes2014-04-101-0/+4
* i965: Account for view parameters in blit CTSI pathChris Forbes2014-04-101-2/+7
* i965: Account for MinLayer/MinLevel in blorp CTSI pathChris Forbes2014-04-101-3/+6
* i965: Account for view parameters in fast depth clearsChris Forbes2014-04-101-3/+3
* i965/blorp: Account for nonzero MinLayer in layered clears.Chris Forbes2014-04-101-1/+1
* i965/blorp: Use irb->layer_count in clearChris Forbes2014-04-101-2/+1
* i965: Add layer_count to intel_renderbufferChris Forbes2014-04-102-0/+13