1. 5fd3b3b docs: restructure release notes into separate folder by Emil Velikov · 11 years ago
  2. 50b3fc6 gallium: Disambiguate TGSI_OPCODE_IF. by José Fonseca · 11 years ago
  3. f61b7da gallium: Eliminate TGSI_OPCODE_IFC. by José Fonseca · 11 years ago
  4. e796559 i965: Enable the Bay Trail platform. by Kenneth Graunke · 12 years ago
  5. 13ddf9b r600/uvd: cleanup disabling tiling on pre EG asics by Christian König · 11 years ago
  6. 7490eeb autoconf: enable detection of vdpau and xvmc by default by Christian König · 11 years ago
  7. 025f03f mesa/swrast: Move memory allocation outside the blit loop by Ian Romanick · 11 years ago
  8. a27c6e1 mesa/swrast: Move free calls outside the attachment loop by Ian Romanick · 11 years ago
  9. 6758498 mesa/swrast: Refactor no-memory error checking in blit_linear by Ian Romanick · 11 years ago
  10. 4c3ed79 r600g: Workaround for a harware bug with nested loops on Cayman by Martin Andersson · 11 years ago
  11. 8616b224 gallium/hud: fix FPS computation for framerate > 4.2k by Marek Olšák · 11 years ago
  12. 332af88 gallium/hud: increase vertex buffer size for background black rectangles by Marek Olšák · 11 years ago
  13. 0108114 gallium/hud: update the contents of GALLIUM_HUD=help by Marek Olšák · 11 years ago
  14. 30284f8 gallium/hud: remove pipeline-statistics- prefix in query names by Marek Olšák · 11 years ago
  15. dfe5367 r600g: implement pipeline statistics query by Marek Olšák · 11 years ago
  16. 817723b winsys/radeon: use query_value for timestamp, remove query_timestamp by Marek Olšák · 11 years ago
  17. 413ca78 r600g: add a debug flag for printing virtual addresses of resources by Marek Olšák · 11 years ago
  18. 05fa359 r600g: add a query returning the amount of time spent during bo_map sync. by Marek Olšák · 11 years ago
  19. b3f1f66 build: Get rid of GALLIUM_WINSYS_DIRS by Matt Turner · 12 years ago
  20. 3a6e548 build: Get rid of GALLIUM_TARGET_DIRS by Matt Turner · 12 years ago
  21. 2f7a37d build: Build pipe-loader before gallium tests by Matt Turner · 12 years ago
  22. 0d3b1b0 build: Get rid of GALLIUM_MAKE_DIRS by Matt Turner · 12 years ago
  23. 69b69b1 build: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRS by Matt Turner · 12 years ago
  24. 13a7010 build: Get rid of DRIVER_DIRS by Matt Turner · 12 years ago
  25. 8341eff build: Stop AC_SUBST'ing DRI_DIRS and GALLIUM_DRIVERS_DIRS by Matt Turner · 12 years ago
  26. 70531b4 build: Remove GALLIUM_DIRS by Matt Turner · 12 years ago
  27. a9676ae build: Get rid of SRC_DIRS by Matt Turner · 12 years ago
  28. 691c304 build: Get rid of CORE_DIRS by Matt Turner · 12 years ago
  29. d5e9426 build: Move src/mapi/mapi/* to src/mapi/ by Matt Turner · 12 years ago
  30. 3c69052 build: Rename sources.mak -> Makefile.sources by Matt Turner · 12 years ago
  31. d50343d radeonsi: Read config values from the .AMDGPU.config ELF section by Tom Stellard · 11 years ago
  32. 9277b04 radeon/llvm: Handle ELF formatted binary output from the LLVM backend by Tom Stellard · 11 years ago
  33. 7782d19 radeon/llvm: Use a struct for storing compiled code by Tom Stellard · 11 years ago
  34. 1d6eb23 gallivm: fix small but severe bug in handling multiple lod level strides by Roland Scheidegger · 11 years ago
  35. 02b808b clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferToImage. by Francisco Jerez · 11 years ago
  36. 1a8ad6c clover: Define platform class and merge with device_registry. by Francisco Jerez · 11 years ago
  37. 6ace452 clover: Add missing fields to the module serializer. by Francisco Jerez · 11 years ago
  38. 1658efc i965: Shut up the last release build warning. by Eric Anholt · 11 years ago
  39. dcb1b89 i965: Silence one more compile warning. by Eric Anholt · 11 years ago
  40. dea7040 i965: Fix a warning in the release build. by Eric Anholt · 11 years ago
  41. 28170c5 i965: Fix an unused variable warning in the release build. by Eric Anholt · 11 years ago
  42. 248175a i965: Fix an unused variable warning in the release build. by Eric Anholt · 11 years ago
  43. 6cec233 intel: Return failure properly in the texsubimage blit path. by Eric Anholt · 11 years ago
  44. b681a89 intel: Fix a warning in the release build. by Eric Anholt · 11 years ago
  45. 1433936 intel: Fix an unused variable warning in the release build. by Eric Anholt · 11 years ago
  46. 9167ba8 intel: Improve diagnostics for emit_linear_blit failure path. by Eric Anholt · 11 years ago
  47. aceba66 i965: Fix error path for MCS allocation. by Eric Anholt · 11 years ago
  48. 331766b i830: Move assert-only code into the assert. by Eric Anholt · 11 years ago
  49. adf2514 i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf. by Eric Anholt · 11 years ago
  50. eaca8a9 i965/fs: Add basic-block-level dead code elimination. by Eric Anholt · 11 years ago
  51. 36d0fde i965/fs: Remove incorrect note of writing attr in centroid workaround. by Eric Anholt · 11 years ago
  52. 2cb7f1e i965/fs: Add a helper function for checking for partial register updates. by Eric Anholt · 12 years ago
  53. df25b4f mesa: Add a macro to bitset for determining bitset size. by Eric Anholt · 11 years ago
  54. b5a0f59 i965: Fix compiler warnings since the introduction of texture multisample. by Eric Anholt · 11 years ago
  55. 1faaa41 mesa: Don't leak gl_context::BeginEnd at context destruction by Ian Romanick · 11 years ago
  56. 6e06550 mesa: Don't leak shared state when context initialization fails by Ian Romanick · 11 years ago
  57. f730c21 egl/dri2: NULL check value returned by dri2_create_surface by Ian Romanick · 11 years ago
  58. 2cc0b32 mesa: NULL check the pointer before trying to dereference it by Ian Romanick · 11 years ago
  59. ee55b84 glsl: Fix hypothetical NULL dereference related to process_array_type by Ian Romanick · 11 years ago
  60. 278c9af glsl: Fix hypothetical NULL dereference in ast_process_structure_or_interface_block by Ian Romanick · 11 years ago
  61. c6a86fb r300g: Fix bug in OMOD optimization by Tom Stellard · 11 years ago
  62. ac1118d nvc0: set ret variable if launch desc allocation failed by Emil Velikov · 11 years ago
  63. 48bcb94 nvc0: bail out early during nve4_compute_setup() by Emil Velikov · 11 years ago
  64. e28c266 nvc0: compile nve4_cache_split_name() only in debug build by Emil Velikov · 11 years ago
  65. 249f3d7 nv50/codegen: do not emitATOM() if the subOp is unknown by Emil Velikov · 11 years ago
  66. 4da54c9 nvc0: implement multisample textures by Christoph Bumiller · 11 years ago
  67. 71c1c8a nvc0: patch up TEX cases with 5 or 6 sources on nve4 by Christoph Bumiller · 11 years ago
  68. 2b62ba7 nvc0: fix 2D engine MS2 resolve by Christoph Bumiller · 11 years ago
  69. 69804c2 nv50,nvc0: add RGBX16/32_FLOAT formats by Christoph Bumiller · 11 years ago
  70. 195a6cc i965/vs: Print error if vertex shader fails to compile. by Matt Turner · 11 years ago
  71. 32a8e87 i965: NULL check prog on shader compilation failure. by Matt Turner · 11 years ago
  72. ed9687c scons: Add st_cb_msaa.c to source list. by José Fonseca · 11 years ago
  73. f024c72 r600g: add get_sample_position support (v3) by Dave Airlie · 11 years ago
  74. f152da6 st/mesa: add support for ARB_texture_multisample (v3) by Dave Airlie · 11 years ago
  75. 1d90ee5 st/mesa: add support for get sample position by Dave Airlie · 11 years ago
  76. cc90639 gallium: add get_sample_position interface by Dave Airlie · 11 years ago
  77. 184278a r600g: fix two issues in compressed msaa reading code by Dave Airlie · 11 years ago
  78. e9fa3a9 i965/vs: Don't hardcode DEBUG_VS in generic vec4 code. by Paul Berry · 11 years ago
  79. defdb31 i965/vs: Generalize computation of array strides in preparation for GS. by Paul Berry · 11 years ago
  80. 444fce6 i965/vs: Generalize attribute setup code in preparation for GS. by Paul Berry · 11 years ago
  81. 28fe02c i965/vs: Generalize vertex emission code in preparation for GS. by Paul Berry · 11 years ago
  82. 7214451 i965/vs: rename vec4_generator::generate_vs_instruction. by Paul Berry · 11 years ago
  83. 9bb6840 i965/vs: Generalize data structures pointed to by vec4_generator. by Paul Berry · 11 years ago
  84. 4d77360 i965/vs: Rename vec4_generator::prog to shader_prog. by Paul Berry · 11 years ago
  85. 5743bea i965/vs: move VS-specific data members to vs_vec4_visitor. by Paul Berry · 11 years ago
  86. 0ce9522 i965/vs: move ARB_vertex_program functions to vec4_vs_visitor. by Paul Berry · 11 years ago
  87. 42a3d63 i965/vs: Add virtual function make_reg_for_system_value(). by Paul Berry · 11 years ago
  88. 8941f73 i965/vs: Make some vec4_visitor functions virtual. by Paul Berry · 11 years ago
  89. e9be5a0 i965/vs: Make vec4_vs_visitor class derived from vec4_visitor. by Paul Berry · 11 years ago
  90. 5fff375 i965/vs: split brw_vs_prog_data into generic and VS-specific parts. by Paul Berry · 11 years ago
  91. 0c994f1 i965/vs: split brw_vs_prog_key into generic and VS-specific parts. by Paul Berry · 11 years ago
  92. d7af636 i965/vs: split brw_vs_compile into generic and VS-specific parts. by Paul Berry · 11 years ago
  93. 09cd6e0 i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile. by Paul Berry · 11 years ago
  94. deffbbe i965: Generalize computation of VUE map in preparation for GS. by Paul Berry · 11 years ago
  95. b296133 i965/vs: Make type of vec4_visitor::vp more generic. by Paul Berry · 11 years ago
  96. fe97f26 i965: Rename backend_visitor::prog to shader_prog. by Paul Berry · 11 years ago
  97. 5b0bd8e glsl: Fix (and validate) comment above glsl_type::name. by Paul Berry · 11 years ago
  98. 5b2855b radeon/uvd: add UVD implementation v5 by Christian König · 11 years ago
  99. f91e4d2 radeon/winsys: add uvd ring support to winsys v3 by Christian König · 11 years ago
  100. cb12bf7 st/mesa: fix UBO offsets. by Dave Airlie · 11 years ago