1. c2f444c r600g: Emit vertex buffers using the same method as constant buffers by Tom Stellard · 12 years ago
  2. 9b76ee7 r600g: Unify 3D and compute vertex buffer emission by Tom Stellard · 12 years ago
  3. 0b4c5db r600g: fix grammar constant_buffer -> constant_buffers by Marek Olšák · 12 years ago
  4. e3ff4d4 radeon/llvm: Fix CR/LF in AMDILSIDevice.h by Andreas Boll · 12 years ago
  5. cc39078 radeon/llvm: Clean up AMDILIntrinsicInfo.cpp by Tom Stellard · 12 years ago
  6. f323c62 radeon/llvm: Coding style fixes by Tom Stellard · 12 years ago
  7. 39d82a1 Fix linking gallium drivers and with dricore after defadf2b1 by Jon TURNEY · 12 years ago
  8. 9ed6530 nouveau: implement missing timer query functionality by Christoph Bumiller · 12 years ago
  9. 426a23a wayland: Stop trying to use make rules from aclocal, just copy and paste by Kristian Høgsberg · 12 years ago
  10. b3ba0a7 mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers. by José Fonseca · 12 years ago
  11. 6dddd18 draw,gallivm: Fix draw_get_shader_param. by José Fonseca · 12 years ago
  12. 9972807 Don't explicitly link libOsmesa with libmesa's dependency libglsl by Jon TURNEY · 12 years ago
  13. b2a37e2 automake: convert libglapi by Jon TURNEY · 12 years ago
  14. 1e48dfe Rename X86-64_API -> X86_64_API by Jon TURNEY · 13 years ago
  15. defadf2 Link dri drivers with mesa or dricore libtool library by Jon TURNEY · 12 years ago
  16. cf362d0 Remove unused MESA_MODULES autoconf variable by Jon TURNEY · 12 years ago
  17. a112ca5 automake: convert libmesa and libmesagallium by Jon TURNEY · 12 years ago
  18. 8676890 Rename sparc/clip.S -> sparc/sparc_clip.S by Jon TURNEY · 12 years ago
  19. 68e04cc automake: convert libglsl by Jon TURNEY · 12 years ago
  20. 284325d automake: convert libOSmesa by Laurent Carlier · 12 years ago
  21. 1a06e84 mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility by Marek Olšák · 12 years ago
  22. fe911c1 i965: Move loop over texture units into brw_populate_sampler_prog_key. by Kenneth Graunke · 12 years ago
  23. 86e401b i965: Always emit alpha when nr_color_buffers == 0. by Kenneth Graunke · 12 years ago
  24. 1606053 i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+. by Kenneth Graunke · 12 years ago
  25. 978807e gallivm: Use %.9g to print floats. by José Fonseca · 12 years ago
  26. 5b8d80a scons: Remove -ffast-math. by José Fonseca · 12 years ago
  27. bd3aab8 scons: Also require recent XCB. by José Fonseca · 12 years ago
  28. 6882381 mesa: Require current libxcb. by Eric Anholt · 12 years ago
  29. f92873b radeon/llvm: Don't use lp_build_swizzle_aos() for swizzles by Tom Stellard · 12 years ago
  30. 185fc9a radeonsi: Dump TGSI code prior to doing TGSI->LLVM conversion. by Tom Stellard · 12 years ago
  31. b546aeb i965: Delete previous workaround for textureGrad with shadow samplers. by Kenneth Graunke · 12 years ago
  32. b0c8d3b i965: Add a lowering pass to convert TXD to TXL by computing the LOD. by Kenneth Graunke · 12 years ago
  33. d9da350 glsl/ir_builder: Add a new swizzle_for_size() function. by Kenneth Graunke · 12 years ago
  34. 0bb3d4b glsl/ir_builder: Add a generic constructor for unary expressions. by Kenneth Graunke · 12 years ago
  35. b656df9 glsl: Initialize coordinate to NULL in ir_texture constructor. by Kenneth Graunke · 12 years ago
  36. d9a8cd7 st/xorg: Fix build failure due to symbol clash. by José Fonseca · 12 years ago
  37. 0f3659b docs: update relnotes-8.1 and GL3 status by Marek Olšák · 12 years ago
  38. 63d8c8b st/mesa: expose new transform feedback extensions by Marek Olšák · 13 years ago
  39. d24ece9 mesa: add ARB_transform_feedback_instanced extension enable flag by Marek Olšák · 13 years ago
  40. db7404d mesa: implement new DrawTransformFeedback functions by Marek Olšák · 13 years ago
  41. 7e0cb47 mesa: implement display list support for new DrawTransformFeedback functions by Marek Olšák · 13 years ago
  42. ce16ca4 mesa: implement display list support for indexed query functions by Marek Olšák · 13 years ago
  43. 553e13d mesa: implement indexed query functions from ARB_transform_feedback3 by Marek Olšák · 13 years ago
  44. 375e73d mesa: implement glGet queries and error handling for ARB_transform_feedback3 by Marek Olšák · 13 years ago
  45. 21cb5ed glsl: implement ARB_transform_feedback3 in the linker by Marek Olšák · 13 years ago
  46. 9576d55 glapi: add ARB_transform_feedback_instanced by Marek Olšák · 13 years ago
  47. 6d13d91 glapi: add ARB_transform_feedback3 by Marek Olšák · 13 years ago
  48. e773a48 r600g: fix uploading non-zero mipmap levels of depth textures by Marek Olšák · 12 years ago
  49. fe1fd675 r600g: don't flush depth textures set as colorbuffers by Marek Olšák · 12 years ago
  50. 6842d5f r600g: don't set dirty_db_mask for a flushed depth texture by Marek Olšák · 12 years ago
  51. 5a17d83 r600g: flush depth textures bound to vertex shaders by Marek Olšák · 12 years ago
  52. dee58f9 r600g: do fine-grained depth texture flushing by Marek Olšák · 12 years ago
  53. df79eb5 r600g: remove is_flush from DSA state by Marek Olšák · 12 years ago
  54. 43e3f19 r600g: set DISABLE in CB_COLOR_CONTROL if colormask is 0 by Marek Olšák · 12 years ago
  55. 4fe7441 r600g: move CB_SHADER_MASK setup into cb_misc_state by Marek Olšák · 12 years ago
  56. a1a1ff5 r600g: move MULTIWRITE setup into cb_misc_state for r6xx-r7xx by Marek Olšák · 12 years ago
  57. 0ea7691 r600g: move CB_TARGET_MASK setup into new cb_misc_state by Marek Olšák · 12 years ago
  58. 5ba15d8 st/mesa: implement accelerated stencil blitting using shader stencil export by Marek Olšák · 12 years ago
  59. a7f3697 st/mesa: set colormask to zero when blitting depth by Marek Olšák · 12 years ago
  60. 5a74e17 gallium/u_blit: remove useless memset calls by Marek Olšák · 12 years ago
  61. 24e0a26 gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask by Marek Olšák · 12 years ago
  62. 3f13b5d gallium/u_blit: don't do two copies for non-2D textures by Marek Olšák · 12 years ago
  63. 2dca61b gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlines by Marek Olšák · 12 years ago
  64. bdaf0a0 gallium/u_blitter: accelerate stencil-only copying by Marek Olšák · 12 years ago
  65. 12fd81f gallium/u_blitter: accelerate depth-stencil copying using shader stencil export by Marek Olšák · 12 years ago
  66. 76db2c1 gallium: add util_format_stencil_only helper function by Marek Olšák · 12 years ago
  67. a730838 gallium/u_blitter: minify depth0 when initializing last_layer by Marek Olšák · 12 years ago
  68. 91cf9fe gallium/u_gen_mipmap: accelerate depth texture mipmap generation by Marek Olšák · 12 years ago
  69. 13b0af7 mesa: remove assertions that do not allow compressed 2D_ARRAY textures by Marek Olšák · 12 years ago
  70. 33202b4 i965/msaa: Enable CMS layout on Gen7 for the formats that support it. by Paul Berry · 12 years ago
  71. 4ebbc76 i965/msaa: Add CMS support to blorp. by Paul Berry · 12 years ago
  72. 7549536 i965/msaa: Add CMS-related sampler messages to brw_defines.h. by Paul Berry · 12 years ago
  73. 7b3263a i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use. by Paul Berry · 12 years ago
  74. 0ba8135 i965/msaa: Add CMS MSAA settings to brw_structs.h. by Paul Berry · 12 years ago
  75. ccae1b1 i965/msaa: Allocate MCS buffer when CMS MSAA is in use. by Paul Berry · 12 years ago
  76. 1bd4d45 i965/msaa: Add an enum to describe MSAA layout. by Paul Berry · 12 years ago
  77. 67b0f7c i965/msaa: Move {rt,tex}_interleaved into blorp program key. by Paul Berry · 12 years ago
  78. 2adfce4 mapi: Move GL_NV_draw_buffers extension to es_EXT.xml by Kristian Høgsberg · 12 years ago
  79. e6a3357 egl: Add EGL_WAYLAND_PLANE_WL attribute by Kristian Høgsberg · 12 years ago
  80. 1aaec8c wayland-drm: Add protocol to create planar buffers by Kristian Høgsberg · 12 years ago
  81. 379eb47 wayland-drm: Pass struct wl_drm_buffer to the driver by Kristian Høgsberg · 12 years ago
  82. 95bc052 intel: Implement __DRIimage::createSubImage and bump supported version to 5 by Kristian Høgsberg · 12 years ago
  83. 02ebad9 intel: Add offset field to miptree by Kristian Høgsberg · 12 years ago
  84. 44a2b57 intel: Add support for new __DRIimage formats by Kristian Høgsberg · 12 years ago
  85. c029834 __DRIimage: version 5, add new formats and createSubImage by Kristian Høgsberg · 12 years ago
  86. c0f7fe7 r600g/compute: Disable growing the memory pool by Tom Stellard · 12 years ago
  87. 49ae102 radeon/llvm: Use multiclasses for floating point loads by Tom Stellard · 12 years ago
  88. bbdf3af radeon/llvm: Don't set the IMM bit in SMRD instruction definitions. by Tom Stellard · 12 years ago
  89. d36499a r600g/compute: Add more debugging output by Tom Stellard · 12 years ago
  90. f9b3e25 i965: Revert the VBOs-in-system-memory hack. by Eric Anholt · 12 years ago
  91. b5c037f Add emacs setup for the docs/devinfo.html comment wrapping recommendation. by Eric Anholt · 12 years ago
  92. a8724d8 glx/dri2: Add support for GLX_ARB_create_context_robustness by Ian Romanick · 12 years ago
  93. de9ed51 dri2: Hard-code the DRI2 version by Ian Romanick · 12 years ago
  94. 2879f75 glapi: Apply Xorg indent rules to all files generated for the xserver by Ian Romanick · 12 years ago
  95. a0698b0 docs: Update GL3.txt. by Kenneth Graunke · 12 years ago
  96. 551078b mesa: Remove unneeded extern qualifiers by Chad Versace · 12 years ago
  97. 3770847 r600g: improve flushed depth texture handling v2 by Vadim Girlin · 12 years ago
  98. 860d5bd i965: Add hardware context support. by Kenneth Graunke · 12 years ago
  99. 4fae5e3 mesa/test: Update name of GL_TIME_ELAPSED by Ian Romanick · 12 years ago
  100. 40742fa docs/relnotes-8.0.4: fix html markup by Andreas Boll · 12 years ago