| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added FogOption to fragment_program struct | Brian Paul | 2004-02-17 | 2 | -0/+2 |
* | added FixedToDouble() macro | Brian Paul | 2004-02-17 | 1 | -0/+4 |
* | Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles | Brian Paul | 2004-02-17 | 1 | -9/+24 |
* | Remove debug | Keith Whitwell | 2004-02-14 | 1 | -2/+0 |
* | Make it easier for drivers to create "subclasses" of the existing | Keith Whitwell | 2004-02-14 | 4 | -43/+97 |
* | init secondary color to (0,0,0,1). remove some redundant initializations. | Brian Paul | 2004-02-13 | 1 | -4/+3 |
* | set buffer object default Usage and Access | Brian Paul | 2004-02-13 | 1 | -2/+4 |
* | Minor re-org of state for fog and precision options. | Brian Paul | 2004-02-12 | 4 | -64/+56 |
* | Fix the problem found with UT after I had added support for glVertexAttrib. | Brian Paul | 2004-02-11 | 1 | -110/+568 |
* | Do more bookkeeping of vertex buffer object reference counts. | Brian Paul | 2004-02-11 | 3 | -4/+40 |
* | revert to version 1.18 for now to fix segfaults in some applications | Roland Scheidegger | 2004-02-11 | 1 | -583/+110 |
* | Restore some of the previous code for handling conventional vertex attributes | Brian Paul | 2004-02-09 | 1 | -341/+654 |
* | Updated to handle generic vertex attributes accessed vi glArrayElement(). | Brian Paul | 2004-02-08 | 1 | -220/+380 |
* | fully parameterize the macros for fixed-point arithmetic | Brian Paul | 2004-02-08 | 1 | -13/+7 |
* | added an additional comment about mipmap generation | Brian Paul | 2004-02-08 | 1 | -0/+3 |
* | Refactor "class" texture environments to be implemented in terms of | Ian Romanick | 2004-02-06 | 4 | -151/+368 |
* | inform driver of changed wrap/filter parameters due to binding of nv_texrect ... | Roland Scheidegger | 2004-02-06 | 1 | -0/+8 |
* | Added flags for _all_ extensions to the gl_extensions struct so that drivers | Brian Paul | 2004-02-06 | 2 | -23/+42 |
* | fix stores to vertex state program registers | Brian Paul | 2004-02-04 | 2 | -5/+15 |
* | glBindProgramARB wasn't getting compiled into display lists (bug 887383) | Brian Paul | 2004-01-30 | 1 | -3/+7 |
* | more descriptive error strings | Brian Paul | 2004-01-30 | 1 | -9/+9 |
* | Add GLAPIENTRY function decorations for correct operation on Windows. | Karl Schultz | 2004-01-28 | 1 | -9/+9 |
* | tweak the #if test for defining _ASMAPI (fixes IRIX problem) | Brian Paul | 2004-01-28 | 1 | -3/+3 |
* | patch from bug 885992 | Brian Paul | 2004-01-28 | 1 | -1/+7 |
* | Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro | Keith Whitwell | 2004-01-28 | 2 | -37/+41 |
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 10 | -43/+158 |
* | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | 2004-01-27 | 4 | -167/+128 |
* | minimize the number of DIVs | Daniel Borca | 2004-01-26 | 1 | -3/+3 |
* | New error checking in _mesa_GetTexImage(). | Brian Paul | 2004-01-24 | 2 | -26/+85 |
* | Some initial RGB and RGBA floating point texture formats. | Brian Paul | 2004-01-24 | 3 | -53/+216 |
* | added device driver hooks for BindProgram, NewProgram, DeleteProgram | Brian Paul | 2004-01-23 | 4 | -18/+49 |
* | Change software alpha plane pointers from void* to GLchan*, eliminate some ca... | Brian Paul | 2004-01-23 | 1 | -4/+4 |
* | Don't set extra bits in FLUSH_VERTICES, fix several state bugs. | Keith Whitwell | 2004-01-23 | 8 | -50/+30 |
* | Modified error messages in _mesa_BlendFuncSeparateEXT to note that the | Ian Romanick | 2004-01-23 | 1 | -8/+8 |
* | Initial support for floating point and signed texture formats. | Brian Paul | 2004-01-23 | 5 | -344/+846 |
* | Minor tweaks to help out at a driver level. | Keith Whitwell | 2004-01-22 | 3 | -6/+19 |
* | Silence a compiler warning DRI builds using gcc3. | Ian Romanick | 2004-01-21 | 1 | -1/+1 |
* | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | 2004-01-21 | 3 | -102/+10 |
* | don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc | Brian Paul | 2004-01-21 | 1 | -20/+20 |
* | remove _mesa_check_driver_hooks() - it's really not too useful anymore | Brian Paul | 2004-01-20 | 3 | -68/+20 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 4 | -107/+85 |
* | replace CALLOC with MALLOC in _mesa_new_texture_object() | Brian Paul | 2004-01-19 | 1 | -1/+1 |
* | remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_textu... | Brian Paul | 2004-01-19 | 1 | -12/+3 |
* | added some missing FLUSH_VERTICES calls | Brian Paul | 2004-01-17 | 3 | -1/+23 |
* | bump version to 6.1 (new development) | Brian Paul | 2004-01-16 | 1 | -3/+3 |
* | Cosmetic changes. | Brian Paul | 2004-01-15 | 1 | -1/+1 |
* | change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current() | Brian Paul | 2004-01-15 | 1 | -3/+3 |
* | added blurb about NVIDIA extensions | Brian Paul | 2004-01-14 | 4 | -4/+37 |
* | bump MAX_WIDTH/HEIGHT to 4K pixels | Brian Paul | 2004-01-14 | 1 | -4/+4 |
* | glDeleteProgramsARB() failed for fragment programs (bug 876160) | Brian Paul | 2004-01-13 | 1 | -5/+6 |