1. c0e343f st: Add cubeMapFace parameter to st_finalize_texture. by Michal Srb · 7 years ago
  2. 72483b2 st/mesa: set result writemask based on ir type by Ilia Mirkin · 7 years ago
  3. d9254cf st/mesa: inform the driver of framebuffer changes before compute dispatches by Nicolai Hähnle · 7 years ago
  4. e59e2c6 st/glsl_to_tgsi: avoid iterating past the head of the instruction list by Nicolai Hähnle · 7 years ago
  5. b6b3e73 st/mesa: set blend state for PBO readbacks by Marek Olšák · 7 years ago
  6. 7b0a594 st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops by Marek Olšák · 7 years ago
  7. eb5a044 st/mesa: don't pass compare mode for stencil-sampled textures by Ilia Mirkin · 7 years ago
  8. d4f1ed6 st/mesa: MAX_VARYING is the max supported number of patch varyings, not min by Ilia Mirkin · 8 years ago
  9. d701877 st/mesa: destroy pipe_context before destroying st_context (v2) by Marek Olšák · 8 years ago
  10. e4cf469 st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL by Nicolai Hähnle · 8 years ago
  11. 6b7511c st/mesa: add support for advanced blend when fb can be fetched from by Ilia Mirkin · 8 years ago
  12. a1c8484 gallium: add flags parameter to texture barrier by Ilia Mirkin · 8 years ago
  13. 5edc338 compiler: Merge shader_info's tcs and tes structs. by Kenneth Graunke · 8 years ago
  14. 953e4e4 st/mesa: pass gl_program to st_bind_ubos() by Timothy Arceri · 8 years ago
  15. 270e584 st/mesa: pass gl_program to st_bind_images() by Timothy Arceri · 8 years ago
  16. 59ac77b st/mesa: stop passing gl_linked_shader to set_affected_state_flags() by Timothy Arceri · 8 years ago
  17. ae632af st/mesa/glsl: set num_images directly in shader_info by Timothy Arceri · 8 years ago
  18. 4b30011 st/mesa: pass gl_program to st_bind_ssbos() by Timothy Arceri · 8 years ago
  19. a4fd84e mesa: Introduce a compiler enum for tessellation spacing. by Kenneth Graunke · 8 years ago
  20. 9bb8917 compiler: Change shader_info->tes.vertex_order into a ccw boolean. by Kenneth Graunke · 8 years ago
  21. 076ab15 st/mesa/glsl: move SamplerTargets to gl_program by Timothy Arceri · 8 years ago
  22. 9375239 st/mesa/glsl: set SamplersUsed directly in gl_program by Timothy Arceri · 8 years ago
  23. 4807a83 mesa/glsl: set num_textures per stage directly in shader_info by Timothy Arceri · 8 years ago
  24. f584f38 st/mesa/glsl: add new is_arb_asm flag in gl_program by Timothy Arceri · 8 years ago
  25. f5bc127 st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program by Timothy Arceri · 8 years ago
  26. f62eb6c st/mesa/glsl/i965: set num_ssbos directly in shader_info by Timothy Arceri · 8 years ago
  27. 0e7eec1 st/mesa/glsl/i965: move per stage UniformBlocks to gl_program by Timothy Arceri · 8 years ago
  28. b792c38 st/mesa/glsl/i965: set num_ubos directly in shader_info by Timothy Arceri · 8 years ago
  29. a1da57c st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program by Timothy Arceri · 8 years ago
  30. d995115 gallium: remove TGSI_OPCODE_SUB by Marek Olšák · 8 years ago
  31. a4ace98 gallium: remove TGSI_OPCODE_ABS by Marek Olšák · 8 years ago
  32. 3477f67 st/mesa: fix a segfault when prog->sh.data is NULL by Marek Olšák · 8 years ago
  33. c7affbf st/mesa: enable GLSLOptimizeConservatively for drivers that want it by Marek Olšák · 8 years ago
  34. 96fe883 glsl_to_tgsi: do fewer optimizations with GLSLOptimizeConservatively by Marek Olšák · 8 years ago
  35. d3cb79e glsl: run do_lower_jumps properly in do_common_optimizations by Marek Olšák · 8 years ago
  36. 22639a6 st/mesa: get Version from gl_program rather than gl_shader_program by Timothy Arceri · 8 years ago
  37. 3177eef mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_program by Timothy Arceri · 8 years ago
  38. 700bc94 mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program by Timothy Arceri · 8 years ago
  39. fd249c8 treewide: s/comparitor/comparator/ by Ilia Mirkin · 8 years ago
  40. 2eaacba st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI by Nicolai Hähnle · 8 years ago
  41. 132b69c st/mesa: round lod_bias to a multiple of 1/256 by Marek Olšák · 8 years ago
  42. c45d84a Revert "st/mesa: get Version from gl_program rather than gl_shader_program" by Timothy Arceri · 8 years ago
  43. 6bf63b0 st/mesa: get Version from gl_program rather than gl_shader_program by Timothy Arceri · 8 years ago
  44. ab8c013 st/mesa/glsl: move Version to gl_shader_program_data by Timothy Arceri · 8 years ago
  45. f60374a st/mesa: skip lower_output_reads when possible by Nicolai Hähnle · 8 years ago
  46. 0a58b25 st/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly in src_register translation by Nicolai Hähnle · 8 years ago
  47. 203c879 st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_program by Timothy Arceri · 8 years ago
  48. c20564a glsl/i965: move per stage AtomicBuffers list to gl_program by Timothy Arceri · 8 years ago
  49. 9d96d38 glsl: create gl_program at the start of linking rather than the end by Timothy Arceri · 8 years ago
  50. 2b8f97d st/mesa/i965: simplify gl_program references and stop leaking by Timothy Arceri · 8 years ago
  51. da2a511 st/mesa: silence warnings in optimized builds by Nicolai Hähnle · 8 years ago
  52. ceac339 st/mesa: remove a redundant call to _mesa_is_multisample_enabled by Nicolai Hähnle · 8 years ago
  53. c3df65c st/mesa/r200/i915/i965: move ARB program fields into a union by Timothy Arceri · 8 years ago
  54. d6bdb3a st/mesa: stop initialing Instructions and NumInstructions by Timothy Arceri · 8 years ago
  55. cd72420 mesa: if MESA_DEBUG=context, create a debug context by Brian Paul · 8 years ago
  56. 78314c5 st/mesa: swap bytes in the fallback format translation path of GetTexImage by Nicolai Hähnle · 8 years ago
  57. 2236040 st/mesa: simplify and fix st_GetTexSubImage by Nicolai Hähnle · 8 years ago
  58. 7cdf292 st/mesa: fix SINT <-> UINT conversion during PBO upload / download by Nicolai Hähnle · 8 years ago
  59. 5e10a3d st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fs by Nicolai Hähnle · 8 years ago
  60. 2fb4b5b st/mesa: fix ReadPixels into packed formats with PBO by Nicolai Hähnle · 8 years ago
  61. 537b897 glsl_to_tgsi: lower small branches based on the CAP by Marek Olšák · 8 years ago
  62. 83d9b8a glsl/lower_if: don't lower branches touching tess control outputs by Marek Olšák · 8 years ago
  63. f500c36 mesa: remove LowerShaderSharedVariables by Marek Olšák · 8 years ago
  64. 1d6fe13 mesa/extensions: expose OES_vertex_half_float for ES2 by Kevin Strasser · 8 years ago
  65. cfb5a9a st/mesa: initialize members of glsl_to_tgsi_instruction in emit_asm() by Brian Paul · 8 years ago
  66. 322483f st/mesa: fix the layer of VDPAU surface samplers by Nicolai Hähnle · 8 years ago
  67. e4b3788 st/glsl_to_tgsi: fix dvec[34] loads from SSBO by Nicolai Hähnle · 8 years ago
  68. cc6aa1d st/mesa/r200/i915/i965: use rzalloc() to create gl_program by Timothy Arceri · 8 years ago
  69. c538846 mesa: rename gl_client_array -> gl_vertex_array by Brian Paul · 8 years ago
  70. 44482d5 st/mesa: set RobustAccess true when is supported by Tapani Pälli · 8 years ago
  71. b687f76 st/mesa: allow multiple concurrent waiters in ClientWaitSync by Marek Olšák · 8 years ago
  72. f240ad9 st/mesa: unduplicate st_check_sync code by Marek Olšák · 8 years ago
  73. 2e423ca nir: stop adjusting driver location for varying packing by Timothy Arceri · 8 years ago
  74. 4016f08 glsl/st/mesa: use common system values read field by Timothy Arceri · 8 years ago
  75. f79d37f st/mesa: use common patch outputs written field by Timothy Arceri · 8 years ago
  76. 3d2a503 st/mesa: use common patch inputs read field by Timothy Arceri · 8 years ago
  77. 5346630 r200/glsl/st/mesa: use common outputs written field by Timothy Arceri · 8 years ago
  78. 2409397 st/mesa: use common double inputs read field by Timothy Arceri · 8 years ago
  79. e81aaeb r200/i915/st/mesa/compiler: use common inputs read field by Timothy Arceri · 8 years ago
  80. 3423488 st/mesa/r200/i915/i965: eliminate gl_fragment_program by Timothy Arceri · 8 years ago
  81. 17e28a1 i965/mesa/st/swrast: set fs shader_info directly and switch to using it by Timothy Arceri · 8 years ago
  82. d9d0437 st/mesa: get interpolation location at translation time by Timothy Arceri · 8 years ago
  83. 20c0e67 st/mesa: stop making use of InterpQualifier array by Timothy Arceri · 8 years ago
  84. 9605b98 i965/mesa/st: eliminate gl_compute_program by Timothy Arceri · 8 years ago
  85. 4ca71a1 st/mesa: switch cs over to shared shader_info by Timothy Arceri · 8 years ago
  86. 81faead mesa/i965/i915/r200: eliminate gl_vertex_program by Timothy Arceri · 8 years ago
  87. 92f77e9 i965/mesa/st: eliminate gl_geometry_program by Timothy Arceri · 8 years ago
  88. 8d7b25e st/mesa: switch gs over to shared shader_info by Timothy Arceri · 8 years ago
  89. 67c2d80 i965/mesa/st: eliminate gl_tess_eval_program by Timothy Arceri · 8 years ago
  90. 2be3dbd st/mesa: switch tes over to shared shader_info by Timothy Arceri · 8 years ago
  91. 64d9773 i965/mesa/st: eliminate gl_tess_ctrl_program by Timothy Arceri · 8 years ago
  92. 7a4bbfa st/mesa: switch tcs over to shared shader_info by Timothy Arceri · 8 years ago
  93. 9d2b391 glsl: add temporary copy_shader_info() function by Timothy Arceri · 8 years ago
  94. e40d32b mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader by Timothy Arceri · 8 years ago
  95. 3d6b5de st/mesa: cleanup and fix primitive restart for indirect draws by Nicolai Hähnle · 8 years ago
  96. 3fdeb7c gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS by Ilia Mirkin · 8 years ago
  97. bfa50f8 st/mesa: only set primitive_restart when the restart index is in range by Nicolai Hähnle · 8 years ago
  98. 3d9b57e st/glsl_to_tgsi: sort input and output decls by TGSI index by Nicolai Hähnle · 8 years ago
  99. a189568 st/glsl_to_tgsi: fix block copies of arrays of structs by Nicolai Hähnle · 8 years ago
  100. ca592af st/glsl_to_tgsi: fix block copies of arrays of doubles by Nicolai Hähnle · 8 years ago