summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* more removal of fprintf() callsBrian Paul2002-06-136-45/+43
|
* fixed a couple dumb mistakesBrian Paul2002-06-132-4/+4
|
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-1322-154/+330
| | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c)
* Moved big/little endian code to glheader.h.Brian Paul2002-06-124-24/+48
| | | | Define either MESA_BIG_ENDIAN or MESA_LITTLE_ENDIAN.
* added missing texture cube map targetsBrian Paul2002-06-081-3/+66
|
* fixed point sprite bugBrian Paul2002-06-071-1/+2
|
* replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul2002-06-062-3/+5
|
* more big-endian tweaksBrian Paul2002-06-052-8/+9
|
* bring over Michel Daenzer's DRI changesBrian Paul2002-06-032-33/+98
|
* Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul2002-05-293-105/+6
| | | | Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-2710-419/+616
|
* dispatch offsets for ARB_window_posBrian Paul2002-05-274-158/+32
|
* updated vertex program dispatchBrian Paul2002-05-271-48/+48
|
* Minor change to current raster position and texcoords.Brian Paul2002-05-095-30/+28
|
* Fix FETCH(argb1555) mask valuesKeith Whitwell2002-05-091-4/+4
|
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-023-92/+89
| | | | Simplification of some of the texture application code.
* replaced GLshort with GLushort in _mesa_sizeof_packed_type()Brian Paul2002-04-261-8/+8
|
* added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()Brian Paul2002-04-261-1/+7
|
* added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)Brian Paul2002-04-251-1/+7
|
* test mapsize against 1, not 0 in glPixelMap()Brian Paul2002-04-241-4/+4
|
* added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277)Brian Paul2002-04-241-1/+4
|
* call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203)Brian Paul2002-04-231-3/+3
|
* Test for NULL pointer for LoadMatrix(), MultMatrix() andAlan Hourihane2002-04-221-1/+9
| | | | | Load/MultTransposeMatrix() and return without recording any errors or doing any multiplication.
* Committing in .Jouk Jansen2002-04-221-2/+1
| | | | | | | | | Remove __FUNCTION__ macro definition from CC compile definitions. (OpenVMS only) Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* check for vertex program modeBrian Paul2002-04-211-12/+16
|
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-2/+2
| | | | to the conventional arrays when attribute arrays aren't enabled.
* vertex program attribute array workBrian Paul2002-04-214-14/+14
|
* Provide a reasonable replacement for __FUNCTION__ when using non GNU CKarl Schultz2002-04-191-2/+10
| | | | compilers. This allows Mesa to compile with non GNU C compilers again.
* Correct check for noop array state change (Raystonn)Alan Hourihane2002-04-191-2/+2
|
* added some castsBrian Paul2002-04-195-16/+14
|
* fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul2002-04-121-3/+9
|
* Committing in .Jouk Jansen2002-04-101-9/+2
| | | | | | | | Update OpenVMS makefile Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* bring in changes from dri tcl branchKeith Whitwell2002-04-098-64/+151
|
* Update filelist to reflect two removed source files.Karl Schultz2002-04-091-2/+0
|
* remove dead vertex assemblyKeith Whitwell2002-04-092-5/+2
|
* repair Array.NewState flags (Michael Fitzpatrick)Brian Paul2002-04-041-13/+14
|
* export more symbols for osmesa (win32)Karl Schultz2002-04-041-0/+2
|
* fixed some 3D texture image stride bugs when using 16-bit channelsBrian Paul2002-04-041-7/+10
|
* fixup float/ushort conversion macrosBrian Paul2002-04-041-7/+5
|
* minor re-orgBrian Paul2002-04-021-5/+5
|
* GL_ARB_point_parameters supportBrian Paul2002-04-025-21/+35
|
* minor optimization in GL_TRANSFORM_BIT poppingBrian Paul2002-04-011-4/+6
|
* DOS driver updateBrian Paul2002-04-011-9/+63
|
* Add _glapi_get_context to export for osmesa.Karl Schultz2002-03-291-0/+1
|
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-298-43/+46
|
* decrement Transform._AnyClip when clip planes are disabledBrian Paul2002-03-281-1/+4
|
* popping of user-defined clip planes was brokenBrian Paul2002-03-281-13/+22
|
* Test implementation of proposed GL_EXT_shadow_funcs extension. This justBrian Paul2002-03-233-3/+16
| | | | | generalizes the R/texture comparision operators to include all eight of the depth test comparisons.
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-231-2/+18
|
* removed temporary GL_ARB_texture_mirrored_repeat enumsBrian Paul2002-03-231-11/+3
|