1. ba63db1 i965/vec4: use byte_offset() instead of offset() by Iago Toral Quiroga · 8 years ago
  2. 5a4ce9f i965/vec4: add a byte_offset helper by Iago Toral Quiroga · 8 years ago
  3. 671da8d mesa: expose GL_EXT_robustness by Tapani Pälli · 8 years ago
  4. 44482d5 st/mesa: set RobustAccess true when is supported by Tapani Pälli · 8 years ago
  5. fe76447 i956: set RobustAccess true when is supported by Tapani Pälli · 8 years ago
  6. ef16003 mesa: add missing CONTEXT_ROBUST_ACCESS enum by Tapani Pälli · 8 years ago
  7. b687f76 st/mesa: allow multiple concurrent waiters in ClientWaitSync by Marek Olšák · 8 years ago
  8. f240ad9 st/mesa: unduplicate st_check_sync code by Marek Olšák · 8 years ago
  9. dfbdb2c mesa/program: Add _mesa_symbol_table_replace_symbol() by Samuel Iglesias Gonsálvez · 8 years ago
  10. 2e423ca nir: stop adjusting driver location for varying packing by Timothy Arceri · 8 years ago
  11. 4ac6686 compiler: remove copy_shader_info() by Timothy Arceri · 8 years ago
  12. 9972c59 glsl: set uses texture gather directly in shader_info by Timothy Arceri · 8 years ago
  13. 4016f08 glsl/st/mesa: use common system values read field by Timothy Arceri · 8 years ago
  14. 2f59f3e glsl: set patch outputs written directly in shader_info by Timothy Arceri · 8 years ago
  15. f79d37f st/mesa: use common patch outputs written field by Timothy Arceri · 8 years ago
  16. 419de30 glsl: set patch inputs read directly in shader_info by Timothy Arceri · 8 years ago
  17. 3d2a503 st/mesa: use common patch inputs read field by Timothy Arceri · 8 years ago
  18. fdf42d3 glsl: set outputs read directly in shader_info by Timothy Arceri · 8 years ago
  19. 5346630 r200/glsl/st/mesa: use common outputs written field by Timothy Arceri · 8 years ago
  20. b4b450a mesa/glsl: set double inputs read directly in shader_info by Timothy Arceri · 8 years ago
  21. 2409397 st/mesa: use common double inputs read field by Timothy Arceri · 8 years ago
  22. e81aaeb r200/i915/st/mesa/compiler: use common inputs read field by Timothy Arceri · 8 years ago
  23. dfcbdba mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_program_data() by Timothy Arceri · 8 years ago
  24. 6c2fcf6 meta: remove remaining tabs in meta.c by Timothy Arceri · 8 years ago
  25. 3d89478 i965: replace brw_compute_program with brw_program by Timothy Arceri · 8 years ago
  26. 13d0cf5 i965: replace brw_fragment_program with brw_program by Timothy Arceri · 8 years ago
  27. 46a4e42 i965: replace brw_tess_{eval,ctrl}_program with brw_program by Timothy Arceri · 8 years ago
  28. 649bdb1 i965: replace brw_geomerty_program with brw_program by Timothy Arceri · 8 years ago
  29. cb2d181 i965: replace brw_vertex_program with new generic brw_program by Timothy Arceri · 8 years ago
  30. 3423488 st/mesa/r200/i915/i965: eliminate gl_fragment_program by Timothy Arceri · 8 years ago
  31. 17e28a1 i965/mesa/st/swrast: set fs shader_info directly and switch to using it by Timothy Arceri · 8 years ago
  32. 91d5b0e mesa: remove now unused IsCentroid from gl_fragment_program by Timothy Arceri · 8 years ago
  33. d9d0437 st/mesa: get interpolation location at translation time by Timothy Arceri · 8 years ago
  34. a317b40 i965: remove unused debug param by Timothy Arceri · 8 years ago
  35. aa881e4 glsl: remove now unused InterpQualifier by Timothy Arceri · 8 years ago
  36. c596f47 i965: remove unused BRW_STATE_INTERPOLATION_MAP flag by Timothy Arceri · 8 years ago
  37. 91d61fb i965: rewrite brw_setup_vue_interpolation() by Timothy Arceri · 8 years ago
  38. 20c0e67 st/mesa: stop making use of InterpQualifier array by Timothy Arceri · 8 years ago
  39. cdafd49 mesa: remove unrequired code by Timothy Arceri · 8 years ago
  40. 9605b98 i965/mesa/st: eliminate gl_compute_program by Timothy Arceri · 8 years ago
  41. 5a228c0 mesa: set cs shader_info metadata directly by Timothy Arceri · 8 years ago
  42. 4ca71a1 st/mesa: switch cs over to shared shader_info by Timothy Arceri · 8 years ago
  43. 81faead mesa/i965/i915/r200: eliminate gl_vertex_program by Timothy Arceri · 8 years ago
  44. 0ab51f8 i965: switch vs over to shared shader_info by Timothy Arceri · 8 years ago
  45. 92f77e9 i965/mesa/st: eliminate gl_geometry_program by Timothy Arceri · 8 years ago
  46. 9045ddc mesa: set gs shader_info metadata directly by Timothy Arceri · 8 years ago
  47. 8d7b25e st/mesa: switch gs over to shared shader_info by Timothy Arceri · 8 years ago
  48. 288c96a i965: switch gs over to shared shader_info by Timothy Arceri · 8 years ago
  49. 67c2d80 i965/mesa/st: eliminate gl_tess_eval_program by Timothy Arceri · 8 years ago
  50. 65225c2 mesa: copy tes metadata directly to shared shader info by Timothy Arceri · 8 years ago
  51. 2be3dbd st/mesa: switch tes over to shared shader_info by Timothy Arceri · 8 years ago
  52. 4f1c415 i965: switch tes over to shared shader_info by Timothy Arceri · 8 years ago
  53. 64d9773 i965/mesa/st: eliminate gl_tess_ctrl_program by Timothy Arceri · 8 years ago
  54. 750b14e mesa: set tcs shader_info metadata directly by Timothy Arceri · 8 years ago
  55. 7a4bbfa st/mesa: switch tcs over to shared shader_info by Timothy Arceri · 8 years ago
  56. e6cecb8 i965: switch tcs over to shared shader_info by Timothy Arceri · 8 years ago
  57. 9d2b391 glsl: add temporary copy_shader_info() function by Timothy Arceri · 8 years ago
  58. debed12 glsl: add a shader info field to the gl_program type by Timothy Arceri · 8 years ago
  59. e1af20f nir/i965/anv/radv/gallium: make shader info a pointer by Timothy Arceri · 8 years ago
  60. 094fe3a nir: move nir_shader_info to a common compiler header by Timothy Arceri · 8 years ago
  61. e40d32b mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader by Timothy Arceri · 8 years ago
  62. a1652a0 mesa: fix error handling in DrawBuffers by Tapani Pälli · 8 years ago
  63. 58b4fef mesa: add missing formats to driGLFormatToImageFormat by Tapani Pälli · 8 years ago
  64. 41034ab i965: Drop nir_inputs from fs_visitor. by Kenneth Graunke · 8 years ago
  65. 59864e8 i965: Don't use nir_assign_var_locations for VS/TES/GS outputs. by Kenneth Graunke · 8 years ago
  66. 27715c7 i965: Make split_virtual_grfs() call compact_virtual_grfs(). by Kenneth Graunke · 8 years ago
  67. 3728ee0 i965: Drop unnecessary switch statement in nir_setup_outputs() by Kenneth Graunke · 8 years ago
  68. 3501071 i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero is integer type by Anuj Phogat · 8 years ago
  69. 93b84ca i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend() by Anuj Phogat · 8 years ago
  70. e2dd582 i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state() by Anuj Phogat · 8 years ago
  71. 537dce0 glsl: add matrix layout information to interface block types by Iago Toral Quiroga · 8 years ago
  72. 3d6b5de st/mesa: cleanup and fix primitive restart for indirect draws by Nicolai Hähnle · 8 years ago
  73. 6dbe8a1 glsl/mesa: remove unused namespace support from the symbol table by Timothy Arceri · 8 years ago
  74. 3fdeb7c gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS by Ilia Mirkin · 8 years ago
  75. bd60fb4 vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c by Brian Paul · 8 years ago
  76. 8b99654 vbo: whitespace fixes and reformatting in vbo_exec_api.c by Brian Paul · 8 years ago
  77. 8320bf1 vbo: minor clean-up in vbo_exec_api.c by Brian Paul · 8 years ago
  78. 1098e69 vbo: move attribute type assignment by Brian Paul · 8 years ago
  79. 4c3c9f1 vbo: rename reset_attrfv() to vbo_reset_all_attr() by Brian Paul · 8 years ago
  80. 7693bcd vbo: make vbo_reset_attr() static by Brian Paul · 8 years ago
  81. 9d6d9b2 vbo: trivial indentation fix in vbo_exec_api.c by Brian Paul · 8 years ago
  82. bfa50f8 st/mesa: only set primitive_restart when the restart index is in range by Nicolai Hähnle · 8 years ago
  83. 3d9b57e st/glsl_to_tgsi: sort input and output decls by TGSI index by Nicolai Hähnle · 8 years ago
  84. a189568 st/glsl_to_tgsi: fix block copies of arrays of structs by Nicolai Hähnle · 8 years ago
  85. ca592af st/glsl_to_tgsi: fix block copies of arrays of doubles by Nicolai Hähnle · 8 years ago
  86. 64c3d73 i965/cs: Don't use a thread channel ID for small local sizes by Jordan Justen · 8 years ago
  87. 1fa000a i965/cs: Use udiv/umod for local IDs by Jordan Justen · 8 years ago
  88. 740a8fa mesa: remove unused LocalSizeVariable by Timothy Arceri · 8 years ago
  89. 54f8efe st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBs by Marek Olšák · 8 years ago
  90. c64da9d mesa: remove gl_shader_compiler_options::EmitNoNoise by Marek Olšák · 8 years ago
  91. 2897cb3 glsl_to_tgsi: remove code for fixing up TGSI labels by Marek Olšák · 8 years ago
  92. ec35ff4 glsl_to_tgsi: remove subroutine support by Marek Olšák · 8 years ago
  93. eacda2c mesa_to_tgsi: remove remnants of flow control and subroutine support by Marek Olšák · 8 years ago
  94. 82f4c01 mesa_to_tgsi: drop support for instructions that can't occur here by Marek Olšák · 8 years ago
  95. 4e42898 glsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_offsets on demand by Marek Olšák · 8 years ago
  96. 4d3d620 glsl_to_tgsi: merge buffer and sampler fields in glsl_to_tgsi_instruction by Marek Olšák · 8 years ago
  97. dbf64ea glsl_to_tgsi: reduce the size of glsl_to_tgsi_instruction using bitfields by Marek Olšák · 8 years ago
  98. 9015cbb glsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg by Marek Olšák · 8 years ago
  99. 222c599 glsl_to_tgsi: remove unused st_translate::tex_offsets by Marek Olšák · 8 years ago
  100. 0d95eeb glsl_to_tgsi: remove unused parameters from calc_deref_offsets by Marek Olšák · 8 years ago