- f8c31fc more IRIX tweaks by Brian Paul · 21 years ago
- dc8f8bd fix ARCHOPT typo by Brian Paul · 21 years ago
- 9ca723f fix C++ link issues on IRIX by Brian Paul · 21 years ago
- b72902e Add GLAPIENTRY function decorations for correct operation on Windows. by Karl Schultz · 21 years ago
- 5e83c2a tweak the #if test for defining _ASMAPI (fixes IRIX problem) by Brian Paul · 21 years ago
- 938014f minor fixes to glw's touch depend by Brian Paul · 21 years ago
- 77650b4 Fix compiler options regarding exception handing to resolve warnings. by Karl Schultz · 21 years ago
- 1ce9940 Avoid setting NOWIN98 compiler optimization with VC 7. by Karl Schultz · 21 years ago
- 253428f Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface change. by Ian Romanick · 21 years ago
- 29b2ced fix printf warnings by Alan Hourihane · 21 years ago
- e8df62b patch from bug 885992 by Brian Paul · 21 years ago
- c24d40b s/BlendEquatioRGB/BlendEquationRGB/ by Brian Paul · 21 years ago
- eabe7be add glutInitWindowPosition calls by Keith Whitwell · 21 years ago
- 469d1b0 Add glutInitWindowPosition call by Keith Whitwell · 21 years ago
- 27413ed Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro by Keith Whitwell · 21 years ago
- 43b5772 Use NEED_SECONDARY_COLOR() for checking specular state at all times by Keith Whitwell · 21 years ago
- c78a89d fix breakage associated with pointers not being initialised in by Dave Airlie · 21 years ago
- 5102075 change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI by Brian Paul · 21 years ago
- 74cf25b Missed this commit as part of the addition of by Ian Romanick · 21 years ago
- c93105e Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. by Ian Romanick · 21 years ago
- dd9e6e7 Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers() by Keith Whitwell · 21 years ago
- da2be88 Add new driverfuncs. by Karl Schultz · 21 years ago
- 18fa367 Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single by Keith Whitwell · 21 years ago
- 740f7de Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. by Keith Whitwell · 21 years ago
- 727d345 remove bogus assertion in DeleteTexture() function by Brian Paul · 21 years ago
- 8135a44 Make the drivers using the common texmem code work with NewTextureObject by Felix Kuehling · 21 years ago
- ef167c6 Fix for recursion in generic_copy_pv_extras. Add a comment. by Keith Whitwell · 21 years ago
- cb7c689 replace MALLOC w/ CALLOC to silence valgrind warnings by Brian Paul · 21 years ago
- ab41a96 Add tests for ARB_fp trig instructions and also for 1D texturing by Keith Whitwell · 21 years ago
- 5d3568f minimize the number of DIVs by Daniel Borca · 21 years ago
- 8d2cfa9 glutTimerFunc cleanup by Daniel Borca · 21 years ago
- d3682ce accomodate FetchTexel and fix some memory leak bugs by Daniel Borca · 21 years ago
- c9d2f4c updated GLUT link by Brian Paul · 21 years ago
- 1749a25 New error checking in _mesa_GetTexImage(). by Brian Paul · 21 years ago
- fe03108 Some initial RGB and RGBA floating point texture formats. by Brian Paul · 21 years ago
- c6bf130 initial info for version 6.1 by Brian Paul · 21 years ago
- b4b35bc New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes by Brian Paul · 21 years ago
- eaaf618 added link to ORSA (per request) by Brian Paul · 21 years ago
- 83e0cfb Parse radeon, not r200 configuration in radeonCreateContext. by Felix Kuehling · 21 years ago
- 78bb080 Fix hardware ROP state handling (Roland Scheidegger) by Michel Dänzer · 21 years ago
- 4d859f7 added device driver hooks for BindProgram, NewProgram, DeleteProgram by Brian Paul · 21 years ago
- f2ce4dc Change software alpha plane pointers from void* to GLchan*, eliminate some casts. by Brian Paul · 21 years ago
- 2926150 more fixing for tdfxUpdateTexturePalette by Brian Paul · 21 years ago
- 7f7b2d8 a few more tweaks by Brian Paul · 21 years ago
- 75a0d31 fix assorted compilation issues by Brian Paul · 21 years ago
- 3d06dc7 accomodated new driver_func initialization by Daniel Borca · 21 years ago
- 3abf746 Don't set extra bits in FLUSH_VERTICES, fix several state bugs. by Keith Whitwell · 21 years ago
- 5c161cf Committing in . by Jouk Jansen · 21 years ago
- ff2cc41 Modified error messages in _mesa_BlendFuncSeparateEXT to note that the by Ian Romanick · 21 years ago
- a2c97eb Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change by Michel Dänzer · 21 years ago
- 5d00e13 Fix attenuation hardware state handling, inspired by the R200 DDK reference by Michel Dänzer · 21 years ago
- 4f295ce Initial support for floating point and signed texture formats. by Brian Paul · 21 years ago
- edd1d86 misc updates by Brian Paul · 21 years ago
- dca71ea Minor tweaks to help out at a driver level. by Keith Whitwell · 21 years ago
- 004d71f Corrected a comment about how the DOT3 hardware works in the R200. by Ian Romanick · 21 years ago
- 03166f7 Committing in . by Jouk Jansen · 21 years ago
- afa446d Silence some compiler warnings. by Ian Romanick · 21 years ago
- 169223c Make the R200 driver work with the NewTextureObject in Mesa. Other by Ian Romanick · 21 years ago
- 34a7857 Silence a compiler warning DRI builds using gcc3. by Ian Romanick · 21 years ago
- 66691ef Use new EMIT_PAD functionality for spec and/or fog as available. by Keith Whitwell · 21 years ago
- 20a17e4 Remove dd_function_table::BlendFunc. All drivers now use by Ian Romanick · 21 years ago
- 4d36f33 Another mechanism to create vertices with holes - a new EMIT_PAD style by Keith Whitwell · 21 years ago
- e98986b don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc by Brian Paul · 21 years ago
- a999e80 remove _mesa_check_driver_hooks() - it's really not too useful anymore by Brian Paul · 21 years ago
- 4e71391 Undo some bits from last check-in related to the ctx->Driver.NewTextureObject by Brian Paul · 21 years ago
- d4636e7 fixed a bug in VGA initialization routine by Daniel Borca · 21 years ago
- e755144 remove duplicate t_dd_* files by Keith Whitwell · 21 years ago
- d805900 initial 6.1 release notes with info about recent _mesa_create_context changes, etc. by Brian Paul · 21 years ago
- d3fd7ba Before calling _mesa_create_context(), initialize a dd_function_table struct by Brian Paul · 21 years ago
- 988a886 _mesa_init_driver_functions() to initialize dd_function_table by Brian Paul · 21 years ago
- 8d97ad1 some more count vs. end confusion by Keith Whitwell · 21 years ago
- 6bf808b replace -lm with $(GL_LIB_DEPS) to get -lexpat by Brian Paul · 21 years ago
- 9c0b835 replace CALLOC with MALLOC in _mesa_new_texture_object() by Brian Paul · 21 years ago
- c929f13 remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object() by Brian Paul · 21 years ago
- 75c8a2e omit CVS directories from tarballs, bump version to 6.1 by Brian Paul · 21 years ago
- ed43ece Migrate i830 driver to t_vertex.[ch] for building hw vertices. by Keith Whitwell · 21 years ago
- 41abe9e fix glitch from previous check-in (pointer vs int) by Brian Paul · 21 years ago
- 77d2408 minor changes to silence warnings by Brian Paul · 21 years ago
- 6a82d44 Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. by Brian Paul · 21 years ago
- 87745ce change Data ptr from GLbyte to GLubyte to silence warnings by Brian Paul · 21 years ago
- 013dee0 include texobj.h to silence warnings by Brian Paul · 21 years ago
- e093e94 s/char/GLubyte/ to silence warnings by Brian Paul · 21 years ago
- ef77464 include sched.h to get sched_yield() prototype by Brian Paul · 21 years ago
- 97fcc0e make second param of driParseConfigFiles() const by Brian Paul · 21 years ago
- 5b9a9d4 tweak OpenBSD and SunOS commands by Brian Paul · 21 years ago
- 4eb16e3 tweak openbsd config by Brian Paul · 21 years ago
- 66f2fd8 added some missing FLUSH_VERTICES calls by Brian Paul · 21 years ago
- 8d83242 Fix cosmetic GL_RENDERER string problem (Andreas Stenglein) by Michel Dänzer · 21 years ago
- edc9ffc bump version to 6.1 (new development) by Brian Paul · 21 years ago
- 4a53f7b Respect the 'in_use' field in the global LRU as a marker for by Keith Whitwell · 21 years ago
- 48e89df fixed refresh rate control in Glide wrapper by Daniel Borca · 21 years ago
- 546214f tweaks for 6.0 release by Brian Paul · 21 years ago
- 46d6bd3 add casts to quiet compiler warnings by Karl Schultz · 21 years ago
- 6290ca4 fix -fomit-frame_pointer typo by Brian Paul · 21 years ago
- f8761dc implemented glutTimerFunc by Daniel Borca · 21 years ago
- 0849ed1 documentation update by Daniel Borca · 21 years ago
- 4d5e662 _mesa_delete_texture_object and some other updates by Daniel Borca · 21 years ago
- 3663c0f Cosmetic changes. by Brian Paul · 21 years ago
- 5bae6b9 change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current() by Brian Paul · 21 years ago
- 4b60344 use -G not -shared for gcc on SunOS by Brian Paul · 21 years ago