summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Collapse)AuthorAgeFilesLines
* removed some bogus error checksBrian Paul2001-02-281-15/+3
|
* Templates are in working order.Keith Whitwell2001-02-285-282/+593
|
* GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul2001-02-283-17/+30
| | | | | Added context/drawbuffer visual config sanity checking in _mesa_make_current2(). Added some 'const' keywords.
* fixed glitches in error checking of imaging extensionsBrian Paul2001-02-273-38/+38
|
* signal _NEW_TEXTURE in all teximage functionsBrian Paul2001-02-271-1/+10
|
* added fog coord clampingBrian Paul2001-02-271-3/+5
|
* colortable w/ size=0 wasn't handled correctlyBrian Paul2001-02-272-99/+82
|
* Initialize Line._WidthKeith Whitwell2001-02-271-1/+2
|
* more tweaksBrian Paul2001-02-271-3/+1
|
* minor extension tweaksBrian Paul2001-02-272-5/+9
|
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-265-101/+175
| | | | Renamed gl_*() functions as _mesa_*().
* fixed extension checking in _mesa_BlendEquation()Brian Paul2001-02-261-6/+13
|
* tiny change to a gl_problem() callBrian Paul2001-02-261-2/+2
|
* added a cube map error checkBrian Paul2001-02-261-1/+10
|
* bilinear sampling of depth texturesBrian Paul2001-02-261-29/+251
|
* Template workKeith Whitwell2001-02-246-429/+689
|
* another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacksBrian Paul2001-02-231-6/+3
|
* fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driverBrian Paul2001-02-231-26/+29
|
* improvements to regions_overlap() functionBrian Paul2001-02-221-13/+33
|
* removed some bogus codeBrian Paul2001-02-221-3/+1
|
* Committing in .Jouk Jansen2001-02-221-9/+8
| | | | | | | | Modified Files: Mesa/src/descrip.mms old files removed/ new files included in VMS makefile ----------------------------------------------------------------------
* fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()Brian Paul2001-02-211-4/+4
|
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-2012-229/+157
|
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-2011-98/+169
| | | | Added some const keywords in the s/w texturing code.
* plug in fallback teximage DD functionsBrian Paul2001-02-191-1/+13
|
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-196-213/+552
| | | | | so they work like the other teximage functions. Added fallback routines to texstore.c for drivers to use.
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-1713-366/+470
| | | | | | | Implemented glGetTexImage(format=GL_COLOR_INDEX). Changed _mesa_unpack_depth_span() args. Minor changes/clean-ups in mtypes.h. Histogram counter component sizes were wrong.
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
|
* Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul2001-02-175-38/+302
| | | | Prototype code for GL_SGIX_depth_texture / more flexible teximage code.
* moved depth/index/stencil span packing into image.cBrian Paul2001-02-163-328/+435
|
* Fix state bitmasks for invalidating line,tri,point functions. (won't fixKeith Whitwell2001-02-161-5/+14
| | | | the fog problem, I don't think)
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-1626-171/+2994
| | | | | | | | | | | | | texturing is not enabled, and without requiring the two colors be added externally. As a part of this, collapsed the decomposition of quads into triangles inside swrast to be hardwired into _swrast_Quad; removed s_quads.[ch]. Removed checks on texture state from t_vb_light.c, which was previously required by swrast. Moved the t_dd_ templates to a new directory.
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-1612-143/+129
| | | | | | Remove redundant 'update_materials' stage. Fix conform segfault with seperate specular colors in mustpass.c. These tests still fail, however.
* minor scissor optimizations (Klaus Niederkrueger)Brian Paul2001-02-151-20/+24
|
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-1514-249/+218
| | | | | | | | | 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.
* fixed a CI-mode spot light conformance failure, but still not clear whyBrian Paul2001-02-141-2/+5
|
* removed a misplaced _mesa_logicop_ci_span() callBrian Paul2001-02-141-6/+2
|
* fixed a CI mode segfault, minor clean-upsBrian Paul2001-02-131-10/+9
|
* fixed an assertionBrian Paul2001-02-131-2/+3
|
* fixed a few CI mode span bugs and a dither bugBrian Paul2001-02-131-13/+36
|
* fixed bug in gl_validate_all_lighting_tables() found with CI mode ↵Brian Paul2001-02-131-3/+5
| | | | conformance tests
* removed bogus assertionsBrian Paul2001-02-131-7/+1
|
* gl_error clean-upsBrian Paul2001-02-134-8/+9
|
* fixed GL_SET bugBrian Paul2001-02-131-4/+4
|
* added debug assertions to be sure drivers initialize all required function ↵Brian Paul2001-02-121-4/+72
| | | | pointers
* added ctx->Driver.ResetLineStipple, misc clean-upBrian Paul2001-02-121-17/+17
|
* fixed RGB over/underflow bug for tiny triangles (bug 128969)Brian Paul2001-02-121-43/+36
|
* minor updates to sync w/ XFree86 changesBrian Paul2001-02-091-17/+10
|
* minor changes from XFree86 (dawes)Brian Paul2001-02-091-2/+8
|
* fixed bytesPerValue bug in OSMesaGetDepthBuffer()Brian Paul2001-02-081-2/+5
|