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