1. 32af7d4 i965/fs_inst: Add an is_copy_payload helper by Jason Ekstrand · 10 years ago
  2. 76c1086 i965: Change header_present to header_size in backend_instruction by Jason Ekstrand · 10 years ago
  3. a9ccb14 i965/fs_cse: Factor out code to create copy instructions by Jason Ekstrand · 10 years ago
  4. cf4607e i965/fs: Make half(fs_reg, unsigned) handle register files more explicitly by Jason Ekstrand · 10 years ago
  5. 88414de i965/fs: Fix passing an immediate to half(). by Francisco Jerez · 10 years ago
  6. 5b2d348 swrast: Build fix for darwin by Jeremy Huddleston Sequoia · 10 years ago
  7. b0f410a egl/dri2: Check return value of __DRI2fence::create_fence() by Chad Versace · 10 years ago
  8. b8a1495 draw: (trivial) fix out-of-bounds vector initialization by Roland Scheidegger · 10 years ago
  9. 9891fc3 main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv() by Martin Peres · 10 years ago
  10. ef5d4bc ilo: silence a compiler warning by Chia-I Wu · 10 years ago
  11. 818cc90 mesa: support compute stage in _mesa_program_resource_prop by Tapani Pälli · 10 years ago
  12. 3706e5d glsl: mark special built-in inputs referenced by vertex stage by Tapani Pälli · 10 years ago
  13. 5fc2337 i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_index by Chris Forbes · 10 years ago
  14. c41f625 i965/gen6: Upload all the SF viewports by Chris Forbes · 10 years ago
  15. 2a8835d i965/gen6: Upload all the clip viewports by Chris Forbes · 10 years ago
  16. 0374159 i965/gen6: setup limits for ARB_viewport_array by Chris Forbes · 10 years ago
  17. 212f26b st/mesa: fix pipe_query_result result initializer by Brian Paul · 10 years ago
  18. 062e2b0 st/mesa: fix st_NewPerfMonitor() declaration by Brian Paul · 10 years ago
  19. 0beaf1c glsl: add parens in shader_integer_mix() to silence compiler warning by Brian Paul · 10 years ago
  20. f7bdb2f st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10 by Brian Paul · 10 years ago
  21. cea910b nvc0: all queries use an unsigned 64-bits integer by default by Samuel Pitoiset · 10 years ago
  22. 35a9286 nvc0: make begin_query return false when all MP counters are used by Samuel Pitoiset · 10 years ago
  23. ed7d388 nvc0: define driver-specific query groups by Samuel Pitoiset · 10 years ago
  24. 4cd1cfb st/mesa: implement GL_AMD_performance_monitor by Christoph Bumiller · 10 years ago
  25. 96f164f gallium: make pipe_context::begin_query return a boolean by Samuel Pitoiset · 10 years ago
  26. 546ec98 gallium: replace pipe_driver_query_info::max_value by a union by Samuel Pitoiset · 10 years ago
  27. d5b2832 gallium: add new numeric types to pipe_query_result by Samuel Pitoiset · 10 years ago
  28. b620829 gallium: add new fields to pipe_driver_query_info by Samuel Pitoiset · 10 years ago
  29. f137f5c gallium: add pipe_screen::get_driver_query_group_info by Samuel Pitoiset · 10 years ago
  30. ce01c0a mesa: fix shininess check for ffvertex_prog v2 by Tim Rowley · 10 years ago
  31. 24ecf37 i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7 by Marius Predut · 10 years ago
  32. d376c35 i965: Fix missing type in local variable declaration. by Kenneth Graunke · 10 years ago
  33. 07b49f1 i965/vec4: Use same type for immediate, for compaction. by Matt Turner · 10 years ago
  34. a9b04d8a i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6 by Marius Predut · 10 years ago
  35. 6da2d71 i965: Remove end-of-thread SEND alignment code. by Matt Turner · 10 years ago
  36. 28090b3 i965: Add XRGB8888 format to intel_screen_make_configs by Boyan Ding · 10 years ago
  37. 8da47e8 nir: add nir_array.h to the sources list by Emil Velikov · 10 years ago
  38. 08a4639 glsl: don't lower fragdata array if the output data types don't match by Samuel Iglesias Gonsalvez · 10 years ago
  39. 4ab8d59 i965/skl: Align compressed textures to four times the block size by Neil Roberts · 10 years ago
  40. b5045e2 egl: image_dma_buf_export - use KHR 64-bit type by Dave Airlie · 10 years ago
  41. 1c5a57a glapi/es3.1: Add support for GLES versions > 3.0 by Ian Romanick · 10 years ago
  42. 23d2f63b glsl/es3.1: Allow misc ARB_gpu_shader5 built-ins in GLSL ES 3.10 by Ian Romanick · 10 years ago
  43. cea605d glsl/es3.1: Allow textureGather and textureGatherOffset in GLSL ES 3.10 by Ian Romanick · 10 years ago
  44. 0e1655c glsl/es3.1: Allow enhnaced packing functions in GLSL ES 3.10 by Ian Romanick · 10 years ago
  45. ad14f44 glsl/es3.1: Allow interger mix built-ins in GLSL ES 3.10 by Ian Romanick · 10 years ago
  46. dd61475 glsl/es3.1: Allow separate shader objects in GLSL ES 3.10 by Ian Romanick · 10 years ago
  47. 2dcc535 glsl/es3.1: Allow explicit uniform locations in GLSL ES 3.10 by Ian Romanick · 10 years ago
  48. 7038370 glsl/es3.1: Allow 3.10 ES shaders in a GLES 3.1 context by Ian Romanick · 10 years ago
  49. 7efc11e mesa/es3.1: Add _mesa_is_gles31 helper by Ian Romanick · 10 years ago
  50. 6c9c317 glsl: Add glsl_parser_state::has_atomic_counters helper by Ian Romanick · 10 years ago
  51. fa3475b mesa: Use bool in _mesa_is_ helpers instead of GLboolean by Ian Romanick · 10 years ago
  52. 1ec6523 mesa: Trivial coding standards cleanups by Ian Romanick · 10 years ago
  53. 5a845cf mesa: Use bool instead of GLboolean by Ian Romanick · 10 years ago
  54. 8b103cf glsl: Silence unused parameter warnings by Ian Romanick · 10 years ago
  55. 778c7f1 mesa: Restore functionality to dispatch sanity test by Ian Romanick · 10 years ago
  56. e1ae0c3 i965: Fix variable indexing of sampler arrays under non-uniform control flow. by Francisco Jerez · 10 years ago
  57. b234537 i965: Fix variable indexing of UBO arrays under non-uniform control flow. by Francisco Jerez · 10 years ago
  58. 046abc9 i965: Define helper function to copy an arbitrary live component from some register. by Francisco Jerez · 10 years ago
  59. 3da9f70 i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode. by Francisco Jerez · 10 years ago
  60. 715bc6d i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode. by Francisco Jerez · 10 years ago
  61. f2fad0d i965: Perform basic optimizations on the BROADCAST opcode. by Francisco Jerez · 10 years ago
  62. c74511f i965: Introduce the BROADCAST pseudo-opcode. by Francisco Jerez · 10 years ago
  63. ce0e151 glsl: Keep track of the early_fragment_tests flag in gl_shader. by Francisco Jerez · 10 years ago
  64. 6c1f6f8 glsl: Error out on invalid uses of the early_fragment_tests layout qualifier. by Francisco Jerez · 10 years ago
  65. b5994d2 glsl: Forbid use of image qualifiers in declarations of type other than image. by Francisco Jerez · 10 years ago
  66. 3f85586 glsl: Split off memory qualifiers from storage qualifiers. by Francisco Jerez · 10 years ago
  67. f64edfd glsl: Forbid opaque variables as operands of the ternary operator. by Francisco Jerez · 10 years ago
  68. b5854ee mesa: Update image unit state when glBindImageTexture is called with texture=0. by Francisco Jerez · 10 years ago
  69. b663d6b mesa: Initialize image units to default state on context creation. by Francisco Jerez · 10 years ago
  70. 1b9990e mesa: Implement image uniform queries. by Francisco Jerez · 10 years ago
  71. cad0cf4 mesa: Validate original image internal format rather than derived mesa format. by Francisco Jerez · 10 years ago
  72. 4e4855f mesa: Call _mesa_test_texobj_completeness() before using _MaxLevel in image validation. by Francisco Jerez · 10 years ago
  73. f74ba58 mesa: Add support for binding a buffer texture to a shader image unit. by Francisco Jerez · 10 years ago
  74. 8424caf mesa: Add extern "C" guards to shaderimage.h to allow inclusion from C++ code. by Francisco Jerez · 10 years ago
  75. dded527 mesa: Export shader image format to mesa format conversion function. by Francisco Jerez · 10 years ago
  76. 96142a3 swrast: Fix rgba_draw_pixels with GL_COLOR_INDEX by Iago Toral Quiroga · 10 years ago
  77. f1d1d17 i965: Add memory fence opcode. by Francisco Jerez · 10 years ago
  78. f118e5d i965: Add typed surface access opcodes. by Francisco Jerez · 10 years ago
  79. 0775d88 i965: Add untyped surface write opcode. by Francisco Jerez · 10 years ago
  80. c97a770 i965: Reorder sources of the untyped atomic opcode. by Francisco Jerez · 10 years ago
  81. ac747ca i965: Pass the number of components as a source of the untyped surface read opcode. by Francisco Jerez · 10 years ago
  82. 2091513 i965/vec4: Add support for untyped surface message sends from GRF. by Francisco Jerez · 10 years ago
  83. 8865fe3 i965: Don't request untyped atomic writeback message if the destination is null. by Francisco Jerez · 10 years ago
  84. 0519a62 i965: Simplify generator code for untyped surface messages. by Francisco Jerez · 10 years ago
  85. 2f1c16d i965: Fix the untyped surface opcodes to deal with indirect surface access. by Francisco Jerez · 10 years ago
  86. 4348046 ilo: use ilo_image exclusively in core by Chia-I Wu · 10 years ago
  87. 9b705ec ilo: add ilo_image_can_enable_aux() by Chia-I Wu · 10 years ago
  88. 430594c ilo: make ilo_image more self-contained by Chia-I Wu · 10 years ago
  89. f6ca408 ilo: add ilo_image_init_for_imported() by Chia-I Wu · 10 years ago
  90. 938c9b8 ilo: prepare for image init for imported bo by Chia-I Wu · 10 years ago
  91. 3f94150 ilo: constify ilo_image_params by Chia-I Wu · 10 years ago
  92. c209aa7 ilo: improve readability of ilo_image by Chia-I Wu · 10 years ago
  93. 9b72bf5 ilo: move command builder to core by Chia-I Wu · 10 years ago
  94. 9e24c49 ilo: move ilo_state_3d* to core by Chia-I Wu · 10 years ago
  95. 8ab1826 ilo: add ilo_buffer.h to core by Chia-I Wu · 10 years ago
  96. 3afbeb1 ilo: move BOs from ilo_texture to ilo_image by Chia-I Wu · 10 years ago
  97. ac47563 ilo: move ilo_layout.[ch] to core as ilo_image.[ch] by Chia-I Wu · 10 years ago
  98. 8252765 ilo: add ilo_format.[ch] to core by Chia-I Wu · 10 years ago
  99. 9b7080c ilo: add ilo_fence.h to core by Chia-I Wu · 10 years ago
  100. 2182beb ilo: add ilo_dev_init() to core by Chia-I Wu · 10 years ago