Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-01 | Fix calling fallback_drawarrays() with the wrong arguments | Roland Scheidegger | |
2004-02-26 | fix another glDrawArrays indexing bug, jump through _glapi_Dispatch functions | Brian Paul | |
2004-01-15 | add casts to quiet compiler warnings | Karl Schultz | |
2004-01-14 | Fix up more confusions with count vs end in array functions | Keith Whitwell | |
2004-01-13 | remove unused variable | Karl Schultz | |
2004-01-12 | Don't call _tnl_draw_range_elements() unless start == 0. | Keith Whitwell | |
2004-01-09 | Change < to <= when testing counts against ctx->Const.MaxArrayLockSize, | Brian Paul | |
per Daniel Borca. Also, added XXX comments to mark where there may be a problem with the calls to _tnl_vb_bind_arrays(). Is the last parameter a count or index? | |||
2003-12-04 | Fix some problems with glDrawElements and vertex buffer objects. | Brian Paul | |
2003-11-29 | Fix generic/conventional vertex array glitches. | Brian Paul | |
Changed _NEW_ARRAY_ATTRIB_0 back to 0x10000 so that the conventional and generic enable bits do not alias. In ac_import.c test Array.Normal.Enabled instead of Array._Enabled & _NEW_ARRAY_COLOR0, etc. In t_array_import.c give priority for generic arrays over conventional arrays on an individual basis, not all or none. | |||
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-10-23 | s/GLuint */GLvoid */ | Brian Paul | |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | |
Only glDrawArrays() done so far. Simplified glVertex/Color/etcPointer functions. Misc casts added here and there. | |||
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-09-17 | Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects. | Brian Paul | |
2003-04-10 | remove a const | Brian Paul | |
2003-04-10 | drawarrayrange fix | Keith Whitwell | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-02-17 | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | |
2002-12-19 | Add missing break statements | Keith Whitwell | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2002-04-19 | new casts | Brian Paul | |
2002-04-09 | bring in changes from dri tcl branch | Keith Whitwell | |
2002-01-22 | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | |
VERT_BIT_* flags are new and used in many places (esp in T&L code). Updated some comments for doxygen. Various code clean-ups. | |||
2002-01-05 | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | |
normal, texcoords, fogcoord, secondary color, etc) to GLfloat[4] datatype. Aliasing of glVertex, glNormal, glColor, glFogCoord, etc. to glVertexAttrib now complete. | |||
2001-12-03 | simplify drawarrays paths | Keith Whitwell | |
2001-11-29 | use smaller buffer when decomposing large drawarrays, for cache goodness | Keith Whitwell | |
2001-11-22 | Another locked drawarrys fix | Keith Whitwell | |
2001-09-14 | silence minor warnings | Brian Paul | |
2001-08-13 | Removed optimizations (this code is now seldom used) | Keith Whitwell | |
2001-08-02 | Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation of | Keith Whitwell | |
count parameter in DrawArrays) | |||
2001-08-02 | Fix SGL monoindexed bug (glDrawRangeElements in dlist) | Keith Whitwell | |
2001-05-11 | Clean up _tnl_Begin/begin/hard_begin. | Keith Whitwell | |
Fix some problems with draw_arrays, draw_elements. | |||
2001-05-11 | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | |
cassettes. Fixes problem with isosurf/compiled-array-elt/strips. | |||
2001-05-10 | Replace PipelineStart, PipelineFinish with RunPipeline. Clean up | Keith Whitwell | |
_tnl_run_pipeline() a little. | |||
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell | |
2001-04-26 | no-copy drawarrays for remaining non-fan primitives | Keith Whitwell | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵ | Brian Paul | |
of potential problems | |||
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | |
2001-02-20 | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | |
stage. (Materials now treated more like colors, etc.). Continue whipping the dd templates into shape. Remove old NormalLength code; may come back as a driver helper, but not useful for, eg. hardware t&l drivers. | |||
2001-02-04 | Fast no-copy drawarrays for large tristrips | Keith Whitwell | |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul | |
Added GLvector4us datatype in math/m_vector.[ch] Added _math_trans_4us() in math/m_translate.[ch] Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS. Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions. Changed args to Driver.ClearColor(), updated drivers. Reordered files in Makefile.X11 | |||
2001-01-14 | Fixed conform feedback and drawelements tests. | Keith Whitwell | |
Use correct pv when rasterizing unfilled polys. | |||
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | |
Fixed fallback path for drawarrays/_tnl_hard_begin. Removed disabled debug code. | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |