summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* handle ENABLE_BIT for EXT_stencil_two_sideDaniel Borca2004-11-222-1/+5
* use float constantsDaniel Borca2004-11-151-3/+3
* use parentheses to avoid warningDaniel Borca2004-11-151-1/+1
* added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device driversDaniel Borca2004-11-123-1/+8
* pop(stencil) for EXT_stencil_two_sideDaniel Borca2004-11-121-7/+16
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-1012-125/+215
* added a comment and assertion in _mesa_clip_drawpixels() for PixelZoomBrian Paul2004-11-091-0/+3
* added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul2004-11-092-2/+112
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-081-2/+2
* cleaned up the mess a bitDaniel Borca2004-11-011-211/+91
* don't advertise GL_ARB_vertex/fragment_shader until they're doneBrian Paul2004-10-311-4/+4
* added a cast to ADD_POINTERS macroBrian Paul2004-10-311-1/+1
* indentation fixBrian Paul2004-10-311-4/+4
* Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul2004-10-314-89/+49
* PBO support for gl[Get]PixelMap functionsBrian Paul2004-10-311-82/+371
* PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.Brian Paul2004-10-311-9/+62
* PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc.Brian Paul2004-10-311-52/+206
* updated for PBOsBrian Paul2004-10-311-4/+57
* glPolygonStipple() and glGetPolygonStipple() updated for PBOs.Brian Paul2004-10-312-9/+91
* PBO support for glGetCompressedTexImage().Brian Paul2004-10-311-2/+37
* glGetTexImage() now works with PBOs.Brian Paul2004-10-311-7/+32
* Map/Unmap PBO as needed so that the texstore routines can work withBrian Paul2004-10-311-48/+95
* Remove redundant error checking.Brian Paul2004-10-312-23/+52
* decoder "width" parameter represents "stride-in-pixels"Daniel Borca2004-10-291-3/+3
* VertexAttrib3svNV was incorrectBrian Paul2004-10-291-3/+3
* Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand.Eric Anholt2004-10-281-1/+1
* fill api entries for ARB_shader_objects and ARB_vertex_shaderMichal Krol2004-10-271-0/+50
* add entries for extensions ARB_shader_objects, ARB_fragment_shader andMichal Krol2004-10-272-1/+24
* add FEATURE flags for ARB_shader_objects, ARB_vertex_shader andMichal Krol2004-10-271-0/+3
* Bug #1682: Mesa core code that gets linked into DRI drivers should never callAdam Jackson2004-10-242-64/+263
* changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca2004-10-182-12/+17
* added dstRowStride to dxtCompressTexFuncExt;Daniel Borca2004-10-181-5/+5
* use RowStride instead of Width in texel fetchers.Daniel Borca2004-10-181-11/+11
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-164-0/+36
* add more mess to the dynamic linking systemDaniel Borca2004-10-121-25/+35
* Reject unsupported texture formats passed to glCompressedTexImage?D. ThisIan Romanick2004-10-081-0/+3
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-072-21/+119
* added support for GL_ARB_draw_buffersBrian Paul2004-10-0214-296/+591
* fix a commentBrian Paul2004-10-021-2/+2
* bump version to 6.3Brian Paul2004-10-021-3/+3
* VBO RefCount fix (David Reveman)Brian Paul2004-09-272-0/+10
* don't test for NULL pixels pointer here, do that in the 'store' routines afte...Brian Paul2004-09-231-6/+9
* added a comment in BindTextureBrian Paul2004-09-231-0/+4
* in _mesa_problem() include version number in error messageBrian Paul2004-09-151-3/+4
* also fix possible delete bugs with buffer objects and vertex/fragment programsBrian Paul2004-09-142-6/+10
* Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.Brian Paul2004-09-142-11/+23
* Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul2004-09-134-30/+44
* remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions()Brian Paul2004-09-131-2/+1
* changes towards GL_ARB_point_sprite (two-zero)Daniel Borca2004-09-134-0/+53
* updated error msgBrian Paul2004-09-101-2/+2