summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed temporary ARB_texture enum defsBrian Paul2002-03-231-7/+1
|
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-194-66/+144
| | | | | | | memory. These can be overridden by applications which need to manage this memory specially. Contributed by Gerk Huisma. Also, new code for 8-bit -> 16-bit/channel texture image storage which fills in the least-significant bits properly.
* fix Intel C compiler warnings (Gerk Huisma)Brian Paul2002-03-191-8/+8
|
* rename ResizeBuffersMESA to ResizeBuffersBrian Paul2002-03-161-3/+3
|
* buffer resize changesBrian Paul2002-03-161-6/+12
|
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-163-18/+47
| | | | | | | instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*. The idea is that a window can be resized without it being bound to a rendering context. This makes for a nice clean-up in the XFree86 server-side GLX code. Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers().
* fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures ↵Brian Paul2002-03-151-2/+2
| | | | (Michael Fitzpatrick)
* added _mesa_image_image_stride()Brian Paul2002-03-132-6/+51
|
* added a commentBrian Paul2002-03-131-1/+2
|
* initial work for NV_vertex_program1_1 extensionBrian Paul2002-03-132-2/+10
|