summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/compaction: Remove unnecessary is-compacted? check.Matt Turner2014-09-251-2/+3
* i965/compaction: Don't set UIP on ELSE on Gen < 8.Matt Turner2014-09-251-1/+2
* i965/compaction: Rework 3-src compaction logic.Matt Turner2014-09-251-5/+9
* i965/sf: Disable instruction compaction.Matt Turner2014-09-251-1/+4
* i965: Set JumpCount, not JIP, on ENDIF on Gen 6.Matt Turner2014-09-251-4/+7
* mesa: Use VertexArray, not _VertexArray, in array size expressions.Kenneth Graunke2014-09-243-6/+6
* mesa: Set correct array element in vbo_exec_vtx_init.Kenneth Graunke2014-09-241-1/+1
* mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).Kenneth Graunke2014-09-241-4/+4
* mesa: Remove some dead helper functions.Kenneth Graunke2014-09-241-26/+0
* vc4: Compute max_index instead of trusting the rest of userspace.Eric Anholt2014-09-241-5/+13
* vc4: Move shader record setup before the draw call.Eric Anholt2014-09-241-38/+38
* i965/vec4: Call calculate_cfg() in test programs to avoid crashing.Matt Turner2014-09-242-0/+2
* vc4: Add support for gl_PointCoord.Eric Anholt2014-09-241-0/+34
* vc4: Add support for point size setting.Eric Anholt2014-09-246-6/+47
* vc4: Add support for line width setting.Eric Anholt2014-09-242-0/+5
* vc4: Actually add support for polygon offset.Eric Anholt2014-09-243-1/+28
* vc4: Fix swapped 565 dithering versus no-dithering render configs.Eric Anholt2014-09-241-2/+2
* vc4: Add support for alpha test.Eric Anholt2014-09-242-0/+70
* freedreno/a3xx: initial texture border-colorRob Clark2014-09-246-15/+65
* util: use linear formats in util_blit_pixels()Brian Paul2014-09-241-2/+2
* util: simplify writemask parameters for util_blit_pixels()Brian Paul2014-09-242-15/+17
* util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit codeBrian Paul2014-09-241-5/+5
* mesa: remove EXT suffix from FBO error messagesBrian Paul2014-09-241-30/+30
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-2417-66/+47
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-243-25/+4
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-247-39/+3
* mesa: Unifdef _XBOX.Matt Turner2014-09-241-1/+1
* configure.ac: Remove duplicate -DHAVE_PTHREAD.Matt Turner2014-09-241-5/+4
* configure.ac: Stop checking for perl.Matt Turner2014-09-241-2/+0
* configure.ac: Use test -a, rather than another test.Matt Turner2014-09-241-9/+9
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-247-30/+8
* mesa: Remove duplicate _mesa_{init,free}_shader_state prototypes.Matt Turner2014-09-241-7/+0
* gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306Tom Stellard2014-09-241-0/+2
* i965: Add and use functions to get next/prev blocks.Matt Turner2014-09-246-20/+73
* i965: Call insert and remove functions from exec_node directly.Matt Turner2014-09-243-14/+11
* i965: Make instruction lists local to the bblocks.Matt Turner2014-09-2412-92/+115
* i965/cfg: Add note about double-loop macros and break behavior.Matt Turner2014-09-241-0/+6
* i965: Replace initialization loops with memset().Matt Turner2014-09-242-15/+5
* i965/vec4: Don't iterate between blocks with inst->next/prev.Matt Turner2014-09-241-21/+9
* i965/fs: Don't iterate between blocks with inst->next/prev.Matt Turner2014-09-245-47/+34
* i965/cfg: Add macros to iterate through a block given a starting point.Matt Turner2014-09-241-0/+10
* i965/fs: Make count_to_loop_end() use basic blocks.Matt Turner2014-09-241-15/+16
* i965/vec4: Don't use instruction list after calculating the cfg.Matt Turner2014-09-245-14/+15
* i965/fs: Don't use instruction list after calculating the cfg.Matt Turner2014-09-243-22/+22
* i965: Remove now unneeded calls to calculate_cfg().Matt Turner2014-09-2412-39/+4
* i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner2014-09-2420-40/+34
* i965: Preserve the CFG in instruction scheduling.Matt Turner2014-09-241-32/+42
* i965/vec4: Preserve CFG in spill_reg().Matt Turner2014-09-244-38/+56
* i965/vec4: Preserve the CFG in a few more places.Matt Turner2014-09-241-7/+16
* i965/fs: Preserve the CFG in a few more places.Matt Turner2014-09-242-15/+21