- 5e2e96b Added a check_context_limits() function that checks that the ctx->Const.* by Brian Paul · 19 years ago
- 20215ec remove some unused macros by Brian Paul · 19 years ago
- d77a165 s/GLbyte/GLubyte/ by Brian Paul · 19 years ago
- ed875a4 fix typo, remove dead code by Brian Paul · 19 years ago
- f1dbacc the r300 should only use 8 until Mesa can deal with this by Dave Airlie · 19 years ago
- 5d7ab75 this should use the configured number not the MAX, this has no effect until by Dave Airlie · 19 years ago
- 88cf5aa In __glXPushArrayState() we weren't pushing the index field. by Brian Paul · 19 years ago
- 1e7d84e move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284) by Brian Paul · 19 years ago
- 700359c check if button >= GLUT_MAX_MENUS in glutAttacheMenu() by Brian Paul · 19 years ago
- adc0490 Clean up previous change slightly by Keith Whitwell · 19 years ago
- 452be7e Use a (much!) larger executable memory heap so that the glsl x86 by Keith Whitwell · 19 years ago
- 2b3aab0 check event button against GLUT_MAX_MENUS (bug 1484284) by Brian Paul · 19 years ago
- 791e7b3 When error-checking 'unit' against num_texture_units, need to use >=, not >. by Brian Paul · 19 years ago
- 008ed1d Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether by Brian Paul · 19 years ago
- 5e4c39d use _mesa_compressed_texture_size() for GL_TEXTURE_COMPRESSED_IMAGE_SIZE query by Brian Paul · 19 years ago
- a546769 two more texture compression fixes by Brian Paul · 19 years ago
- c3c19be More updates for texture compression. by Brian Paul · 19 years ago
- 5999c5b Fix a number of texture compression issues. by Brian Paul · 19 years ago
- c93c18a fix warning by Brian Paul · 19 years ago
- 71b2504 updates to dri drivers for recent stencil changes by Keith Whitwell · 19 years ago
- 960973b added CHAN_BITS != 8 test by Brian Paul · 19 years ago
- 85bc174 misc clean-ups by Brian Paul · 19 years ago
- ca8b235 minor clean-ups around DepthScale/Bias by Brian Paul · 19 years ago
- 0c7cbf0 Check for overflow when converting floating pt Z values to 32-bit GLuint. by Brian Paul · 19 years ago
- 9b20b68 check for float->uint overflow in _mesa_unpack_depth_span() by Brian Paul · 19 years ago
- 6717a7a Define VERT_RESULT_EDGE by Keith Whitwell · 19 years ago
- 86740f1 remove temporary code from keithw, this in theory isn't used at the moment by Dave Airlie · 19 years ago
- 2364d9a Fix i915 driver after stencil changes in Mesa 6.5 by Dave Airlie · 19 years ago
- ab377ce Release temporary by Keith Whitwell · 19 years ago
- ee251d4 remove some unneeded includes by Dave Airlie · 19 years ago
- 698b04c move the pkg config flags for libdrm to the bottom by Dave Airlie · 19 years ago
- 0157624 Update function signatures for EXT_tfp entrypoints. by Adam Jackson · 19 years ago
- ae7f22f new, faster version of __gluInvertMatrixd(), bug 6748 by Brian Paul · 19 years ago
- c5b3343 added a trailing newline to pacify gcc by Tilman Sauerbeck · 19 years ago
- 6a769d9 fix second memory leak (bug 5557) by Brian Paul · 19 years ago
- 49a80ca fix first memory leak (bug 5557) by Brian Paul · 19 years ago
- c4fe46f fixes for CHAN_BITS!=8 by Brian Paul · 19 years ago
- 444cd29 assorted clean-ups, fixes by Brian Paul · 19 years ago
- e814d5e replace a bunch of casts with GET_XRB macro by Brian Paul · 19 years ago
- edc16a5 fix a few stride computations in _mesa_texstore_rgba() by Brian Paul · 19 years ago
- e440bcf fix warnings. by Aapo Tahkola · 19 years ago
- d44c3e6 R300_SPAN_DISABLE_LOCKING env var by Aapo Tahkola · 19 years ago
- a4ebd5f remove _glthread_INIT_MUTEX() call by Brian Paul · 19 years ago
- 65dccf3 fix an assertion by Brian Paul · 19 years ago
- faee3f0 minor clean-up by Brian Paul · 19 years ago
- 901ac21 remove old XFree86 tag by Brian Paul · 19 years ago
- 9c4fd26 update some tests for visual bit depths to use renderbuffers by Brian Paul · 19 years ago
- 2486267 use _TNL_FIRST/LAST_MAT indexes by Brian Paul · 19 years ago
- 6acf1e9 Remove carriage returns. by Michal Krol · 19 years ago
- 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 19 years ago
- 5bdc6fd silence warnings by Brian Paul · 19 years ago
- 095c669 No longer alias generic vertex attribs with conventional attribs for GL_ARB_vertex_program. by Brian Paul · 19 years ago
- f12ea2d extended swizzle (bug 6727) by Brian Paul · 19 years ago
- 263fff4 updated assertion by Brian Paul · 19 years ago
- 44a22a2 enable feedback rendering by Aapo Tahkola · 19 years ago
- a55842b disable hw locking when entering span rendering for now by Aapo Tahkola · 19 years ago
- 95cc7a6 need to hold before freeing by Aapo Tahkola · 19 years ago
- aa93b4c Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all elts by Benjamin Herrenschmidt · 19 years ago
- 2f92adb Fix yet another issue with popping GL_DRAW_BUFFER state with respect to by Brian Paul · 19 years ago
- e60ce39 Ensure all GART allocations are freed on context destruction, rather than by Adam Jackson · 19 years ago
- ca98203 Fix format strings for LP64 by Adam Jackson · 19 years ago
- b87957d pass color index as float, not int by Brian Paul · 19 years ago
- ba999b1 depend is not a .PHONY target by Brian Paul · 19 years ago
- 34ba505 limit max program/param length to 255 (spotted by sroland) by Aapo Tahkola · 19 years ago
- 8a97946 check glLoadProgramNV len < 0 (bug 6679) by Brian Paul · 19 years ago
- 45e05dc error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM. by Brian Paul · 19 years ago
- 3538f81 Make most of the _mesa_noop_*() functions static. by Brian Paul · 19 years ago
- 34b3b40 some tentative code for _mesa_update_framebuffer_visual() by Brian Paul · 19 years ago
- b5d76b6 SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program by Dave Airlie · 19 years ago
- 53f8b71 fix invalid free() problem (bug 6658) by Brian Paul · 19 years ago
- 2f8496b Remove carriage-return chars *ONLY*. by Michal Krol · 19 years ago
- d55de65 Add support for ARB_vertex_shader attrib binding and query. by Michal Krol · 19 years ago
- fcdc6a7 Add .note.GNU-stack section to assembler files to avoid the default behavior by Kristian Høgsberg · 19 years ago
- 9326962 Silence a few -pedantic warnings. by Brian Paul · 19 years ago
- a76c216 s/MaxTextureUnits/MaxTextureCoordUnits/ by Brian Paul · 19 years ago
- 730b265 When popping GL_DRAW_BUFFER state, need to re-do error checking since by Brian Paul · 19 years ago
- 61608ec silence -pedantic warning by Brian Paul · 19 years ago
- 767ffdc don't need s_depth.h by Brian Paul · 19 years ago
- ee4e75b Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units by Brian Paul · 19 years ago
- da238ee Fix comment about MaxTextureUnits, needs to be min of coord and image units. by Brian Paul · 19 years ago
- 564b2aa silence minor warnings by Brian Paul · 19 years ago
- 13abf91 casts to fix some -pedantic warnings by Brian Paul · 19 years ago
- ad38681 Set array normalization flag for normals, colors (Keith) by Brian Paul · 19 years ago
- a186c80 updated tests for defining __FUNCTION__ (Dan Schikore) by Brian Paul · 19 years ago
- 09c8e41 added 'const' (Dan Schikore) by Brian Paul · 19 years ago
- c82eadd GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300. by Aapo Tahkola · 19 years ago
- da21ca9 add missing 'union' keyword by Brian Paul · 19 years ago
- ba23f69 FBConfig support for EXT_tfp by David Reveman · 19 years ago
- c6f8ae1 Add attrib_list to glXBindTexImageEXT by David Reveman · 19 years ago
- 342d1de Fix CreateDrawable by David Reveman · 19 years ago
- bb38cad More GLSL code: by Michal Krol · 19 years ago
- d90ad3f get fog going(for real) by Aapo Tahkola · 19 years ago
- 3ed16bd rectangular fp16 fixes (Ewald Snel) by Aapo Tahkola · 19 years ago
- 6c419be Fog support (Ewald Snel) by Aapo Tahkola · 19 years ago
- 3a5ec72 use _mesa_debug() instead of message() - fixes poor formatting of output by Brian Paul · 19 years ago
- 8c3d15c Destroy the GL context after driDestroyTextureHeap, because the driver's by Eric Anholt · 19 years ago
- 83a43ac fix some conflict happenings at context destroy by freeing buffers immediately. array locking can be done with vbos for vtxfmt_a so we dont really need to try to reuse them. by Aapo Tahkola · 19 years ago
- ff2b910 regenerate SPARC assembly dispatch (bug 6484) by Brian Paul · 19 years ago
- 1936019 replace >&/dev/null with >/dev/null so it works with all shells by Brian Paul · 19 years ago
- 9f3bcd8 bump version to 6.5.1 by Brian Paul · 19 years ago