1. aea02ad remove PBO work from to-do list by Brian Paul · 20 years ago
  2. 753476c finished up PBO support by Brian Paul · 20 years ago
  3. effb720 indentation fix by Brian Paul · 20 years ago
  4. 450e917 Use the _mesa_scale_and_bias_rgba() function in the convolution functions. by Brian Paul · 20 years ago
  5. 331cc1d PBO support for gl[Get]PixelMap functions by Brian Paul · 20 years ago
  6. 66f3231 PBO support for glColorTable, glColorSubTable, glGetColorTable, etc. by Brian Paul · 20 years ago
  7. bd3b40a PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc. by Brian Paul · 20 years ago
  8. d56928f updated for PBOs by Brian Paul · 20 years ago
  9. b6f9758 glPolygonStipple() and glGetPolygonStipple() updated for PBOs. by Brian Paul · 20 years ago
  10. 1c86813 PBO support for glGetCompressedTexImage(). by Brian Paul · 20 years ago
  11. b46712c glGetTexImage() now works with PBOs. by Brian Paul · 20 years ago
  12. c0ebc49 Map/Unmap PBO as needed so that the texstore routines can work with by Brian Paul · 20 years ago
  13. ba164c4 Removed _swrast_validate_pbo_access(). by Brian Paul · 20 years ago
  14. 355467b Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands to by Brian Paul · 20 years ago
  15. c6136ea unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! by Brian Paul · 20 years ago
  16. 7eab337 use _mesa_unmap_buffer by default by Brian Paul · 20 years ago
  17. 2daa413 Remove redundant error checking. Added _mesa_buffer_unmap(). Minor clean-ups. by Brian Paul · 20 years ago
  18. 9ae96a5 remove debug code by Brian Paul · 20 years ago
  19. 7520e25 Updated getprocaddress test to use gl_API.xml instead of old APIspec file. by Brian Paul · 20 years ago
  20. efb8b3e slang syntax conforming spec rev. 1.10.59 by Michal Krol · 20 years ago
  21. b0996b1 make sure we don't generate random alpha by Daniel Borca · 20 years ago
  22. 03501e7 decoder "width" parameter represents "stride-in-pixels" by Daniel Borca · 20 years ago
  23. 7faf519 VertexAttrib3svNV was incorrect by Brian Paul · 20 years ago
  24. 0b8acd9 libGL needs libXxf86vm.a. by Adam Jackson · 20 years ago
  25. 4e120c9 obsolete by Brian Paul · 20 years ago
  26. 98fa2bf minor clean-ups, found with pychecker by Brian Paul · 20 years ago
  27. fa557e9 name parameter to glGetActiveAttribARB() should not be const. by Brian Paul · 20 years ago
  28. af7a807 renumber ARB_shader_objects and ARB_vertex_shader offsets by Michal Krol · 20 years ago
  29. cc18221 Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same by Eric Anholt · 20 years ago
  30. 948f272 Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand. by Eric Anholt · 20 years ago
  31. 51c026b updated PLIB URL by Brian Paul · 20 years ago
  32. 3291de6 Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not by Adam Jackson · 20 years ago
  33. b28031d remove unused entries by Michal Krol · 20 years ago
  34. 80d468c fill api entries for ARB_shader_objects and ARB_vertex_shader by Michal Krol · 20 years ago
  35. 678ea6c add entries for extensions ARB_shader_objects, ARB_fragment_shader and by Michal Krol · 20 years ago
  36. 2f11cbd add FEATURE flags for ARB_shader_objects, ARB_vertex_shader and by Michal Krol · 20 years ago
  37. c1fe469 by karoshi - ARB_shader_objects implementation empty routines by now by Michal Krol · 20 years ago
  38. ed2c18c by karoshi - header file for ARB_shader_objects implementation by Michal Krol · 20 years ago
  39. 26bf36c add support for ARB_shader_objects and ARB_vertex_shader by Michal Krol · 20 years ago
  40. beb9554 add support for ARB_shader_objects and ARB_vertex_shader by Michal Krol · 20 years ago
  41. a97bc42 assign api offsets for ARB_shader_objects and ARB_vertex_shader by Michal Krol · 20 years ago
  42. 71eb0a7 regenerate with correct script by Michal Krol · 20 years ago
  43. b7293dc regenerate with correct script by Michal Krol · 20 years ago
  44. ec3ad66 fix DrawBufferARB entry by Michal Krol · 20 years ago
  45. 1c0f9d7 fix DrawBuffersARB entry by Michal Krol · 20 years ago
  46. 455c817 the file was empty! by Michal Krol · 20 years ago
  47. b15fd4b by karoshi - add support for ARB_shader objects and ARB_vertex_shader by Michal Krol · 20 years ago
  48. 95ba352 As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513. by Ian Romanick · 20 years ago
  49. 640492a added an attention-getting comment for developers who get stopped in _mesa_test_os_sse_support() while debugging by Brian Paul · 20 years ago
  50. 2083131 added stereo option (Jacek Rosik) by Brian Paul · 20 years ago
  51. 1cda832 remove a -Werror from testing. by Adam Jackson · 20 years ago
  52. 61702d4 Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini. by Adam Jackson · 20 years ago
  53. 312c68f Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the by Adam Jackson · 20 years ago
  54. 7badefa Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS. by Adam Jackson · 20 years ago
  55. cb3610e Import the GLX client side library, formerly from xc/lib/GL/glx. Build it by Adam Jackson · 20 years ago
  56. bcd8735 Import sarea.h from Xorg, needed for client GLX code. by Adam Jackson · 20 years ago
  57. 5a9fd2a Implement ColorMask by Nicolai Haehnle · 20 years ago
  58. d586540 Hardware accelerated depth clear by Nicolai Haehnle · 20 years ago
  59. 94987be Bug #1682: Mesa core code that gets linked into DRI drivers should never call by Adam Jackson · 20 years ago
  60. 07553c5 wrap angle value (Philipp Klaus Krause) by Brian Paul · 20 years ago
  61. e57b6d5 addes osdemo32 target (J.P. Delport) by Brian Paul · 20 years ago
  62. 0aa0343 minor fixes from J.P. Delport by Brian Paul · 20 years ago
  63. 74b0080 Big-endian fixes for R200 sw TCL path. by Ian Romanick · 20 years ago
  64. cb49959 - add decimal literal integer support by Michal Krol · 20 years ago
  65. c69ceaf forgot about revision increment by Michal Krol · 20 years ago
  66. b80bc05 - use new program option values from arbprogram.syn by Michal Krol · 20 years ago
  67. ed60e19 remove redundant check of parsed program target by Michal Krol · 20 years ago
  68. 718ba97 change program options numbering to accommodate future options (up to 256) by Michal Krol · 20 years ago
  69. cbef98c add new grammar_check_fast entry for faster parsing by Michal Krol · 20 years ago
  70. 904ef74 - speed up syntax parsing - the parser is now 4 times faster by Michal Krol · 20 years ago
  71. a7855e8 fixed compilation errors by Daniel Borca · 20 years ago
  72. 05517d0 fix compilation error in `convertPalette' (still have to fix the issue, though) by Daniel Borca · 20 years ago
  73. f404ff7 Small optimization for big-endian (e.g., PowerPC) systems. by Ian Romanick · 20 years ago
  74. f459b9f conform to shader spec 1.10.59 by Michal Krol · 20 years ago
  75. cfb6233 conform to language version 1.10 rev 59 resolve TODOs by Michal Krol · 20 years ago
  76. a0720cf print an error message in convertPalette before dying. by Daniel Borca · 20 years ago
  77. c99a99b small fix to match new _mesa_rescale_teximage2d by Daniel Borca · 20 years ago
  78. 1cfe1e8 changed _mesa_rescale_teximage2d to allow rescaling of padded images by Daniel Borca · 20 years ago
  79. 8cd728f added dstRowStride to dxtCompressTexFuncExt; by Daniel Borca · 20 years ago
  80. 13ec04c use RowStride instead of Width in texel fetchers. by Daniel Borca · 20 years ago
  81. b430a1a Fix compile errors when DEBUG is defined. by Ian Romanick · 20 years ago
  82. 48da4a4 Fix t_vertex byte-ordering issues for PowerPC. This was tested with gears by Ian Romanick · 20 years ago
  83. 40e8522 Add ARGB modes to support big-endian systems. by Ian Romanick · 20 years ago
  84. add3881 Fix hangs on big-endian (e.g., PowerPC) hardware. by Ian Romanick · 20 years ago
  85. ff42a00 - FIX: flickering - Scissor support works now by Nicolai Haehnle · 20 years ago
  86. 158a251 added initial support for -exports option, Linux/OpenBSD only for now by Brian Paul · 20 years ago
  87. 901d9b9 GL_OES_read_format info by Brian Paul · 20 years ago
  88. c498742 if CXX or CC env vars aren't set, use g++, gcc by default (Linux) by Brian Paul · 20 years ago
  89. 3152b15 Removed two unnecessary variables. by Ville Syrjala · 20 years ago
  90. 63e9a96 Fixed off by one errors in clipping. by Ville Syrjala · 20 years ago
  91. b1ebd30 Add code to support projective texturing and fix mixed enabling of texture by Eric Anholt · 20 years ago
  92. a1af928 Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears that by Eric Anholt · 20 years ago
  93. 33899b7 Add support for OES_read_format. As soon as glext.h is updated with the by Ian Romanick · 20 years ago
  94. 83c74b7 fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645) by Brian Paul · 20 years ago
  95. 1aa37f9 Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format by Ian Romanick · 20 years ago
  96. 12b53f2 Fixed a few places that should have been using GET_SRC_PTR. by Ian Romanick · 20 years ago
  97. ea6786b Convert MGA driver to use new spantmp2.h interface. by Ian Romanick · 20 years ago
  98. 5696710 Huge dumb drop. State: by Nicolai Haehnle · 20 years ago
  99. 0648794 Add support for optimized versions of the code underlying ReadPixels by Ian Romanick · 20 years ago
  100. dc45ee7 Add a license to this file. It was written on VA's watch, so they get by Keith Whitwell · 20 years ago