summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul2002-10-101-1/+7
|
* removed old TEXTURE0_ definesBrian Paul2002-10-091-9/+1
|
* XFree86 fixes (clib macro wrappers)Brian Paul2002-10-091-1/+14
|
* finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul2002-10-083-20/+5
|
* fix a typoBrian Paul2002-10-081-3/+3
|
* s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/Brian Paul2002-10-081-3/+3
|
* removed old commentBrian Paul2002-10-071-2/+1
|
* restore ACCUM_BITS to 16Brian Paul2002-10-051-2/+2
|
* include procs for compressed texturesKarl Schultz2002-10-041-1/+6
|
* 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
|