1. ff64411 docs: update ARB_vertex_attrib_64bit status by Dave Airlie · 9 years ago
  2. ef83c9b st/mesa: add double input support including lowering (v3.1) by Dave Airlie · 9 years ago
  3. c4254ee mesa/vbo: add support for 64-bit vertex attributes. (v1) by Dave Airlie · 9 years ago
  4. ad208d9 glsl: check total count of multi-slot double vertex attribs by Dave Airlie · 9 years ago
  5. 023fc34 glsl: track which program inputs are doubles by Dave Airlie · 9 years ago
  6. 5d6190e glsl: add ARB_vertex_attrib_64bit support. (v2) by Dave Airlie · 9 years ago
  7. fc71ae7 mesa: add ARB_vertex_attrib_64bit to extensions. (v2) by Dave Airlie · 9 years ago
  8. 5a7f049 mapi: add GL_ARB_vertex_attrib_64bit support by Dave Airlie · 9 years ago
  9. 731b7c4 st/glsl_to_tgsi: fix ir_assignment hack doing bad things for doubles by Dave Airlie · 9 years ago
  10. b1119ce i965/wm/gen6: Add option for disabling statistics collection by Topi Pohjolainen · 9 years ago
  11. dae7183 i965/wm/gen6: Refactor state setup by Topi Pohjolainen · 9 years ago
  12. d14f3e1 i965: Remove unused variables by Anuj Phogat · 9 years ago
  13. 15259d6 i965: Change the order of conditions tested in if by Anuj Phogat · 9 years ago
  14. 8e02910 nir: Allow feq/fne/ieq/ine to be optimized with inot. by Matt Turner · 9 years ago
  15. f5cf74d nir: Recognize (a < c || b < c) as min(a, b) < c. by Matt Turner · 9 years ago
  16. ceb8b73 nir: Recognize trivial min/max. by Matt Turner · 9 years ago
  17. 8ae5599 nir: Recognize i2b(b2i(x)) as x. by Matt Turner · 9 years ago
  18. 74697e2 nir: Recognize imul(b2i(a), b2i(b)) as a logical AND. by Matt Turner · 9 years ago
  19. c636284 i965/sync: Implement DRI2_Fence extension by Chad Versace · 9 years ago
  20. 2516d83 i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync' by Chad Versace · 9 years ago
  21. 19b5a82 i915/sync: Return early when calloc fails by Chad Versace · 9 years ago
  22. 00f3c7b i965/sync: Return NULL when calloc fails by Chad Versace · 9 years ago
  23. 9cf9a2d i915/sync: Don't crash when deleting sync object by Chad Versace · 9 years ago
  24. a93ab73 i965/sync: Don't crash when deleting sync object by Chad Versace · 9 years ago
  25. a6bfdd7 egl/dri2: Fix codestyle in a comment by Chad Versace · 9 years ago
  26. cedd500 glx: report which DRI version is used when in verbose debug mode by Martin Peres · 9 years ago
  27. cf5e015 glapi: Add positional argument specifier. by Vinson Lee · 9 years ago
  28. 55b66dc nv50/ir: add SHL to the list of U32 opcodes by Ilia Mirkin · 9 years ago
  29. 51e3453 i965: Sort extension enable lists by Ian Romanick · 9 years ago
  30. 382b1a3 r600g: Fix Clang return-type build error. by Vinson Lee · 9 years ago
  31. 0c0ca55 i965/fs: Allow copy propagation on ATTR file registers. by Kenneth Graunke · 9 years ago
  32. 7a75b55 i965/fs_inst: Get rid of the effective_width field by Jason Ekstrand · 9 years ago
  33. 41868bb i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction by Jason Ekstrand · 9 years ago
  34. 94ee908 i965/fs: Make LOAD_PAYLOAD take a header size by Jason Ekstrand · 9 years ago
  35. 74dccda i965/fs: Make emit_single_fb_write take an explicit exec_size by Jason Ekstrand · 9 years ago
  36. 32af7d4 i965/fs_inst: Add an is_copy_payload helper by Jason Ekstrand · 9 years ago
  37. 76c1086 i965: Change header_present to header_size in backend_instruction by Jason Ekstrand · 9 years ago
  38. a9ccb14 i965/fs_cse: Factor out code to create copy instructions by Jason Ekstrand · 9 years ago
  39. cf4607e i965/fs: Make half(fs_reg, unsigned) handle register files more explicitly by Jason Ekstrand · 9 years ago
  40. 88414de i965/fs: Fix passing an immediate to half(). by Francisco Jerez · 9 years ago
  41. 5b2d348 swrast: Build fix for darwin by Jeremy Huddleston Sequoia · 10 years ago
  42. b0f410a egl/dri2: Check return value of __DRI2fence::create_fence() by Chad Versace · 9 years ago
  43. b8a1495 draw: (trivial) fix out-of-bounds vector initialization by Roland Scheidegger · 9 years ago
  44. 9891fc3 main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv() by Martin Peres · 9 years ago
  45. ef5d4bc ilo: silence a compiler warning by Chia-I Wu · 9 years ago
  46. 818cc90 mesa: support compute stage in _mesa_program_resource_prop by Tapani Pälli · 9 years ago
  47. 3706e5d glsl: mark special built-in inputs referenced by vertex stage by Tapani Pälli · 9 years ago
  48. 1fcdb2c relnotes: Note support for viewport arrays on i965/Gen6. by Chris Forbes · 9 years ago
  49. 5fc2337 i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_index by Chris Forbes · 9 years ago
  50. c41f625 i965/gen6: Upload all the SF viewports by Chris Forbes · 9 years ago
  51. 2a8835d i965/gen6: Upload all the clip viewports by Chris Forbes · 9 years ago
  52. 0374159 i965/gen6: setup limits for ARB_viewport_array by Chris Forbes · 9 years ago
  53. 212f26b st/mesa: fix pipe_query_result result initializer by Brian Paul · 9 years ago
  54. 062e2b0 st/mesa: fix st_NewPerfMonitor() declaration by Brian Paul · 9 years ago
  55. 0beaf1c glsl: add parens in shader_integer_mix() to silence compiler warning by Brian Paul · 9 years ago
  56. f7bdb2f st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10 by Brian Paul · 9 years ago
  57. cea910b nvc0: all queries use an unsigned 64-bits integer by default by Samuel Pitoiset · 10 years ago
  58. 35a9286 nvc0: make begin_query return false when all MP counters are used by Samuel Pitoiset · 10 years ago
  59. 3a365df docs: mark GL_AMD_performance_monitor on nvc0 for the 10.6.0 release by Samuel Pitoiset · 10 years ago
  60. ed7d388 nvc0: define driver-specific query groups by Samuel Pitoiset · 10 years ago
  61. 4cd1cfb st/mesa: implement GL_AMD_performance_monitor by Christoph Bumiller · 10 years ago
  62. 96f164f gallium: make pipe_context::begin_query return a boolean by Samuel Pitoiset · 10 years ago
  63. 546ec98 gallium: replace pipe_driver_query_info::max_value by a union by Samuel Pitoiset · 10 years ago
  64. d5b2832 gallium: add new numeric types to pipe_query_result by Samuel Pitoiset · 10 years ago
  65. b620829 gallium: add new fields to pipe_driver_query_info by Samuel Pitoiset · 10 years ago
  66. f137f5c gallium: add pipe_screen::get_driver_query_group_info by Samuel Pitoiset · 10 years ago
  67. ce01c0a mesa: fix shininess check for ffvertex_prog v2 by Tim Rowley · 9 years ago
  68. 24ecf37 i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7 by Marius Predut · 9 years ago
  69. d376c35 i965: Fix missing type in local variable declaration. by Kenneth Graunke · 9 years ago
  70. 07b49f1 i965/vec4: Use same type for immediate, for compaction. by Matt Turner · 9 years ago
  71. a9b04d8a i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6 by Marius Predut · 9 years ago
  72. 6da2d71 i965: Remove end-of-thread SEND alignment code. by Matt Turner · 9 years ago
  73. 28090b3 i965: Add XRGB8888 format to intel_screen_make_configs by Boyan Ding · 9 years ago
  74. 8da47e8 nir: add nir_array.h to the sources list by Emil Velikov · 9 years ago
  75. 08a4639 glsl: don't lower fragdata array if the output data types don't match by Samuel Iglesias Gonsalvez · 9 years ago
  76. 4ab8d59 i965/skl: Align compressed textures to four times the block size by Neil Roberts · 9 years ago
  77. b5045e2 egl: image_dma_buf_export - use KHR 64-bit type by Dave Airlie · 9 years ago
  78. 1c5a57a glapi/es3.1: Add support for GLES versions > 3.0 by Ian Romanick · 9 years ago
  79. 23d2f63b glsl/es3.1: Allow misc ARB_gpu_shader5 built-ins in GLSL ES 3.10 by Ian Romanick · 9 years ago
  80. cea605d glsl/es3.1: Allow textureGather and textureGatherOffset in GLSL ES 3.10 by Ian Romanick · 9 years ago
  81. 0e1655c glsl/es3.1: Allow enhnaced packing functions in GLSL ES 3.10 by Ian Romanick · 9 years ago
  82. ad14f44 glsl/es3.1: Allow interger mix built-ins in GLSL ES 3.10 by Ian Romanick · 9 years ago
  83. dd61475 glsl/es3.1: Allow separate shader objects in GLSL ES 3.10 by Ian Romanick · 9 years ago
  84. 2dcc535 glsl/es3.1: Allow explicit uniform locations in GLSL ES 3.10 by Ian Romanick · 9 years ago
  85. 7038370 glsl/es3.1: Allow 3.10 ES shaders in a GLES 3.1 context by Ian Romanick · 9 years ago
  86. 7efc11e mesa/es3.1: Add _mesa_is_gles31 helper by Ian Romanick · 9 years ago
  87. 56030a7 docs/GL3: Update GLES 3.1 dependencies by Ian Romanick · 9 years ago
  88. 6c9c317 glsl: Add glsl_parser_state::has_atomic_counters helper by Ian Romanick · 9 years ago
  89. fa3475b mesa: Use bool in _mesa_is_ helpers instead of GLboolean by Ian Romanick · 9 years ago
  90. 1ec6523 mesa: Trivial coding standards cleanups by Ian Romanick · 9 years ago
  91. 5a845cf mesa: Use bool instead of GLboolean by Ian Romanick · 9 years ago
  92. 8b103cf glsl: Silence unused parameter warnings by Ian Romanick · 9 years ago
  93. 778c7f1 mesa: Restore functionality to dispatch sanity test by Ian Romanick · 9 years ago
  94. e1ae0c3 i965: Fix variable indexing of sampler arrays under non-uniform control flow. by Francisco Jerez · 9 years ago
  95. b234537 i965: Fix variable indexing of UBO arrays under non-uniform control flow. by Francisco Jerez · 9 years ago
  96. 046abc9 i965: Define helper function to copy an arbitrary live component from some register. by Francisco Jerez · 9 years ago
  97. 3da9f70 i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode. by Francisco Jerez · 9 years ago
  98. 715bc6d i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode. by Francisco Jerez · 9 years ago
  99. f2fad0d i965: Perform basic optimizations on the BROADCAST opcode. by Francisco Jerez · 9 years ago
  100. c74511f i965: Introduce the BROADCAST pseudo-opcode. by Francisco Jerez · 9 years ago