summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added divide by zero checksBrian Paul2001-02-071-9/+9
|
* fixed divide by zero problemBrian Paul2001-02-071-3/+7
|
* added some code for proxy texture testsBrian Paul2001-02-071-5/+41
|
* Correctly calculate size for disabled texcoord arrays.Keith Whitwell2001-02-071-3/+3
|
* VMS compile updateJouk Jansen2001-02-071-2/+2
|
* check texture texel type before using optimized sampling functionsBrian Paul2001-02-071-8/+13
|
* remove unused functionsBrian Paul2001-02-071-44/+1
|
* new texture image routines work nowBrian Paul2001-02-072-14/+22
|
* made some changes to the initialization of gl_texture_image fieldsBrian Paul2001-02-072-57/+65
|
* Force texture download every time to handle lazy texture downloads.Gareth Hughes2001-02-071-16/+16
|
* updated texture image handling - STILL UNTESTEDBrian Paul2001-02-063-320/+480
|
* added a number of debugging tests to be sure drivers handle texture images ↵Brian Paul2001-02-061-12/+35
| | | | correctly
* Overhaul of texture image handling.Brian Paul2001-02-0623-2396/+2209
| | | | | | | | | | 1. gl_texture_image struct's Data pointer points to images in driver's format. 2. Added FetchTexel() function pointer to struct gl_texture_image. 3. Changed Driver Tex[Sub]Image functions, return void now. 4. Texture storage/fetch code in new texstore.c file. 5. Removed texture.[ch] - functions moved to state.c Note: FX driver updates not finished yet.
* added _mesa_adjust_image_for_convolution()Brian Paul2001-02-062-4/+40
|
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-065-22/+56
| | | | clean up the shine table lookup macro.
* misc updates to match latest device driver changesBrian Paul2001-02-0611-33/+70
|
* added mesa_profile extern declBrian Paul2001-02-051-2/+4
|
* replaced frustrum with frustumBrian Paul2001-02-053-14/+14
|
* Committing in .Jouk Jansen2001-02-051-0/+8
| | | | | | | | | Modified Files: Mesa/src/descrip.mms Updated VMS make-files ----------------------------------------------------------------------
* rework to correctly respect _ac_import_range()Keith Whitwell2001-02-043-195/+227
|
* Fast no-copy drawarrays for large tristripsKeith Whitwell2001-02-041-37/+59
|
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-039-627/+760
| | | | | will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on.
* Committing in .Jouk Jansen2001-01-311-0/+4
| | | | | | | | Modified Files: Mesa/src/descrip.mms Updates VMS compile-support ----------------------------------------------------------------------
* make gluPerspective() call glMultMatrix() instead of glFrustum() to get ↵Brian Paul2001-01-301-5/+31
| | | | correct error semantics
* added packed types to glGetMinMax and glGetHistogram error checksBrian Paul2001-01-301-4/+28
|
* fixed half pixel offset bug in aa point codeBrian Paul2001-01-301-4/+4
|
* Upgrade to (patched) version 7 of glext.hGareth Hughes2001-01-301-15/+138
|
* last segment of AA stippled lines wasn't drawnBrian Paul2001-01-291-1/+6
|
* fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul2001-01-291-7/+8
|
* GL_SHADE_MODEL wasn't popped correctlyBrian Paul2001-01-291-2/+2
|
* removed unused varsBrian Paul2001-01-291-2/+1
|
* only compute separate specular if texturing really enabledBrian Paul2001-01-291-3/+5
|
* fixed computation of _MultiTextureEnabled (again)Brian Paul2001-01-291-3/+3
|
* Update implementations of Driver.Clear().Keith Whitwell2001-01-292-159/+156
|
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-2923-892/+669
| | | | | | | | | | | | functions from core mesa -- if drivers need these fallbacks they must now call them themselves. Introduced hooks for clip-vertex-interpolation and the rendering of clipped lines and polygons. Allows drivers to interpolate their hardware-format vertices directly. Used in dri drivers to replace fastpath code. Slight optimizations to pipeline build/run routines.
* optimized lambda computation (Klaus Niederkrueger)Brian Paul2001-01-292-12/+53
|
* updates to the trace extensionBrian Paul2001-01-291-17/+18
|
* updated specBrian Paul2001-01-291-41/+104
|
* redo _mesa_PopAttrib() to call Mesa state functions so derived state is updatedBrian Paul2001-01-241-185/+210
|
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-249-364/+12
|
* minor tweaksBrian Paul2001-01-241-3/+2
|
* Lots of GLchan datatype changes.Brian Paul2001-01-2447-1091/+1459
| | | | | | | | | 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
* added DestroyHeads() to test clean-up codeBrian Paul2001-01-231-2/+15
|
* minor tweaksBrian Paul2001-01-231-3/+9
|
* added support for 4 texture unitsBrian Paul2001-01-231-6/+11
|
* space-bar = pause animationBrian Paul2001-01-231-13/+19
|
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-2345-464/+500
| | | | | Replace "RGBAMode" with "rgbMode", etc. Other minor clean-ups.
* added dispatch override mechanism, used by trace extensionBrian Paul2001-01-232-56/+122
|
* fixed glTexSubImage error check bug #128775Brian Paul2001-01-231-2/+3
|
* test check-inBrian Paul2001-01-231-1/+1
|