1. 56030a7 docs/GL3: Update GLES 3.1 dependencies by Ian Romanick · 9 years ago
  2. 6c9c317 glsl: Add glsl_parser_state::has_atomic_counters helper by Ian Romanick · 9 years ago
  3. fa3475b mesa: Use bool in _mesa_is_ helpers instead of GLboolean by Ian Romanick · 9 years ago
  4. 1ec6523 mesa: Trivial coding standards cleanups by Ian Romanick · 9 years ago
  5. 5a845cf mesa: Use bool instead of GLboolean by Ian Romanick · 9 years ago
  6. 8b103cf glsl: Silence unused parameter warnings by Ian Romanick · 9 years ago
  7. 778c7f1 mesa: Restore functionality to dispatch sanity test by Ian Romanick · 9 years ago
  8. e1ae0c3 i965: Fix variable indexing of sampler arrays under non-uniform control flow. by Francisco Jerez · 9 years ago
  9. b234537 i965: Fix variable indexing of UBO arrays under non-uniform control flow. by Francisco Jerez · 9 years ago
  10. 046abc9 i965: Define helper function to copy an arbitrary live component from some register. by Francisco Jerez · 9 years ago
  11. 3da9f70 i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode. by Francisco Jerez · 9 years ago
  12. 715bc6d i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode. by Francisco Jerez · 9 years ago
  13. f2fad0d i965: Perform basic optimizations on the BROADCAST opcode. by Francisco Jerez · 9 years ago
  14. c74511f i965: Introduce the BROADCAST pseudo-opcode. by Francisco Jerez · 9 years ago
  15. ce0e151 glsl: Keep track of the early_fragment_tests flag in gl_shader. by Francisco Jerez · 10 years ago
  16. 6c1f6f8 glsl: Error out on invalid uses of the early_fragment_tests layout qualifier. by Francisco Jerez · 10 years ago
  17. b5994d2 glsl: Forbid use of image qualifiers in declarations of type other than image. by Francisco Jerez · 10 years ago
  18. 3f85586 glsl: Split off memory qualifiers from storage qualifiers. by Francisco Jerez · 10 years ago
  19. f64edfd glsl: Forbid opaque variables as operands of the ternary operator. by Francisco Jerez · 10 years ago
  20. b5854ee mesa: Update image unit state when glBindImageTexture is called with texture=0. by Francisco Jerez · 10 years ago
  21. b663d6b mesa: Initialize image units to default state on context creation. by Francisco Jerez · 10 years ago
  22. 1b9990e mesa: Implement image uniform queries. by Francisco Jerez · 10 years ago
  23. cad0cf4 mesa: Validate original image internal format rather than derived mesa format. by Francisco Jerez · 10 years ago
  24. 4e4855f mesa: Call _mesa_test_texobj_completeness() before using _MaxLevel in image validation. by Francisco Jerez · 10 years ago
  25. f74ba58 mesa: Add support for binding a buffer texture to a shader image unit. by Francisco Jerez · 10 years ago
  26. 8424caf mesa: Add extern "C" guards to shaderimage.h to allow inclusion from C++ code. by Francisco Jerez · 10 years ago
  27. dded527 mesa: Export shader image format to mesa format conversion function. by Francisco Jerez · 10 years ago
  28. 96142a3 swrast: Fix rgba_draw_pixels with GL_COLOR_INDEX by Iago Toral Quiroga · 9 years ago
  29. f1d1d17 i965: Add memory fence opcode. by Francisco Jerez · 9 years ago
  30. f118e5d i965: Add typed surface access opcodes. by Francisco Jerez · 9 years ago
  31. 0775d88 i965: Add untyped surface write opcode. by Francisco Jerez · 9 years ago
  32. c97a770 i965: Reorder sources of the untyped atomic opcode. by Francisco Jerez · 9 years ago
  33. ac747ca i965: Pass the number of components as a source of the untyped surface read opcode. by Francisco Jerez · 9 years ago
  34. 2091513 i965/vec4: Add support for untyped surface message sends from GRF. by Francisco Jerez · 9 years ago
  35. 8865fe3 i965: Don't request untyped atomic writeback message if the destination is null. by Francisco Jerez · 9 years ago
  36. 0519a62 i965: Simplify generator code for untyped surface messages. by Francisco Jerez · 9 years ago
  37. 2f1c16d i965: Fix the untyped surface opcodes to deal with indirect surface access. by Francisco Jerez · 9 years ago
  38. 4348046 ilo: use ilo_image exclusively in core by Chia-I Wu · 9 years ago
  39. 9b705ec ilo: add ilo_image_can_enable_aux() by Chia-I Wu · 9 years ago
  40. 430594c ilo: make ilo_image more self-contained by Chia-I Wu · 9 years ago
  41. f6ca408 ilo: add ilo_image_init_for_imported() by Chia-I Wu · 9 years ago
  42. 938c9b8 ilo: prepare for image init for imported bo by Chia-I Wu · 9 years ago
  43. 3f94150 ilo: constify ilo_image_params by Chia-I Wu · 9 years ago
  44. c209aa7 ilo: improve readability of ilo_image by Chia-I Wu · 9 years ago
  45. 9b72bf5 ilo: move command builder to core by Chia-I Wu · 9 years ago
  46. 9e24c49 ilo: move ilo_state_3d* to core by Chia-I Wu · 9 years ago
  47. 8ab1826 ilo: add ilo_buffer.h to core by Chia-I Wu · 9 years ago
  48. 3afbeb1 ilo: move BOs from ilo_texture to ilo_image by Chia-I Wu · 9 years ago
  49. ac47563 ilo: move ilo_layout.[ch] to core as ilo_image.[ch] by Chia-I Wu · 9 years ago
  50. 8252765 ilo: add ilo_format.[ch] to core by Chia-I Wu · 9 years ago
  51. 9b7080c ilo: add ilo_fence.h to core by Chia-I Wu · 9 years ago
  52. 2182beb ilo: add ilo_dev_init() to core by Chia-I Wu · 9 years ago
  53. 7562f9e ilo: rename ilo_dev_info to ilo_dev by Chia-I Wu · 9 years ago
  54. 19351af ilo: move intel_winsys to ilo_dev_info by Chia-I Wu · 9 years ago
  55. b3197fe ilo: add ilo_dev.h to core by Chia-I Wu · 9 years ago
  56. 7bb4fa7 ilo: add ilo_debug.[ch] to core by Chia-I Wu · 9 years ago
  57. a579787 ilo: add ilo_core.h to core by Chia-I Wu · 9 years ago
  58. bbe9157 ilo: move intel_winsys.h to core by Chia-I Wu · 9 years ago
  59. eeee212 i965: Upload atomic buffer state for compute shaders by Jordan Justen · 10 years ago
  60. 5328ffb i965/cs: Emit MEDIA_STATE_FLUSH after WALKER by Jordan Justen · 10 years ago
  61. 8d87070 i965/cs: Implement brw_emit_gpgpu_walker by Jordan Justen · 10 years ago
  62. 0e0e23e i965/state: Emit pipeline select when changing pipelines by Jordan Justen · 9 years ago
  63. 013031b i965: Implement DispatchCompute() back-end by Paul Berry · 11 years ago
  64. 8f1423b main/cs: Implement front end code for glDispatchCompute(). by Paul Berry · 11 years ago
  65. 4d0f3d2 mesa/cs: Add DispatchCompute() to driver function table. by Paul Berry · 11 years ago
  66. 5f70b49 i965/cs: Emit state base address by Jordan Justen · 9 years ago
  67. b750e14 i965/fs: Add CS shader time support by Jordan Justen · 9 years ago
  68. 6b1b484 i965/cs: Upload brw_cs_state by Jordan Justen · 10 years ago
  69. 6ec6c15 i965/cs: Support CS program precompile by Jordan Justen · 9 years ago
  70. 17233f9 i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS. by Jordan Justen · 9 years ago
  71. 9320450 i965/cs: Emit compute shader code and upload programs by Jordan Justen · 10 years ago
  72. cb18f3f i965/cs: Set invocation counts based on max_cs_threads by Jordan Justen · 9 years ago
  73. 73cb2d3 i965/cs: Add max_cs_threads by Jordan Justen · 9 years ago
  74. ea888c7 i965: Remove comment about chv device numbers being preliminary by Jordan Justen · 9 years ago
  75. c380973 i965/fs: Support compute programs in fs_visitor by Jordan Justen · 10 years ago
  76. ae6308a i965/cache: Add support for CS in program state cache by Jordan Justen · 9 years ago
  77. 92a57e7 i965/cs: Add brw_cs_prog_data, brw_cs_prog_key and brw_context::cs. by Paul Berry · 11 years ago
  78. 2a4df9c i965/cs: Add generator support for CS_OPCODE_CS_TERMINATE by Jordan Justen · 10 years ago
  79. dff4a42 i965/cs: Mark g0 as used by CS_OPCODE_CS_TERMINATE by Jordan Justen · 10 years ago
  80. d79cdee i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATE by Jordan Justen · 9 years ago
  81. eeb4b68 i965/cs: Add CS_OPCODE_CS_TERMINATE by Jordan Justen · 10 years ago
  82. f002176 i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG by Jordan Justen · 10 years ago
  83. d94a9e7 i965: Add an INTEL_DEBUG=cs option. by Paul Berry · 11 years ago
  84. bf058da mesa/cs: Add compute support to update_program(). by Paul Berry · 11 years ago
  85. abb049d mesa/cs: Update program.c for compute shaders. by Paul Berry · 11 years ago
  86. 56d5c5a mesa/cs: Add inline functions for dealing with compute shaders. by Paul Berry · 11 years ago
  87. 6ee4dac i965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag. by Paul Berry · 11 years ago
  88. 02e9773 i965/fs: Strip trailing constant zeroes in sample messages by Neil Roberts · 9 years ago
  89. be119e8 i965/skl: Force the exec size to 8 when initing header for SIMD4x2 by Neil Roberts · 9 years ago
  90. 1ac7db0 i965: Unhardcode a few more stage names and abbreviations. by Kenneth Graunke · 9 years ago
  91. 1db5d3c docs/relnotes: document the new EGL sync extensions by Marek Olšák · 9 years ago
  92. e70de9b st/dri: implement the fence interface for CL events by Marek Olšák · 9 years ago
  93. 952b5e8 gallium,clover: add OpenCL interoperability support for CL events by Marek Olšák · 9 years ago
  94. 7070b0d st/dri: implement the fence interface by Marek Olšák · 9 years ago
  95. a2557b3 egl/dri2: return the latest sync status in eglGetSyncAttribKHR by Marek Olšák · 9 years ago
  96. 290a3eb egl/dri2: implement EGL_KHR_cl_event2 (v2) by Marek Olšák · 9 years ago
  97. a8617cc egl/dri2: implement EGL_KHR_wait_sync by Marek Olšák · 9 years ago
  98. 9a0bda2 egl/dri2: implement EGL_KHR_fence_sync by Marek Olšák · 9 years ago
  99. 592ee24 mesa: add GL_OES_EGL_sync by Marek Olšák · 9 years ago
  100. b02a5bf dri_interface: add an interface for fences by Marek Olšák · 9 years ago