1. c8f8fbe remove const qualifier from glGenVertexArraysAPPLE() parameter by Brian Paul · 18 years ago
  2. 0e0e3b0 include arrayobj.h by Brian Paul · 18 years ago
  3. 050d39b remove unused var by Brian Paul · 18 years ago
  4. ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
  5. 6254d59 fire vertices before context destruction. by Alan Hourihane · 18 years ago
  6. 51eb359 destroy the memory manager along with the context by Tilman Sauerbeck · 18 years ago
  7. 5b90cf2 enable arb_vertex_program by default if drm is new enough. Do a fallback when it's a nv_vp as there could be issues. by Roland Scheidegger · 18 years ago
  8. da4b012 Added some notes about this implementation. by Claudio Ciccani · 18 years ago
  9. 4812a59 Enable setting invible cursors. by Claudio Ciccani · 18 years ago
  10. 6acc6dd Separated joystick pointer coordinates from mouse pointer coordinates. by Claudio Ciccani · 18 years ago
  11. 52c5d9c shuffle some code to make some assertions in the _savage_texstore_a111xxxx functions compile without error... by Roland Scheidegger · 18 years ago
  12. 5dbd0a4 added info about prerequisites for building DRI drivers by Brian Paul · 18 years ago
  13. 11ea8cb fix glBegin error test by Brian Paul · 18 years ago
  14. ee7e58e check for invalid mode in glBegin(), bug 7142 by Brian Paul · 18 years ago
  15. a0daa12 include tnl/tnl.h for _tnl_program_string() by Tilman Sauerbeck · 18 years ago
  16. 3ebf041 mark ARL operand as scalar (Roland Scheidegger) by Tilman Sauerbeck · 18 years ago
  17. 0bc09bd struct op_names: get rid of the 'output operands' field as it's not used (Roland Scheidegger) by Tilman Sauerbeck · 18 years ago
  18. 0c65604 links to ClosedGL and S3TC library by Brian Paul · 18 years ago
  19. d6213e6 Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean up the r200 vertex program code a bit. by Roland Scheidegger · 18 years ago
  20. 808809b updated Pixmap vs. XImage info by Brian Paul · 18 years ago
  21. 37474ec prevent possible program mix up with sw vps (Roland Scheidegger) by Aapo Tahkola · 18 years ago
  22. 9248882 prevent run_arb_vertex_program from running tnl programs unless ctx->_MaintainTnlProgram is set by Aapo Tahkola · 18 years ago
  23. 9ba2006 make sure tex format is supported. by Aapo Tahkola · 18 years ago
  24. 2f42558 various fixes (Roland Scheidegger) by Aapo Tahkola · 18 years ago
  25. 4cb9fff Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call by Brian Paul · 18 years ago
  26. 3696f0e updates for using libdrm (Hanno Bock) by Brian Paul · 18 years ago
  27. 6f172f7 minor clean-ups by Brian Paul · 18 years ago
  28. 98c791b implement arb_vertex_program in hw for r200. Code contains still some hacks, generic attribs cause a fallback, but otherwise it seems to work quite well. Passes all glean vertProg1 tests with the exception of the degnerated LIT case (which is a hw limitation), as well as runs the r200 render path of doom3/quake4 (1.1 patch needed for quake4). The code is heavily borrowed from the r300 driver as vertex programs encoding is almost identical. arb_vertex_program is not yet announced by default and still needs to be enabled via driconf. by Roland Scheidegger · 18 years ago
  29. 65ced47 Thomas Sondergaard's API tracer by Brian Paul · 18 years ago
  30. 21fbdb1 set per-context GL_DRAW_BUFFER state regardless of currently bound FBO by Brian Paul · 18 years ago
  31. 79d8db7 fix depth-format rectangular textures by Brian Paul · 18 years ago
  32. 2b04dd9 fix depth-component test to allow rectangular textures by Brian Paul · 18 years ago
  33. b302419 remove code dealing with drmMinor version < 6 since all radeon drivers request at least drmMinor 6 anyway. by Roland Scheidegger · 18 years ago
  34. 5377ac8 retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the intention as drm seems to never return EAGAIN) in all radeon drivers. by Roland Scheidegger · 18 years ago
  35. fe57ed4 Fix extended swizzling in vertex programs by introducing special swizzle instruction, extend the 2 bit rsw field to 3 bit like used in other places. While here, also fix up rsw (negation), dph and try to fix up rsq with negative values (doesn't work, bug seems elsewhere) in the sse codegen code. by Roland Scheidegger · 18 years ago
  36. 4d3ab19 document MESA_TEX/TNL_PROG env vars by Brian Paul · 18 years ago
  37. 1ec9b5a fix extension_supported() function, added comments by Brian Paul · 18 years ago
  38. e689a7f SWZ is nearly identical to MOV. the difference is that SWZ supports per-component negation, which MOV doesn't. as that's handled transparently, we can use the same code for them. by Tilman Sauerbeck · 18 years ago
  39. 49db174 pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's VSF_FLAGs now by Tilman Sauerbeck · 18 years ago
  40. 9efe17e Updated config file. by Claudio Ciccani · 18 years ago
  41. fe94d0b Added some example progs using DirectFBGL. by Claudio Ciccani · 18 years ago
  42. b18191c Added DirectFB GLUT implementation. by Claudio Ciccani · 18 years ago
  43. 9400550 Fixed bug with multiple contexts. by Claudio Ciccani · 18 years ago
  44. 55ad3cc fix bug 7077 - mem leak by Brian Paul · 18 years ago
  45. a8c4242 Define new NEGATE_* tokens for setting the src register's NegateBase field. by Brian Paul · 18 years ago
  46. e4cb9cd remove redundant 'const' by Brian Paul · 18 years ago
  47. 8333012 free convolved image / fix mem leak (bug 7077) by Brian Paul · 18 years ago
  48. 1d0fa45 minor code cleanup, no actual changes by Tilman Sauerbeck · 18 years ago
  49. 6be8127 don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, which is actually handled by Tilman Sauerbeck · 18 years ago
  50. 51fec69 Add x86sse.h. by Michal Krol · 18 years ago
  51. 4decba9 Remove not needed forward declaration. by Michal Krol · 18 years ago
  52. 23b7c7d Make it running under Linux. by Michal Krol · 18 years ago
  53. 44d5c86 First draft. by Michal Krol · 18 years ago
  54. b20cdf1 don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done in parse_generic_attrib_num() by Tilman Sauerbeck · 18 years ago
  55. 919f6a0 generic attribute 0 wasn't handled correctly (Jesse Allen) by Brian Paul · 18 years ago
  56. 76b6e88 fix some whitespace in previous commit by Roland Scheidegger · 18 years ago
  57. 8a61821 preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k instead of 8k (the reasons why it was exactly 8k are unclear). Add register defines, sanity code, fix potential issue with wrong statechange order when disabling fragment programs. by Roland Scheidegger · 18 years ago
  58. 04fa003 The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to by Brian Paul · 18 years ago
  59. 65a51c0 Roll _mesa_free_parameters() into calling function (the only caller). by Brian Paul · 18 years ago
  60. 5a67af9 fix a small memory leak in _mesa_add_state_reference() by Brian Paul · 18 years ago
  61. 1798d9a added _mesa_align_realloc() by Brian Paul · 18 years ago
  62. 0c1cbd5 use GLbitfield for StateFlags, improved comments by Brian Paul · 18 years ago
  63. d9736db Add const qualifiers in a number of places. by Brian Paul · 18 years ago
  64. f5a2ac9 init mask=0 to silence warning by Brian Paul · 18 years ago
  65. fe9026d make mgaSetFence() and mgaWaitFence() static by Brian Paul · 18 years ago
  66. a6f7f10 prototype i915_udpate_fog() to silence warning by Brian Paul · 18 years ago
  67. b8f2f6f In cache_item(), there was sizeof(void) expression. by Brian Paul · 18 years ago
  68. acc9566 GL_INDEX_OFFSET fix by Brian Paul · 18 years ago
  69. 17befff GL_INDEX_OFFSET didn't work with CI->RGB mappings. Added some const qualifiers. by Brian Paul · 18 years ago
  70. 8065c12 memory usage fixes for glean/conform, use a better hash function by Keith Whitwell · 18 years ago
  71. 64da161 Fix typo by Keith Whitwell · 18 years ago
  72. 5ddc53f Better caching for texenv programs. Initialize some values correctly. by Keith Whitwell · 18 years ago
  73. 7e3fa7e Speedup the venerable mm.[ch] allocator with doubly linked lists and a by Keith Whitwell · 18 years ago
  74. b0b6d1a In gl_texture_image, replace ImageStride with an ImageOffsets array. by Brian Paul · 18 years ago
  75. 226d018 glxinfo -l expanded, fixed bug 6863 by Brian Paul · 18 years ago
  76. 04d5d16 remove some redundant functions, fix-up reference counting by Brian Paul · 18 years ago
  77. 89ffca5 use new _mesa_remove_renderbuffer() by Brian Paul · 18 years ago
  78. 7ac5b7b use new _mesa_dereference_frame/renderbuffer() functions by Brian Paul · 18 years ago
  79. b52f021 Added _mesa_remove_renderbuffer() as a counterpart to _mesa_add_renderbuffer(). by Brian Paul · 18 years ago
  80. 2eb88c17 Added _mesa_dereference_framebuffer() to encapsulate reference count by Brian Paul · 18 years ago
  81. cbb1993 some new comments by Brian Paul · 18 years ago
  82. 20e11b2 remove an assertion by Brian Paul · 18 years ago
  83. 4e470db print 2D vs 3D in window by Brian Paul · 18 years ago
  84. 5ec34f0 also test 3D textures (press '2'/'3' to toggle) by Brian Paul · 18 years ago
  85. 083f811 added some CHAN_BITS tests by Brian Paul · 18 years ago
  86. 68bc7df replace FORMAT var with RB_TYPE by Brian Paul · 18 years ago
  87. fd02ca7 Demonstrate rendering 8, 16 and 32-bit/channel images all in one program. by Brian Paul · 18 years ago
  88. e35b905 updated docs for off-screen rendering by Brian Paul · 18 years ago
  89. d44248c Allow rendering 8, 16 and 32-bit/channel images without recompiling. by Brian Paul · 18 years ago
  90. 6a74f65 install renderbuffer adaptors when color channel sizes need to be reduced by Brian Paul · 18 years ago
  91. d2e5598 added rbadaptors.[ch] files by Brian Paul · 18 years ago
  92. e2db790 added rbadaptors.c by Brian Paul · 18 years ago
  93. 3c30b35 Renderbuffer adaptors. by Brian Paul · 18 years ago
  94. 23a5c57 minor simplification by Brian Paul · 18 years ago
  95. 0ca9082 texture EnvColor needs to be converted to GLchan, not GLint by Brian Paul · 18 years ago
  96. 787fd58 Dont allow 16 tex units to be used at all. by Aapo Tahkola · 18 years ago
  97. 5e51ebd use -march=i486 instead of -m486 (bug 6954) by Brian Paul · 18 years ago
  98. 0d957ca change initialization of texcoords - not all C compilers support non-constant array initializers by Brian Paul · 18 years ago
  99. 3d8a791 add extra APP_LIB_DEPS (bug 6954) by Brian Paul · 18 years ago
  100. c717ffa added solaris-x86-gcc-static by Brian Paul · 18 years ago