1. f4314d0 isl/state: Add some asserts about format capabilities by Jason Ekstrand · 8 years ago
  2. 8721441 intel/blorp: Add a format parameter to blorp_fast_clear by Jason Ekstrand · 8 years ago
  3. 3485092 i965: Move blorp into src/intel/blorp by Jason Ekstrand · 8 years ago
  4. 8bd35d8 i965/blorp: Remove the remaining brw prefixes from the blorp.h API by Jason Ekstrand · 8 years ago
  5. 3e46f11 i965/blorp: Use isl_format_get_depth_format for setting depth formats by Jason Ekstrand · 8 years ago
  6. 555b22a i965: Move the type_size function declartaions to brw_nir.h by Jason Ekstrand · 8 years ago
  7. 007d8a6 i965: Move get_fast_clear_rect to blorp_clear.c by Jason Ekstrand · 8 years ago
  8. c8ff3622 i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve by Jason Ekstrand · 8 years ago
  9. 12a2fe5 i965/blorp: Get rid of most brw and mesa includes by Jason Ekstrand · 8 years ago
  10. 87a1cb6 i965: Move the hiz_op enum to blorp by Jason Ekstrand · 8 years ago
  11. db95a81 i965/blorp: Add a fast_clear_op enum by Jason Ekstrand · 8 years ago
  12. 71dc2e0 i965/blorp: Make blorp_addres::buffer a void* by Jason Ekstrand · 8 years ago
  13. 2191f5c i965/blorp: Get rid of brw_context by Jason Ekstrand · 8 years ago
  14. 99b9e9b i965/blorp: Take a blorp_context in compile_nir_shader by Jason Ekstrand · 8 years ago
  15. a818a32 i965/meta_util: Take an isl_device in get_fast_clear_rect by Jason Ekstrand · 8 years ago
  16. bc159ff i965/blorp: Add an "exec" function pointer to blorp_context by Jason Ekstrand · 8 years ago
  17. cea360a i965/blorp: Remove some i965-isms from genX_blorp_exec.h by Jason Ekstrand · 8 years ago
  18. cf14b52 i965/blorp: Move the guts of brw_blorp_exec into genX_blorp_exec.c by Jason Ekstrand · 8 years ago
  19. 28ae664 i965/blorp: Pull the guts of blorp_exec into a driver-agnostic header by Jason Ekstrand · 8 years ago
  20. 9a842c6 i965/blorp/exec: Refactor to use a new blorp_batch struct by Jason Ekstrand · 8 years ago
  21. 4e7bddf i965/blorp: Add a helper for allocating binding tables and surface states by Jason Ekstrand · 8 years ago
  22. 8a39069 i965/blorp: Use BT_INDEX enums for setting up the binding table by Jason Ekstrand · 8 years ago
  23. 1367af1 i965/blorp: Shorten binding table index enum names by Jason Ekstrand · 8 years ago
  24. da2a078 i965/blorp/genX: Add a blorp_surface_reloc helper by Jason Ekstrand · 8 years ago
  25. ac08bc8 i965/blorp: Use blorp_address in brw_blorp_surface instead of bo+offset by Jason Ekstrand · 8 years ago
  26. 33cc1f6 i965/blorp: Pull emit_surface_state into genX_blorp_exec.c by Jason Ekstrand · 8 years ago
  27. 6d2f8f8 i965/blorp: Add driver mocs settings to the context by Jason Ekstrand · 8 years ago
  28. 9c380b6 i965/blorp/genX: Move emit_urb_config into another helper by Jason Ekstrand · 8 years ago
  29. 28991c9 i965/blorp: Use gen6_upload_urb by Jason Ekstrand · 8 years ago
  30. 7ecbb9b i965/gen6: Refactor gen6_upload_urb by Jason Ekstrand · 8 years ago
  31. 3e4b43d i965/blorp/genX: Pull emit_3dstate_multisample into a helper by Jason Ekstrand · 8 years ago
  32. becd434 i965/blorp/genX: Add helpers for allocating various bits of state by Jason Ekstrand · 8 years ago
  33. 600446c i965/blorp: Expose the shader cache through function pointers by Jason Ekstrand · 8 years ago
  34. a14d1b6 i965/blorp: Add a blorp_context struct and init/finish funcs by Jason Ekstrand · 8 years ago
  35. cd18bbe android: intel: Flatten the makefile structure by Mauro Rossi · 8 years ago
  36. 083746b clover: Use device cap to query pointer size instead of hardcoded 32bits by Jan Vesely · 8 years ago
  37. c7af849 gallium: add cap to export device pointer size by Jan Vesely · 8 years ago
  38. f5602c2 svga: s/unsigned/enum pipe_shader_type/ by Brian Paul · 8 years ago
  39. 5e76baa i965/hsw: Enable ARB_ES3_1_compatibility extension by Jordan Justen · 8 years ago
  40. b1b7e92 r600g: Clean up defined magic numbers for TGSI opcodes by Rhys Kidd · 8 years ago
  41. d4cb3ee r600g: Avoid duplicated initialization of TGSI_OPCODE_DFMA by Rhys Kidd · 8 years ago
  42. 8ba1fd3 i915g: Fix typo in i915_translate_instruction() by Rhys Kidd · 8 years ago
  43. 60bed14 vc4: Handle discards while in control flow. by Eric Anholt · 8 years ago
  44. b9a74fb vc4: Mark when we add discards while lowering blend state. by Eric Anholt · 8 years ago
  45. a99d70d nir: Update shader info when adding discards by Eric Anholt · 8 years ago
  46. fa8f871 swr: [rasterier core] fix GetRasterizerFunc selection by Tim Rowley · 8 years ago
  47. 8e41a65 swr: [rasterizer core] whitespace cleanup by Tim Rowley · 8 years ago
  48. cc7f655 swr: [rasterizer jitter] reimplement SCATTERPS by Tim Rowley · 8 years ago
  49. c7e2118 swr: [rasterizer core] upper left rule for scissors by Tim Rowley · 8 years ago
  50. e54df2c swr: [rasterizer scripts] undef DEFINE_KNOB after usage by Tim Rowley · 8 years ago
  51. a4efbd1 swr: [rasterizer core] minor cleanup to thread initialization by Tim Rowley · 8 years ago
  52. 7472a8e swr: [rasterizer core] remove KNOB_MAX_THREADS by Tim Rowley · 8 years ago
  53. 9e4a482 swr: [rasterizer core] track guardbands per viewport rect by Tim Rowley · 8 years ago
  54. b473bec swr: [rasterizer core] per-primitive viewports/scissors by Tim Rowley · 8 years ago
  55. 63ed11c radeonsi: Don't use global variables for tess lds by Tom Stellard · 8 years ago
  56. f48ccb8 softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds by Roland Scheidegger · 8 years ago
  57. c5d7624 llvmpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds by Roland Scheidegger · 8 years ago
  58. 4c53267 gallium: Use enum pipe_shader_type in set_shader_images() by Kai Wasserbäch · 8 years ago
  59. 15fe288 gallium: Use enum pipe_shader_type in set_shader_buffers() by Kai Wasserbäch · 8 years ago
  60. 532db3b gallium: Use enum pipe_shader_type in set_sampler_views() by Kai Wasserbäch · 8 years ago
  61. 7413625 gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) by Kai Wasserbäch · 8 years ago
  62. ed24d79 gallium/radeon: clear dirty_level_mask when discarding CMASK by Marek Olšák · 8 years ago
  63. d301efb tgsi/scan: remember sampler view types by Marek Olšák · 8 years ago
  64. 5f0ea3d st/vdpau: use temporary buffers while applying filters by Nayan Deshmukh · 8 years ago
  65. 77e4424 st/vdpau: Revert "change the order in which filters are applied(v3)" by Christian König · 8 years ago
  66. 9c9f45b i965/vec4: remove the generator hack for dual instanced GS by Iago Toral Quiroga · 8 years ago
  67. 22cec6d glsl: initialise pointer to NULL by Timothy Arceri · 8 years ago
  68. 6a5504d Update Khronos-supplied headers to r33100 by Ilia Mirkin · 8 years ago
  69. d49a231 mesa: add EXT_texture_cube_map_array support by Ilia Mirkin · 8 years ago
  70. 4ec1c2b mesa: remove OES_shader_io_blocks enable by Ilia Mirkin · 8 years ago
  71. 89e95d1 main: use KHR_blend_equation_advanced enable for ES 3.2 availability by Ilia Mirkin · 8 years ago
  72. 05b37e2 main: add missing EXTRA_END in OES_sample_variables get check by Ilia Mirkin · 8 years ago
  73. 09dafb9 scons: Take indirect gl_and_es_API.xml dependencies in consideration. by Jose Fonseca · 8 years ago
  74. 5b18e5f docs: sort extensions in relnotes by Ilia Mirkin · 8 years ago
  75. fb89551 isl: Allow multisampled array textures by Jason Ekstrand · 8 years ago
  76. cf7be70 mesa/version: OpenGL ES 3.2 depends on OES_texture_cube_map_array by Ian Romanick · 8 years ago
  77. b387bc9 i965: Enable OES_texture_cube_map_array on Gen8+ by Ian Romanick · 8 years ago
  78. dc4f53b mesa: Add support for OES_texture_cube_map_array by Ian Romanick · 8 years ago
  79. 87fa462 mesa: Add and use _mesa_has_texture_cube_map_array helper by Ian Romanick · 8 years ago
  80. 66b988d mesa: Use _mesa_has_ARB_texture_cube_map_array instead of open-coding it by Ian Romanick · 8 years ago
  81. daf1a61 mesa: Cosmetic changes in legal_texobj_target by Ian Romanick · 8 years ago
  82. d79c950 mesa: Rearrange legal_texobj_target to look more like _mesa_legal_get_tex_level_parameter_target by Ian Romanick · 8 years ago
  83. ef5bad0 glsl: Add and use has_texture_cube_map_array helper by Ian Romanick · 8 years ago
  84. c879dbc glsl: Mark cube map array sampler types as reserved in GLSL ES 3.10 by Ian Romanick · 8 years ago
  85. 8fb4af7 glsl: Silence unused parameter warning by Ian Romanick · 8 years ago
  86. 63af53d i965: Enable GL_OES_geometry_shader on Gen8+ by Ian Romanick · 8 years ago
  87. 259fc50 glsl/linker: Fail linking on ES if uniform precision qualifiers don't match by Ian Romanick · 8 years ago
  88. 06201e4 glsl: Allow invocations layout qualifier with GL_OES_geometry_shader by Ian Romanick · 8 years ago
  89. 3a0ae7b glsl: Allow gl_InvocationID and gl_Layer with GL_OES_geometry_shader by Ian Romanick · 8 years ago
  90. 1a72fbf mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size by Ian Romanick · 8 years ago
  91. 658e90f mesa: Document reasons for allowing XFB drawing modes in GLES 3.1 w/GL_OES_geometry_shader by Ian Romanick · 8 years ago
  92. aa228eb mesa: Remove redundant _mesa_has_shader_subroutine by Ian Romanick · 8 years ago
  93. 0115f35 nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20 by Ian Romanick · 8 years ago
  94. a7d92c3 nouveau: Fix non-1x post-scale factor with DOT3 combiner by Ian Romanick · 8 years ago
  95. f926cf5 docs: Rename GL3.txt to features.txt by Ian Romanick · 8 years ago
  96. 8cd5c3c docs: Update GL3.txt for OpenGL 4.x on i965-ish hardware by Ian Romanick · 8 years ago
  97. d0a4c36 docs: add links to clarify patch mailing section by Nicholas Bishop · 8 years ago
  98. ea33df7 svga: minor whitespace, etc clean-ups in svga_pipe_misc.c by Brian Paul · 8 years ago
  99. 8433b43 svga: move some code in svga_propagate_surface() by Brian Paul · 8 years ago
  100. 1a10b37 svga: simplify surface propagation code in svga_set_framebuffer_state() by Brian Paul · 8 years ago