| Commit message (Expand) | Author | Age | Files | Lines |
* | use new PUBLIC macro for symbol export | Brian Paul | 2004-11-27 | 1 | -1/+1 |
* | clean up code related to dispatch table initialization | Brian Paul | 2004-11-27 | 5 | -72/+51 |
* | use _glapi_proc | Brian Paul | 2004-11-27 | 1 | -6/+3 |
* | fix typo, update version/date | Brian Paul | 2004-11-27 | 1 | -4/+3 |
* | remove the GLAPI/GLAPIENTRY defines - they're already in gl.h | Brian Paul | 2004-11-27 | 1 | -12/+0 |
* | Removed GLCALLBACK stuff - apparently never used anywhere. | Brian Paul | 2004-11-27 | 2 | -19/+7 |
* | Some new comments, clean-up formatting, etc. | Brian Paul | 2004-11-25 | 1 | -100/+167 |
* | Started some assorted clean-ups in #defines, typedefs, etc. | Brian Paul | 2004-11-25 | 2 | -42/+44 |
* | update _mesa_store_teximageXd() comments and minor code clean-up | Brian Paul | 2004-11-23 | 1 | -14/+30 |
* | Don't allow queries/etc of buffer object 0 - it's invisible to users. | Brian Paul | 2004-11-22 | 1 | -23/+21 |
* | added GL_RED/GREEN/BLUE to is_color_format() | Brian Paul | 2004-11-22 | 1 | -0/+3 |
* | handle ENABLE_BIT for EXT_stencil_two_side | Daniel Borca | 2004-11-22 | 2 | -1/+5 |
* | use float constants | Daniel Borca | 2004-11-15 | 1 | -3/+3 |
* | use parentheses to avoid warning | Daniel Borca | 2004-11-15 | 1 | -1/+1 |
* | added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers | Daniel Borca | 2004-11-12 | 3 | -1/+8 |
* | pop(stencil) for EXT_stencil_two_side | Daniel Borca | 2004-11-12 | 1 | -7/+16 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 12 | -125/+215 |
* | added a comment and assertion in _mesa_clip_drawpixels() for PixelZoom | Brian Paul | 2004-11-09 | 1 | -0/+3 |
* | added _mesa_clip_drawpixels() and _mesa_clip_readpixels() | Brian Paul | 2004-11-09 | 2 | -2/+112 |
* | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul | 2004-11-08 | 1 | -2/+2 |
* | cleaned up the mess a bit | Daniel Borca | 2004-11-01 | 1 | -211/+91 |
* | don't advertise GL_ARB_vertex/fragment_shader until they're done | Brian Paul | 2004-10-31 | 1 | -4/+4 |
* | added a cast to ADD_POINTERS macro | Brian Paul | 2004-10-31 | 1 | -1/+1 |
* | indentation fix | Brian Paul | 2004-10-31 | 1 | -4/+4 |
* | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul | 2004-10-31 | 4 | -89/+49 |
* | PBO support for gl[Get]PixelMap functions | Brian Paul | 2004-10-31 | 1 | -82/+371 |
* | PBO support for glColorTable, glColorSubTable, glGetColorTable, etc. | Brian Paul | 2004-10-31 | 1 | -9/+62 |
* | PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc. | Brian Paul | 2004-10-31 | 1 | -52/+206 |
* | updated for PBOs | Brian Paul | 2004-10-31 | 1 | -4/+57 |
* | glPolygonStipple() and glGetPolygonStipple() updated for PBOs. | Brian Paul | 2004-10-31 | 2 | -9/+91 |
* | PBO support for glGetCompressedTexImage(). | Brian Paul | 2004-10-31 | 1 | -2/+37 |
* | glGetTexImage() now works with PBOs. | Brian Paul | 2004-10-31 | 1 | -7/+32 |
* | Map/Unmap PBO as needed so that the texstore routines can work with | Brian Paul | 2004-10-31 | 1 | -48/+95 |
* | Remove redundant error checking. | Brian Paul | 2004-10-31 | 2 | -23/+52 |
* | decoder "width" parameter represents "stride-in-pixels" | Daniel Borca | 2004-10-29 | 1 | -3/+3 |
* | VertexAttrib3svNV was incorrect | Brian Paul | 2004-10-29 | 1 | -3/+3 |
* | Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand. | Eric Anholt | 2004-10-28 | 1 | -1/+1 |
* | fill api entries for ARB_shader_objects and ARB_vertex_shader | Michal Krol | 2004-10-27 | 1 | -0/+50 |
* | add entries for extensions ARB_shader_objects, ARB_fragment_shader and | Michal Krol | 2004-10-27 | 2 | -1/+24 |
* | add FEATURE flags for ARB_shader_objects, ARB_vertex_shader and | Michal Krol | 2004-10-27 | 1 | -0/+3 |
* | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson | 2004-10-24 | 2 | -64/+263 |
* | changed _mesa_rescale_teximage2d to allow rescaling of padded images | Daniel Borca | 2004-10-18 | 2 | -12/+17 |
* | added dstRowStride to dxtCompressTexFuncExt; | Daniel Borca | 2004-10-18 | 1 | -5/+5 |
* | use RowStride instead of Width in texel fetchers. | Daniel Borca | 2004-10-18 | 1 | -11/+11 |
* | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick | 2004-10-16 | 4 | -0/+36 |
* | add more mess to the dynamic linking system | Daniel Borca | 2004-10-12 | 1 | -25/+35 |
* | Reject unsupported texture formats passed to glCompressedTexImage?D. This | Ian Romanick | 2004-10-08 | 1 | -0/+3 |
* | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt | 2004-10-07 | 2 | -21/+119 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 14 | -296/+591 |
* | fix a comment | Brian Paul | 2004-10-02 | 1 | -2/+2 |