summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffersMichel Dänzer2014-09-261-3/+5
* nouveau: fix glCompressedTexImageIlia Mirkin2014-09-251-13/+52
* mesa/st: NumLayers is only valid for array texturesIlia Mirkin2014-09-253-3/+5
* mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner2014-09-254-15/+8
* radeon: Use PRINTLIKE macro.Matt Turner2014-09-251-8/+1
* mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner2014-09-251-6/+0
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-253-22/+27
* i965/compaction: Document instruction compaction capabilities.Matt Turner2014-09-251-0/+35
* i965: Emit ELSE/ENDIF JIP with type D on Gen 7.Matt Turner2014-09-251-2/+2
* i965/compaction: Support compaction of control flow instructions.Matt Turner2014-09-251-14/+16
* i965/compaction: Add support for G45.Matt Turner2014-09-251-15/+24
* i965: Add BRW_OPCODE_NENOP for G45.Matt Turner2014-09-252-2/+4
* i965/compaction: Add support for Gen5.Matt Turner2014-09-251-5/+210
* i965/compaction: Reduce size of compacted_counts[] array.Matt Turner2014-09-251-22/+37
* i965/compaction: Use sizeof brw_inst/brw_compact_inst.Matt Turner2014-09-251-15/+17
* i965/compaction: Increment offset in for loop.Matt Turner2014-09-251-3/+2
* i965/compaction: Make src_offset local to the for loop.Matt Turner2014-09-251-8/+4
* 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
* i965/vec4: Call calculate_cfg() in test programs to avoid crashing.Matt Turner2014-09-242-0/+2
* mesa: remove EXT suffix from FBO error messagesBrian Paul2014-09-241-30/+30
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-2415-54/+35
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-242-21/+0
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-243-24/+1
* mesa: Unifdef _XBOX.Matt Turner2014-09-241-1/+1
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-246-28/+7
* mesa: Remove duplicate _mesa_{init,free}_shader_state prototypes.Matt Turner2014-09-241-7/+0
* 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