1. 1b3128c Test sizeof(drm_handle_t) instead of LONG64 when returning handles by Brian Paul · 19 years ago
  2. 8716e75 fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba) by Brian Paul · 19 years ago
  3. 5abff7b Fix build issues on x86-64 due to missing include path in glapi_x86-64.S. by Ian Romanick · 19 years ago
  4. c9515bf Call ProgramStringNotify after creating tnl programs. by Keith Whitwell · 19 years ago
  5. bfba270 Remove VB->LastClipped by Keith Whitwell · 19 years ago
  6. dd4f0d1 Clean up clipping somewhat by Keith Whitwell · 19 years ago
  7. f285f0d remove uintptr_t cast by Brian Paul · 19 years ago
  8. 6b25193 try removing need for the uintptr_t casts by Brian Paul · 19 years ago
  9. 0e31e02 Added FinishRenderTexture() device driver function to indicate when by Brian Paul · 19 years ago
  10. cf2702e added comment about glTexImage and renderbuffers by Brian Paul · 19 years ago
  11. 31e739a get depthBits from the current drawbuffer by Brian Paul · 19 years ago
  12. 94ae2b4 fxt1_decode_1() should not be static by Brian Paul · 19 years ago
  13. 5910dfa This is a major re-work of the __indirect_glInterleavedArrays routine. The by Ian Romanick · 19 years ago
  14. 96f2165 assorted fixes for server-side direct rendering (bug 5199) by Brian Paul · 19 years ago
  15. 2d8eb9e remove dri_client/ dir from tarball by Brian Paul · 19 years ago
  16. 126482a use the files from the drm tree/package by Brian Paul · 19 years ago
  17. 9790e64 If the DDX driver didn't reserve any video RAM for textures, fall back to by Michel Dänzer · 19 years ago
  18. 58f45fa added _EGLExtensions typedef by Brian Paul · 19 years ago
  19. 5285c32 Put extension flags, string into separate struct. by Brian Paul · 19 years ago
  20. f576450 clean up the drmGetMap/drmMap code by Brian Paul · 19 years ago
  21. 4683e8e apparently need to load colormap after setting the mode to make it work reliably by Brian Paul · 19 years ago
  22. 2b8e66d Remove the many aliases for 'struct mem_block' in mm.h by Keith Whitwell · 19 years ago
  23. aae2b8b Correct author attribution of mm.h by Keith Whitwell · 19 years ago
  24. 4f12aa5 check for driver_modes == NULL. Don't need driver_modes for EGL driver by Brian Paul · 19 years ago
  25. a913d9f rearrange some code to put in more logical order, misc clean-ups by Brian Paul · 19 years ago
  26. 3070a58 Lots of fixes, clean-ups, new comments, etc. by Brian Paul · 19 years ago
  27. d548bf4 Redo _eglInitSurface() so it can be used with all surface types. by Brian Paul · 19 years ago
  28. 49b2d2e include stdint.h for BSD by Brian Paul · 19 years ago
  29. 024b589 use ADD_POINTERS macro instead of (uintptr_t) cast by Brian Paul · 19 years ago
  30. 96bf6ab Use _mesa_exec_free for fp->func. by Keith Whitwell · 19 years ago
  31. 2a76d95 use new _egl_api struct by Brian Paul · 19 years ago
  32. 1ac1c1c use _egl_api struct, make some functions static by Brian Paul · 19 years ago
  33. daf585d Move all the EGL API function pointers into a new _egl_api struct. by Brian Paul · 19 years ago
  34. d2c64e0 report error token in message printed in _eglError() by Brian Paul · 19 years ago
  35. b1abf1e change error test in _eglParseConfigAttribs() by Brian Paul · 19 years ago
  36. ff707ea init attribs to EGL_DONT_CARE in _eglParseConfigAttribs() by Brian Paul · 19 years ago
  37. 181f2b9 Couple changes that were missed. by Aapo Tahkola · 19 years ago
  38. 023c954 check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call by Brian Paul · 19 years ago
  39. 957b517 Choose the display mode / surface size in an intelligent way. by Brian Paul · 19 years ago
  40. 39591da update some comments by Brian Paul · 19 years ago
  41. a3d2c69 fixed wrong return value in radeonShowSurfaceMESA() by Brian Paul · 19 years ago
  42. b8829fa change error message by Brian Paul · 19 years ago
  43. b711eb7 use _eglLog() by Brian Paul · 19 years ago
  44. f049ca4 New _eglLog() function to replace fprintf/printf calls for debug/info. by Brian Paul · 19 years ago
  45. 9bcc9e9 reference bug 5131 in comment in _tnl_free_vertices() by Brian Paul · 19 years ago
  46. 286f3fb disable freeing of fp->func, see comment (bug 5131) by Brian Paul · 19 years ago
  47. e6e1c3f Use correct enums for program output variables. Fixes fp/tri-depthwrite. by Keith Whitwell · 19 years ago
  48. ec1ffd9 track state flags which might invalidate parameter lists by Keith Whitwell · 19 years ago
  49. 5a77185 Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915 driver. by Keith Whitwell · 19 years ago
  50. bf44f6c bit 31 of this inserts a nop after the current instruction by Dave Airlie · 19 years ago
  51. 1ea61b5 get rid of some of those unknowns figured out from reg dumper by Dave Airlie · 19 years ago
  52. ec770b8 move _mesa_init_instruction() to program.c by Brian Paul · 19 years ago
  53. 1a61462 s/Saturate/SaturateMode/ by Brian Paul · 19 years ago
  54. e31ac05 Make Saturate a 2-bit field again, renamed to SaturateMode with three by Brian Paul · 19 years ago
  55. 22db535 additional clean-ups and improvements by Brian Paul · 19 years ago
  56. 55194df remove incorrect cast by Brian Paul · 19 years ago
  57. 1353ebe Saturate is a 1-bit boolean field by Brian Paul · 19 years ago
  58. 5d7b49f Bunch of little fixes: by Brian Paul · 19 years ago
  59. 1ad3b7e call gluDeleteQuadric() to fix mem leak by Brian Paul · 19 years ago
  60. 6f445a1 in run_texnorm_stage() check if the texture unit is really enabled before trying to normalize the texcoords by Brian Paul · 19 years ago
  61. 41c8eab update some vars by Brian Paul · 19 years ago
  62. 63d6830 No longer derive 'ati_fragment_shader' from 'program' class. Only the by Brian Paul · 19 years ago
  63. 430c469 remove #include arbfragparse.h by Brian Paul · 19 years ago
  64. 47e511c remove #include arbfragparse.h, s/PI/M_PI/ by Brian Paul · 19 years ago
  65. 9fd1335 removed arbfragparse.[ch] arbvertparse.[ch] by Brian Paul · 19 years ago
  66. 8c41a14 Remove the _mesa_parse_arb_vertex/fragment_program() functions into by Brian Paul · 19 years ago
  67. 5754809 update comments, remove ^M chars by Brian Paul · 19 years ago
  68. 8c765ad move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.h by Brian Paul · 19 years ago
  69. ddf61bf Try to detect when native support to given texture width is not available. by Aapo Tahkola · 19 years ago
  70. f31448f Fix typo causing secondary color not to work properly. by Aapo Tahkola · 19 years ago
  71. 40ca5b4 Reduce stderr noise. by Aapo Tahkola · 19 years ago
  72. 311bcf5 In _mesa_RenderbufferStorageEXT(), try to avoid needless reallocation. by Brian Paul · 19 years ago
  73. 948ab5d move _mesa_update_state() calls before error tests that depend on framebuffer completeness by Brian Paul · 19 years ago
  74. 74e9a43 optimize drawing GL_DEPTH_STENCIL pixels into a GL_DEPTH_STENCIL renderbuffer by Brian Paul · 19 years ago
  75. 5ba41df s/MEMCPY/_mesa_memcpy/ and fix typo by Brian Paul · 19 years ago
  76. 11f179e optimize case of reading GL_DEPTH_STENCIL pixels from GL_DEPTH_STENCIL renderbuffer by Brian Paul · 19 years ago
  77. f81c78f delete frame/renderbuffers upon exit, more error checking by Brian Paul · 19 years ago
  78. 547113c improved error checking in error_check_format_type() by Brian Paul · 19 years ago
  79. 154cc16 Fixes for x86_64 Unichrome. by Thomas Hellström · 19 years ago
  80. 0ba7be0 Bring in last minute 6_4 branch changes to the unichrome driver to the trunk. by Thomas Hellström · 19 years ago
  81. 32fe233 added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects by Brian Paul · 19 years ago
  82. 0f29ef6 additional comments about GL_DEPTH_STENCIL buffers by Brian Paul · 19 years ago
  83. 94f70fa added depthstencil.[ch] by Brian Paul · 19 years ago
  84. 1a5f1bd Use new gl_framebuffer _Depth/_StencilBuffer fields instead of by Brian Paul · 19 years ago
  85. 909e8a7 added depthstencil.c by Brian Paul · 19 years ago
  86. 8471604 Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). by Brian Paul · 19 years ago
  87. 0618536 added _mesa_new_depthstencil_renderbuffer() for combined depth/stencil buffers by Brian Paul · 19 years ago
  88. c731d62 Added error checking in _tnl_Begin to detect incomplete framebuffer. by Brian Paul · 19 years ago
  89. 0ad64fa change an assertion by Brian Paul · 19 years ago
  90. 738f501 Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END by Brian Paul · 19 years ago
  91. 62620d3 add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error() by Brian Paul · 19 years ago
  92. daeb005 fix color interpolation problem reported on VMS by Brian Paul · 19 years ago
  93. 7edf68e check for ctx==NULL, bug 4087 by Brian Paul · 19 years ago
  94. 1e134cf Fix problem in stencil_and_ztest_span() when using h/w stencil buffer. by Brian Paul · 19 years ago
  95. 5ef524c Two subtle things missed on the previous commit. by Ian Romanick · 19 years ago
  96. a163256 Add the ability for interleave to test passing invalid format enums by Ian Romanick · 19 years ago
  97. e5700a1 Simple test of glInterleavedArrays functionality. by Ian Romanick · 19 years ago
  98. cb6b47b remove unneeded RasterPosValid check by Brian Paul · 19 years ago
  99. 7b98b40 Improve _mesa_print_program(). by Brian Paul · 19 years ago
  100. b3c095f fix comment for TexSrcTarget by Brian Paul · 19 years ago