1. 0d0f01e r300: add occlusion queries support by Maciej Cencora · 15 years ago
  2. f2daded radeon space: realign with drm space check code by Dave Airlie · 15 years ago
  3. a6cc45e r300: fixup space checks since VBO code by Dave Airlie · 15 years ago
  4. 3cc9a28 r300: add just in case warn I don't think this can actually happen by Dave Airlie · 15 years ago
  5. 5e4e8ef radeon: enable vertex splitting for IBs by Dave Airlie · 15 years ago
  6. b978994 i965: disable bounds checking on arrays with stride 0 by Roland Scheidegger · 15 years ago
  7. e304c65 i965: Add support for GL_ARB_seamless_cube_map by Ian Romanick · 15 years ago
  8. 06ae1db Regenerate files for GL_ARB_seamless_cube_map by Ian Romanick · 15 years ago
  9. 9d5bb3c Infrastructure for GL_ARB_seamless_cube_map by Ian Romanick · 15 years ago
  10. 970f768 Regenerate files for GL_APPLE_flush_buffer_range by Ian Romanick · 15 years ago
  11. a89963c Merge branch 'vbo_clean' by Maciej Cencora · 15 years ago
  12. 7fe0dd2 r300: mark VBO buffer objects as persistent by Maciej Cencora · 15 years ago
  13. cd70304 r300: unmap buffer objects after usage by Maciej Cencora · 15 years ago
  14. 71b1610 mesa: append uniform values to the log file the first time we use a shader by Brian Paul · 15 years ago
  15. 12199ed mesa: also pass the GPU program to _mesa_append_uniforms_to_file() by Brian Paul · 15 years ago
  16. e3d4751 vbo: call _mesa_valid_to_render() by Brian Paul · 15 years ago
  17. d09a19b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  18. db598b8 mesa: new _mesa_append_uniforms_to_file() debug/logging function by Brian Paul · 15 years ago
  19. b6e5600 mesa: call _mesa_valid_to_render() by Brian Paul · 15 years ago
  20. d03dde1 vbo: call _mesa_valid_to_render() by Brian Paul · 15 years ago
  21. 56c4226 mesa: new _mesa_valid_to_render() function by Brian Paul · 15 years ago
  22. a48b0a5 mesa: minor error string changes by Brian Paul · 15 years ago
  23. e691b0e Allow external settings of MAX_WIDTH/HEIGHT. by Brian Paul · 15 years ago
  24. 51c4738 st/xlib: reduce the proliferation of GLX context types by Keith Whitwell · 15 years ago
  25. 9616e4a st/dri: remove unused dummyContext value by Keith Whitwell · 15 years ago
  26. 3ffaa11 mesa: move assertions in test_attachment_completeness() by Brian Paul · 15 years ago
  27. 442a5e4 nv50: fix mipmap offsets and tiling by Christoph Bumiller · 15 years ago
  28. 3506d7d nv50: make sure we don't re-emit outdated scissor state by Christoph Bumiller · 15 years ago
  29. 74e8b1a nv50: make use of the y-origin switch by Christoph Bumiller · 15 years ago
  30. cdaf63d r300: remove broken vertex splitting by Maciej Cencora · 15 years ago
  31. 9e018d8 r300: rework index buffer setup by Maciej Cencora · 15 years ago
  32. 7c060bf r300: remove unused software TNL path by Maciej Cencora · 15 years ago
  33. 5fb5ea9 r300: use VBOs for vertex attributes by Maciej Cencora · 15 years ago
  34. 66bc17e Allow external settings of MAX_WIDTH/HEIGHT. by Tom Fogal · 15 years ago
  35. 87946d2 intel: in intel_context struct use typedef for sarea struct by Tobias Doerffel · 15 years ago
  36. 67b639c st/vega: Add more symbols defined by mesa/st. by Chia-I Wu · 15 years ago
  37. 895f7c3 r300: add required symlinks by Maciej Cencora · 15 years ago
  38. e029c91 radeon: handle debug versions of radeon_bo_open by Maciej Cencora · 15 years ago
  39. f1aa2a4 nv50: fix typo in REALLOC's 2nd argument in ctor_immd by Christoph Bumiller · 15 years ago
  40. 6bcbeb0 radeon: add VBO support (not enabled yet) by Maciej Cencora · 15 years ago
  41. 2233ac6 radeon: export emitvec* functions by Maciej Cencora · 15 years ago
  42. d534648 radeon: constify some parameters by Maciej Cencora · 15 years ago
  43. 7069a75 r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xx by Alex Deucher · 15 years ago
  44. 9d96095 r600: move non-surface related cb state to general state by Alex Deucher · 15 years ago
  45. 083b04e r600: move non-surface related depth state to general state by Alex Deucher · 15 years ago
  46. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  47. 1e0f621 mesa: fix some invalid memory reads by Brian Paul · 15 years ago
  48. ecb177ea mesa: fix warnings about locals hiding function params by Brian Paul · 15 years ago
  49. 36df6a6 mesa: add missing PBO mapping code in unpack_image() by Brian Paul · 15 years ago
  50. ad8a693 main: fix some potential memory leaks by Brian Paul · 15 years ago
  51. f418d18 mesa: fix some potential uninitialized memory references by Brian Paul · 15 years ago
  52. a531a5c glsl: fix some uninitialized pointers by Brian Paul · 15 years ago
  53. 03ba461 glsl: fix incorrect attribute size by Brian Paul · 15 years ago
  54. 53dfd5d tnl: if NAN_CHECK is enabled, also assert that pos.x != 0 by Brian Paul · 15 years ago
  55. c100023 mesa: s/assert/ASSERT/ in _mesa_reference_texobj() by Brian Paul · 15 years ago
  56. 8a9795e mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimensions() by Brian Paul · 15 years ago
  57. 423a53f mesa: if maxLevels==0, target is invalid by Brian Paul · 15 years ago
  58. fe988d7 mesa: add extension checks in _mesa_max_texture_levels() by Brian Paul · 15 years ago
  59. 47a385b mesa: minor clean-ups in bumpmap functions by Brian Paul · 15 years ago
  60. 6aa7a03 mesa: use _mesa_get_current_tex_unit() in more places by Brian Paul · 15 years ago
  61. 73b150c mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c by Brian Paul · 15 years ago
  62. ba2a55c mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c by Brian Paul · 15 years ago
  63. b9f67df mesa: short-circuit no-change in _mesa_DepthRange() by Brian Paul · 15 years ago
  64. ace98f0 st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering. by Michel Dänzer · 15 years ago
  65. 7c08614 gallium/drm: Handle circular dependencies in the auxiliary libraries with make. by Michel Dänzer · 15 years ago
  66. 7ef8c79 st/xorg: Fix DRI2 CopyRegion hook. by Michel Dänzer · 15 years ago
  67. f2fcd58 tgsi: add simple facility for releasing and reusing temporaries by Keith Whitwell · 15 years ago
  68. b56d2ba tgsi: rename ureg src/dest converters by Keith Whitwell · 15 years ago
  69. 5c5364a draw: Remove unused variable. by José Fonseca · 15 years ago
  70. bf57eda Merge branch 'mesa_7_5_branch' by Keith Whitwell · 15 years ago
  71. 1ce3f5a draw: cope with more primitives in draw_pipeline_run by Keith Whitwell · 15 years ago
  72. 78918c8 tgsi: turn off debugging by Keith Whitwell · 15 years ago
  73. 749e520 tgsi: use REALLOC for growing token pool by Keith Whitwell · 15 years ago
  74. 120e768 util: silence warnings for third REALLOC argument by Keith Whitwell · 15 years ago
  75. b1d82f1 util: remove unneeded includes by Keith Whitwell · 15 years ago
  76. 002c76c util: convert u_simple_shaders to use tgsi_ureg by Keith Whitwell · 15 years ago
  77. 8a7d1e7 tgsi: add tgsi_ureg, a simplified tgsi shader builder by Keith Whitwell · 15 years ago
  78. 1f40ffc i965: fix cube map on IGDNG by Xiang, Haihao · 15 years ago
  79. 4ce73ad glsl: remove duplicate frag input entry by Brian Paul · 15 years ago
  80. f3b215c Merge branch 'new-frag-attribs' by Brian Paul · 15 years ago
  81. f95b82b mesa: const qualifiers by Brian Paul · 15 years ago
  82. bd4c6a2 vbo: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  83. 434ec3a mesa: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  84. 6040315 mesa: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  85. abbf835 mesa: new _mesa_is_bufferobj() function by Brian Paul · 15 years ago
  86. d64649a i965: Make the cube mapping RCP use a writemask. by Eric Anholt · 15 years ago
  87. 5faa0dc i965: Allocate destination registers for GLSL TEX instructions contiguously. by Eric Anholt · 15 years ago
  88. 63fa5fd i965: drop dead scalar handling in GLSL. by Eric Anholt · 15 years ago
  89. 08687c8 i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY. by Eric Anholt · 15 years ago
  90. 863ae3a i965: Drop GLSL ABS code, which is translated away in brw_wm_fp. by Eric Anholt · 15 years ago
  91. 4de8b89 i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD. by Eric Anholt · 15 years ago
  92. 0eb819a i965: Store the dispatch width in the WM compile struct. by Eric Anholt · 15 years ago
  93. 536476f i965: Handle scalar result swizzling in shared GLSL/non-GLSL code. by Eric Anholt · 15 years ago
  94. 792c499 i965: Flag ARL-using programs as requiring brw_wm_glsl.c by Eric Anholt · 15 years ago
  95. 4e477aa i965: Remove some unused WM opcode args. by Eric Anholt · 15 years ago
  96. 255e5be i965: Avoid re-uploading the index buffer when we don't need to. by Eric Anholt · 15 years ago
  97. a245c05 r600: fix warning by Alex Deucher · 15 years ago
  98. b0c191a r600: state cleanups by Alex Deucher · 15 years ago
  99. 2f6675b r600: clean up Create/DestroyContext by Alex Deucher · 15 years ago
  100. b6a4f5f r200: Prevent TexGenMatrix from leaking when destroying r200 context. by Pauli Nieminen · 15 years ago