summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-082-5/+6
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-0712-70/+76
* more namespace clean-upsBrian Paul2001-03-034-29/+29
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-0314-107/+107
* added fog coord clampingBrian Paul2001-02-271-3/+5
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-207-174/+60
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-163-64/+29
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-167-68/+62
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-1511-234/+150
* fixed a CI-mode spot light conformance failure, but still not clear whyBrian Paul2001-02-141-2/+5
* fixed a CI mode segfault, minor clean-upsBrian Paul2001-02-131-10/+9
* gl_error clean-upsBrian Paul2001-02-132-4/+5
* Overhaul of texture image handling.Brian Paul2001-02-062-4/+2
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-7/+42
* Fast no-copy drawarrays for large tristripsKeith Whitwell2001-02-041-37/+59
* only compute separate specular if texturing really enabledBrian Paul2001-01-291-3/+5
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-297-536/+224
* Lots of GLchan datatype changes.Brian Paul2001-01-2410-206/+322
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-232-7/+6
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-173-7/+13
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-162-7/+5
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-145-16/+21
* fix conform dlist testKeith Whitwell2001-01-131-1/+5
* Fix crash in book/stencil.Keith Whitwell2001-01-136-65/+89
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-0812-99/+77
* Add call to Driver.RenderPrimitive()Keith Whitwell2001-01-081-1/+2
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-084-13/+24
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-059-667/+454
* added divide by zero checkBrian Paul2001-01-031-2/+5
* More color macro clean-ups.Brian Paul2001-01-033-23/+24
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-22/+22
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-288-39/+114
* fix demos/fire, enable lazy vertex flushingKeith Whitwell2000-12-271-1/+3
* Fix evalpoints bug (samples/nurb)Keith Whitwell2000-12-272-8/+9
* fix sproingies bugKeith Whitwell2000-12-275-27/+21
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-276-92/+128
* fix xscreensaver coresKeith Whitwell2000-12-261-2/+3
* Major rework of tnl moduleKeith Whitwell2000-12-2638-1012/+11388
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-081-2/+4
* Modified Files:Jouk Jansen2000-11-272-4/+8
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-243-113/+66
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-245-104/+201
* Committing in .Jouk Jansen2000-11-225-119/+119
* minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4Brian Paul2000-11-201-2/+4
* fix lvalue cast on ctx->swtnl_imKeith Whitwell2000-11-201-2/+2
* * Auto* build fixesJon Taylor2000-11-181-1/+1
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-165-0/+1433