1. c100023 mesa: s/assert/ASSERT/ in _mesa_reference_texobj() by Brian Paul · 15 years ago
  2. 8a9795e mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimensions() by Brian Paul · 15 years ago
  3. 423a53f mesa: if maxLevels==0, target is invalid by Brian Paul · 15 years ago
  4. fe988d7 mesa: add extension checks in _mesa_max_texture_levels() by Brian Paul · 15 years ago
  5. 47a385b mesa: minor clean-ups in bumpmap functions by Brian Paul · 15 years ago
  6. 6aa7a03 mesa: use _mesa_get_current_tex_unit() in more places by Brian Paul · 15 years ago
  7. 73b150c mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c by Brian Paul · 15 years ago
  8. ba2a55c mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c by Brian Paul · 15 years ago
  9. b9f67df mesa: short-circuit no-change in _mesa_DepthRange() by Brian Paul · 15 years ago
  10. ace98f0 st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering. by Michel Dänzer · 15 years ago
  11. 7c08614 gallium/drm: Handle circular dependencies in the auxiliary libraries with make. by Michel Dänzer · 15 years ago
  12. 7ef8c79 st/xorg: Fix DRI2 CopyRegion hook. by Michel Dänzer · 15 years ago
  13. f2fcd58 tgsi: add simple facility for releasing and reusing temporaries by Keith Whitwell · 15 years ago
  14. b56d2ba tgsi: rename ureg src/dest converters by Keith Whitwell · 15 years ago
  15. 5c5364a draw: Remove unused variable. by José Fonseca · 15 years ago
  16. 7b39194 scons: Handle Circular dependencies in the libraries. by José Fonseca · 15 years ago
  17. bf57eda Merge branch 'mesa_7_5_branch' by Keith Whitwell · 15 years ago
  18. 1ce3f5a draw: cope with more primitives in draw_pipeline_run by Keith Whitwell · 15 years ago
  19. 78918c8 tgsi: turn off debugging by Keith Whitwell · 15 years ago
  20. 749e520 tgsi: use REALLOC for growing token pool by Keith Whitwell · 15 years ago
  21. 120e768 util: silence warnings for third REALLOC argument by Keith Whitwell · 15 years ago
  22. b1d82f1 util: remove unneeded includes by Keith Whitwell · 15 years ago
  23. 002c76c util: convert u_simple_shaders to use tgsi_ureg by Keith Whitwell · 15 years ago
  24. 8a7d1e7 tgsi: add tgsi_ureg, a simplified tgsi shader builder by Keith Whitwell · 15 years ago
  25. 1f40ffc i965: fix cube map on IGDNG by Xiang, Haihao · 15 years ago
  26. 4ce73ad glsl: remove duplicate frag input entry by Brian Paul · 15 years ago
  27. f3b215c Merge branch 'new-frag-attribs' by Brian Paul · 15 years ago
  28. fdfb0d4 progs/glsl: change uniform_info::type field to use GLSL vector types by Brian Paul · 15 years ago
  29. af3d7f6 demos: call SetUniformValues() by Brian Paul · 15 years ago
  30. f95b82b mesa: const qualifiers by Brian Paul · 15 years ago
  31. bd4c6a2 vbo: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  32. 684049d demos: rename InitUniforms() to SetUniformValues() by Brian Paul · 15 years ago
  33. 378bff0 progs/util: added more shader utility functions by Brian Paul · 15 years ago
  34. 434ec3a mesa: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  35. 6040315 mesa: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  36. abbf835 mesa: new _mesa_is_bufferobj() function by Brian Paul · 15 years ago
  37. d64649a i965: Make the cube mapping RCP use a writemask. by Eric Anholt · 15 years ago
  38. 5faa0dc i965: Allocate destination registers for GLSL TEX instructions contiguously. by Eric Anholt · 15 years ago
  39. 63fa5fd i965: drop dead scalar handling in GLSL. by Eric Anholt · 15 years ago
  40. 08687c8 i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY. by Eric Anholt · 15 years ago
  41. 863ae3a i965: Drop GLSL ABS code, which is translated away in brw_wm_fp. by Eric Anholt · 15 years ago
  42. 4de8b89 i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD. by Eric Anholt · 15 years ago
  43. 0eb819a i965: Store the dispatch width in the WM compile struct. by Eric Anholt · 15 years ago
  44. 536476f i965: Handle scalar result swizzling in shared GLSL/non-GLSL code. by Eric Anholt · 15 years ago
  45. 792c499 i965: Flag ARL-using programs as requiring brw_wm_glsl.c by Eric Anholt · 15 years ago
  46. 4e477aa i965: Remove some unused WM opcode args. by Eric Anholt · 15 years ago
  47. 255e5be i965: Avoid re-uploading the index buffer when we don't need to. by Eric Anholt · 15 years ago
  48. a245c05 r600: fix warning by Alex Deucher · 15 years ago
  49. b0c191a r600: state cleanups by Alex Deucher · 15 years ago
  50. 2f6675b r600: clean up Create/DestroyContext by Alex Deucher · 15 years ago
  51. b6a4f5f r200: Prevent TexGenMatrix from leaking when destroying r200 context. by Pauli Nieminen · 15 years ago
  52. 855374a vbo: fix incorrect pointer by Brian Paul · 15 years ago
  53. 8f9ee06 glsl: add gl_Vertex, gl_Normal, etc to list of active attributes by Brian Paul · 15 years ago
  54. fd5eda1 glsl: move predefined shader input/output info/code to slang_builtin.c by Brian Paul · 15 years ago
  55. 2708ddf vbo: Avoid extra validation of DrawElements. by Eric Anholt · 15 years ago
  56. ef3ad41 radeon: Minor warnings cleanup. by Eric Anholt · 15 years ago
  57. e643bc5 i965: Use _MaxElement instead of index-calculated min/max for VBO bounds. by Eric Anholt · 15 years ago
  58. 29173d3 radeon: Add protection against recursive DRM locking. by Pauli Nieminen · 15 years ago
  59. 5eeb44f st/xorg: Acquire/drop DRM master in order to work with multiple servers. by Michel Dänzer · 15 years ago
  60. f21b0e9 gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/ by Brian Paul · 15 years ago
  61. 10eb2ca gallium/glx/xlib: updated comments by Brian Paul · 15 years ago
  62. 80b8fbc gallium/glx/xlib: delete fakeglx.h by Brian Paul · 15 years ago
  63. 275d0e7 gallium/glx/xlib: rename fakeglx.c to glx_api.c by Brian Paul · 15 years ago
  64. 622d531 gallium/glx/xlib: delete glxapi.h by Brian Paul · 15 years ago
  65. f5dd1cf gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c by Brian Paul · 15 years ago
  66. 0528d6c gallium/glx/xlib: rename glxapi.c to glx_getproc.c by Brian Paul · 15 years ago
  67. f546fa0 gallium/glx/xlib: don't include fakeglx.h by Brian Paul · 15 years ago
  68. 4a4039e gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX by Brian Paul · 15 years ago
  69. 1e52b8b r600: A shader is bound that exports Z as a float into Red channel by Cooper Yuan · 15 years ago
  70. 64e7bb3 egl: Use _eglAddAtExitCall to free thread infos and displays. by Chia-I Wu · 15 years ago
  71. 435c7ac egl: Add _eglAddAtExitCall. by Chia-I Wu · 15 years ago
  72. 0e3687e egl: Make _eglGlobal initialize statically. by Chia-I Wu · 15 years ago
  73. 413969a egl: Implement _eglFiniDisplay. by Chia-I Wu · 15 years ago
  74. 621801a egl: Make display and surface hash tables local. by Chia-I Wu · 15 years ago
  75. 56d2119 egl: Initialize current thread management on demand. by Chia-I Wu · 15 years ago
  76. f6c2f5e egl: Destroy eglThreadInfo on thread exit. by Chia-I Wu · 15 years ago
  77. e79d21c egl: Add eglmutex.h. by Chia-I Wu · 15 years ago
  78. 50f8ca2 glx: fix signedness warning by RALOVICH, Kristóf · 15 years ago
  79. fd90d80 mesa: handle glDrawPixels images which are larger than max rect texture size by Brian Paul · 15 years ago
  80. dba6d52 mesa: added _mesa_meta_draw_pixels() by Brian Paul · 15 years ago
  81. f821866 mesa: added META_FOG and optimize some meta_begin/end() code by Brian Paul · 15 years ago
  82. 9ba19b8 gallium/trace: remove stray semicolons by Brian Paul · 15 years ago
  83. b681f39 gallium/xlib: add missing tex_usage parameter by Brian Paul · 15 years ago
  84. 6deaa6d gallium/egl: add missing tex_usage parameter by Brian Paul · 15 years ago
  85. 2e8be3a gallium/xlib: add missing tex_usage parameter by Brian Paul · 15 years ago
  86. 26a762c gallium/identity: remove stray semicolons by Brian Paul · 15 years ago
  87. c2b29b5 r600: use the drm ioctls for swap and texture upload by Alex Deucher · 15 years ago
  88. 164d8e8 i915g: Reduce max relocs by Jakob Bornecrantz · 15 years ago
  89. df9f278 i915g: Check relocs as well by Jakob Bornecrantz · 15 years ago
  90. 7a60ed2 i915g: Implement surface_buffer_create for softpipe by Jakob Bornecrantz · 15 years ago
  91. a41a253 gallium: Add texture usage information to surface_buffer_create by Jakob Bornecrantz · 15 years ago
  92. 7013a4d mesa/glapi: regenerated files from gl_API.xml by Brian Paul · 15 years ago
  93. bb45e6f gallium: fix debug_printf() format string by Brian Paul · 15 years ago
  94. a9d37f6 glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling by Brian Paul · 15 years ago
  95. 20e4421 mesa: remove _mesa_set_vp_override() from _mesa_Bitmap() by Brian Paul · 15 years ago
  96. e93be51 r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian. by Michel Dänzer · 15 years ago
  97. bb91368 r300g: Emit relocations for pitch registers. by Michel Dänzer · 15 years ago
  98. 2cbd3fc r300g: a typo of debug message by Cooper Yuan · 15 years ago
  99. 2ccd66d r600: update num of interp if posizition is used by Cooper Yuan · 15 years ago
  100. 74504c4 demos: Fix the VBO usage in glsl/multitex. by Eric Anholt · 15 years ago