summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-048-126/+61
| | | | | | Also changed parameter types for some driver functions (like ctx->Driver.Clear- Color). Updated all the device drivers. Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime.
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-1/+2
|
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-1/+5
|
* removed unused ctx->Polygon.OffsetMRDBrian Paul2002-10-023-8/+5
|
* removed ctx->Polygon._OffsetAny - not really neededBrian Paul2002-10-022-11/+8
|
* better error checking related to YCbCr imagesBrian Paul2002-10-021-17/+44
|
* Committing in .Jouk Jansen2002-09-271-3/+4
| | | | | | | | texcompress.c added to OpenVMS makefile. Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* new texture compression infrastructureBrian Paul2002-09-2722-608/+1288
|
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-234-16/+21
|
* GL_MESA_pack_invertBrian Paul2002-09-215-10/+55
|
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-2111-73/+389
|
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-0/+452
|
* remove GLint t, pass target to _mesa_init_teximage_fields()Brian Paul2002-09-171-3/+2
|
* fixed _mesa_generate_mipmaps() target problemBrian Paul2002-09-162-90/+79
|
* more detailed _mesa_error() messagesBrian Paul2002-09-161-5/+6
|
* doxygen commentsBrian Paul2002-09-162-39/+55
|
* fixed pixel pack bug in glGetTexImage()Brian Paul2002-09-141-3/+3
|
* more detailed _mesa_error() stringsBrian Paul2002-09-081-6/+6
|
* incorrect dimenstion passed to texture_error_check() in compressed teximage ↵Brian Paul2002-09-061-4/+4
| | | | functions
* removed GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul2002-09-061-33/+1
|
* fixed glSampleCoverage typoBrian Paul2002-09-061-0/+1
|
* implemented glProgramParameters4[df]vNV()Brian Paul2002-09-061-10/+26
|
* hook-up dispatch for glActiveStencilFaceEXT()Brian Paul2002-09-062-11/+5
|
* added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul2002-09-061-0/+8
|
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-0611-79/+237
|
* added OpenGL 1.4 entrypointsBrian Paul2002-09-061-0/+37
|
* added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul2002-09-051-1/+3
|
* test for ARB_texture_cube_map when getting GL version(Ian Romanick)Brian Paul2002-09-051-1/+2
|
* Committing in .Jouk Jansen2002-09-052-0/+165
| | | | | | | | | | Adding vsnprintf support for OpenVMS (needed in src/imports.c) Modified Files: Mesa/src/Makefile.am Mesa/src/descrip.mms Added Files: Mesa/src/vsnprintf.c ----------------------------------------------------------------------
* updates from Daniel BorcaBrian Paul2002-09-031-33/+86
|
* improved error stringBrian Paul2002-09-031-2/+5
|
* s/5/NUM_TEXTURE_TARGETS/Brian Paul2002-09-031-2/+2
|
* minor error message changesBrian Paul2002-08-212-8/+9
|
* added error checking for glCallLists() type parameterBrian Paul2002-08-171-4/+46
|
* Coerce vsnprintf to _vsnprintf for windowsKarl Schultz2002-08-031-1/+4
|
* define MAXSTRING and use vsnprintf to preven overflowsBrian Paul2002-08-011-9/+11
|
* export new symbols for osmesa libKarl Schultz2002-07-281-0/+3
|
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-0911-117/+74
| | | | | indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details.
* Committing in .Jouk Jansen2002-07-011-2/+2
| | | | | | | | Adding a missing ',' in a parameter list of a routine called Modified Files: Mesa/src/imports.c ----------------------------------------------------------------------
* Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and ↵Brian Paul2002-06-305-4/+81
| | | | glMultiDrawElementsEXT().
* indentation fixBrian Paul2002-06-291-45/+45
|
* prep for OpenGL 1.4 feature setBrian Paul2002-06-294-12/+72
|
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-2920-408/+384
| | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
* remove an unneeded statement in update_polygon(), added a commentBrian Paul2002-06-251-3/+5
|
* fix problems in _mesa_debug/printf()Brian Paul2002-06-231-3/+7
|
* added some _mesa_debug() callsBrian Paul2002-06-231-1/+24
|
* Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul2002-06-184-311/+662
| | | | | Finished all glGet* queries for GL_NV_vertex_program. Improved error reporting in glEnable/Disable/Get, etc.
* Committing in .Jouk Jansen2002-06-181-1/+2
| | | | | | | | Added mtypes.h inclusion Modified Files: Mesa/src/imports.c ----------------------------------------------------------------------
* new fix for initial window size problemBrian Paul2002-06-171-2/+34
|
* Port glXCopyContext bug from 4.0 branch.Brian Paul2002-06-176-71/+183
|