- e4be17f ralloc: Mark ralloc functions with gcc's malloc attribute. by Matt Turner · 11 years ago
- 976464c mesa: Replace a priori knowledge of gcc attributes with configure tests. by Matt Turner · 11 years ago
- 4a96df7 mesa: Replace a priori knowledge of gcc builtins with configure tests. by Matt Turner · 11 years ago
- 3e00822 i965/compaction: Document instruction compaction capabilities. by Matt Turner · 11 years ago
- 54e30db i965: Emit ELSE/ENDIF JIP with type D on Gen 7. by Matt Turner · 11 years ago
- 6a4e84e i965/compaction: Support compaction of control flow instructions. by Matt Turner · 11 years ago
- 14e44f8 i965/compaction: Add support for G45. by Matt Turner · 11 years ago
- 5a55955 i965: Add BRW_OPCODE_NENOP for G45. by Matt Turner · 11 years ago
- 64c0f62 i965/compaction: Add support for Gen5. by Matt Turner · 11 years ago
- bb05b53 i965/compaction: Reduce size of compacted_counts[] array. by Matt Turner · 11 years ago
- 90c982a i965/compaction: Use sizeof brw_inst/brw_compact_inst. by Matt Turner · 11 years ago
- b92a1e2 i965/compaction: Increment offset in for loop. by Matt Turner · 11 years ago
- eebf1f5 i965/compaction: Make src_offset local to the for loop. by Matt Turner · 11 years ago
- cde887c i965/compaction: Remove unnecessary is-compacted? check. by Matt Turner · 11 years ago
- 118021f i965/compaction: Don't set UIP on ELSE on Gen < 8. by Matt Turner · 11 years ago
- 45c3ece i965/compaction: Rework 3-src compaction logic. by Matt Turner · 11 years ago
- 1fce6fc i965/sf: Disable instruction compaction. by Matt Turner · 11 years ago
- b546670 i965: Set JumpCount, not JIP, on ENDIF on Gen 6. by Matt Turner · 11 years ago
- 23247e8 mesa: Use VertexArray, not _VertexArray, in array size expressions. by Kenneth Graunke · 11 years ago
- f81052d mesa: Set correct array element in vbo_exec_vtx_init. by Kenneth Graunke · 11 years ago
- d0ec6e8 mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*). by Kenneth Graunke · 11 years ago
- 8c16a0d mesa: Remove some dead helper functions. by Kenneth Graunke · 11 years ago
- a04605a vc4: Compute max_index instead of trusting the rest of userspace. by Eric Anholt · 11 years ago
- 61cb08a vc4: Move shader record setup before the draw call. by Eric Anholt · 11 years ago
- ba0c0a1 i965/vec4: Call calculate_cfg() in test programs to avoid crashing. by Matt Turner · 11 years ago
- 52476b3 vc4: Add support for gl_PointCoord. by Eric Anholt · 11 years ago
- 66b7bd6 vc4: Add support for point size setting. by Eric Anholt · 11 years ago
- f24588d vc4: Add support for line width setting. by Eric Anholt · 11 years ago
- 7fa399f vc4: Actually add support for polygon offset. by Eric Anholt · 11 years ago
- 6abbdfe vc4: Fix swapped 565 dithering versus no-dithering render configs. by Eric Anholt · 11 years ago
- 8cd1650 vc4: Add support for alpha test. by Eric Anholt · 11 years ago
- a87e44d freedreno/a3xx: initial texture border-color by Rob Clark · 11 years ago
- 9f47220 util: use linear formats in util_blit_pixels() by Brian Paul · 11 years ago
- b6947e0 util: simplify writemask parameters for util_blit_pixels() by Brian Paul · 11 years ago
- b32f05e util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code by Brian Paul · 11 years ago
- f5e8b30 mesa: remove EXT suffix from FBO error messages by Brian Paul · 11 years ago
- 5980fc3 mesa: Drop _mesa_getenv() wrapper. by Matt Turner · 11 years ago
- 209eba4 mesa: Drop _mesa_bsearch() wrapper. by Matt Turner · 11 years ago
- 9499d6e mesa: Unifdef _WIN32_WCE. by Matt Turner · 11 years ago
- d20015a mesa: Unifdef _XBOX. by Matt Turner · 11 years ago
- b133b84 configure.ac: Remove duplicate -DHAVE_PTHREAD. by Matt Turner · 11 years ago
- d102252 configure.ac: Stop checking for perl. by Matt Turner · 11 years ago
- 585e250 configure.ac: Use test -a, rather than another test. by Matt Turner · 11 years ago
- 452926a mesa: Use realloc() instead of _mesa_realloc() and remove the latter. by Matt Turner · 11 years ago
- e5162de mesa: Remove duplicate _mesa_{init,free}_shader_state prototypes. by Matt Turner · 11 years ago
- 180b152 gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306 by Tom Stellard · 11 years ago
- ef75f60 i965: Add and use functions to get next/prev blocks. by Matt Turner · 11 years ago
- 444fc0b i965: Call insert and remove functions from exec_node directly. by Matt Turner · 11 years ago
- 49374fa i965: Make instruction lists local to the bblocks. by Matt Turner · 11 years ago
- 3fe1a84 i965/cfg: Add note about double-loop macros and break behavior. by Matt Turner · 11 years ago
- 153d148 i965: Replace initialization loops with memset(). by Matt Turner · 11 years ago
- 72bb3f8 i965/vec4: Don't iterate between blocks with inst->next/prev. by Matt Turner · 11 years ago
- f0598d4 i965/fs: Don't iterate between blocks with inst->next/prev. by Matt Turner · 11 years ago
- 7119712 i965/cfg: Add macros to iterate through a block given a starting point. by Matt Turner · 11 years ago
- 235f451 i965/fs: Make count_to_loop_end() use basic blocks. by Matt Turner · 11 years ago
- 90bfeb2 i965/vec4: Don't use instruction list after calculating the cfg. by Matt Turner · 11 years ago
- 2ff0ff8 i965/fs: Don't use instruction list after calculating the cfg. by Matt Turner · 11 years ago
- a4fb889 i965: Remove now unneeded calls to calculate_cfg(). by Matt Turner · 11 years ago
- 072ea41 i965: Remove cfg-invalidating parameter from invalidate_live_intervals. by Matt Turner · 11 years ago
- 9e28bb8 i965: Preserve the CFG in instruction scheduling. by Matt Turner · 11 years ago
- 269b6e2 i965/vec4: Preserve CFG in spill_reg(). by Matt Turner · 11 years ago
- b0b64c8 i965/vec4: Preserve the CFG in a few more places. by Matt Turner · 11 years ago
- a9f8296 i965/fs: Preserve the CFG in a few more places. by Matt Turner · 11 years ago
- 9b75663 i965: Restructure debug flags by Kristian Høgsberg · 11 years ago
- 8f4ee56 gallivm: Disable gallivm to fix build with LLVM 3.6 by Tom Stellard · 11 years ago
- 2f7714e gallium/rbug: correctly unreference a sampler view by Marek Olšák · 11 years ago
- 91ddf49 gallium/rbug: unlock a mutex in rbug_create_query by Marek Olšák · 11 years ago
- c944866 radeonsi: remove old cache flushing code by Marek Olšák · 11 years ago
- dd53d53 radeonsi/compute: do CS partial flush with si_emit_cache_flush by Marek Olšák · 11 years ago
- 604b58b radeonsi/compute: flush caches with si_emit_cache_flush by Marek Olšák · 11 years ago
- 628f8ee radeonsi/compute: directly emit CONTEXT_CONTROL by Marek Olšák · 11 years ago
- dc05a9e radeonsi: properly destroy the GS copy shader and scratch_bo for compute by Marek Olšák · 11 years ago
- 711623f radeonsi: release GS rings at context destruction by Marek Olšák · 11 years ago
- 2833dc4 radeonsi: don't use pipe_constant_buffer for GS rings by Marek Olšák · 11 years ago
- 1abb1a9 radeonsi: don't pass the context to the shader translator by Marek Olšák · 11 years ago
- e29353f radeonsi: don't snoop currently-bound GS shader when compiling ES by Marek Olšák · 11 years ago
- 2774abd radeonsi: shorten si_pipe_* prefixes to si_* by Marek Olšák · 11 years ago
- 8c37c16 radeonsi: merge si_pipe_shader into si_shader by Marek Olšák · 11 years ago
- 07c0b4d radeonsi: disable gl_SampleMask fragment shader output if MSAA is disabled by Marek Olšák · 11 years ago
- b53b1ce radeonsi: only update MSAA-specific framebuffer state if nr_samples is changed by Marek Olšák · 11 years ago
- dba4c5b radeonsi: move DB_SHADER_CONTROL into db_render_state by Marek Olšák · 11 years ago
- adc5797 radeonsi: set KILL_ENABLE during shader compilation, remove uses_kill flag by Marek Olšák · 11 years ago
- a34c9f7 radeonsi: remove shader.ps_conservative_z, set db_shader_control instead by Marek Olšák · 11 years ago
- 884f165 radeonsi: move DB registers from draw_vbo into new db_render_state by Marek Olšák · 11 years ago
- a768b43 radeonsi: remove unused variable si_pipe_shader::sprite_coord_enable by Marek Olšák · 11 years ago
- fd07625 radeonsi: document what si_descriptors.c does by Marek Olšák · 11 years ago
- 4ace419 r300g: implement MSAA copies by resolving and upsampling by Marek Olšák · 11 years ago
- 6cfedf8 st/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC/VARi to TGSI GENERIC[i] by Marek Olšák · 11 years ago
- 77038cd st/mesa: don't set coord_enable for gl_PointCoord if using TGSI_SEMANTIC_PCOORD by Marek Olšák · 11 years ago
- ffbcee8 st/mesa: use UniformBooleanTrue in glsl_to_tgsi by Marek Olšák · 11 years ago
- 4155d1c st/mesa: drop dependence on API profile in st_init_extensions by Marek Olšák · 11 years ago
- 2599b92 mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDE by Marek Olšák · 11 years ago
- 10ffd98 mesa: don't set ES versions to GLSLVersion in _mesa_init_constants by Marek Olšák · 11 years ago
- a3e9582 targets/vl: don't forget to set GALLIUM_STATIC_TARGETS by Emil Velikov · 11 years ago
- 5a68432 targets/egl: fold in target LDFLAGS variables by Emil Velikov · 11 years ago
- a37b9bb targets: drop the old MEGADRIVERS & STATIC_TARGET... variables by Emil Velikov · 11 years ago
- 0f3c0ff gallium/softpipe,llvmpipe: add automake target 'templates' by Emil Velikov · 11 years ago
- 29c4ae0 configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables by Emil Velikov · 11 years ago
- 3d90986 gallium/vc4: add automake target 'templates' by Emil Velikov · 11 years ago
- c2b5d70 gallium/r300,r600,radeonsi: add automake target 'templates' by Emil Velikov · 11 years ago