Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fxt1_decode_1() needs to be non-static for the tdfx and glide drivers. | Adam Jackson | 2004-12-15 | 1 | -2/+2 |
| | |||||
* | Fix up glx/x11 to work when built with -fvisibility=hidden. | Adam Jackson | 2004-12-15 | 1 | -0/+5 |
| | |||||
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 3 | -8/+4 |
| | |||||
* | Added driver hooks for GetTexImage() and GetCompressedTexImage(). | Brian Paul | 2004-12-12 | 4 | -173/+225 |
| | | | | Added fallback _mesa_get_[compressed]_teximage() routines to texstore.c | ||||
* | allow GetTexImage with RGBA format and COLOR_INDEX internalformat | Daniel Borca | 2004-12-10 | 1 | -2/+4 |
| | |||||
* | silence warnings | Alan Hourihane | 2004-12-08 | 1 | -1/+1 |
| | |||||
* | explicit cast in a few places | Daniel Borca | 2004-12-06 | 1 | -2/+2 |
| | |||||
* | disable junk for mingw | Daniel Borca | 2004-12-06 | 1 | -0/+2 |
| | |||||
* | direct bug reports to freedesktop.org | Brian Paul | 2004-12-05 | 1 | -3/+3 |
| | |||||
* | mask color indexes against palette size, per the spec | Brian Paul | 2004-12-03 | 1 | -2/+5 |
| | |||||
* | Use the GL datatypes. Lots of assorted clean-ups. | Brian Paul | 2004-12-03 | 1 | -245/+250 |
| | |||||
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 6 | -22/+26 |
| | |||||
* | Fix some warnings | Alan Hourihane | 2004-12-02 | 1 | -2/+0 |
| | |||||
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 3 | -44/+31 |
| | | | | | | | | Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() if necessary. Cleaned up code related to GLframebuffer width/height initialization. Set initial viewport/scissor params in _mesa_make_current2(), instead of in the drivers' MakeCurrent functions. | ||||
* | remove _glapi_add_entrypoint() calls, they're already in context.c | Brian Paul | 2004-11-27 | 1 | -25/+1 |
| | |||||
* | add a few functions in add_newer_entrypoints() | Brian Paul | 2004-11-27 | 1 | -5/+9 |
| | |||||
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 9 | -362/+800 |
| | | | | | | | alias with the corresponding ARB functions. GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias with conventional vertex attributes, as GL_NV_vertex_program does. So, the ARB and NV version of VertexAttrib need to be distinct. | ||||
* | 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 |
| | | | | Removed GLWINAPI stuff - only used (unnecessarily?) in enums.c | ||||
* | 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 |
| | | | | Next: move all the Windows/WGL stuff into the drivers/windows/ directory. | ||||
* | 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 |
| | | | | Misc clean-ups. | ||||
* | 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 |
| | | | | | | | and ignored for 1D and 2D images. Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function. This change gets propogated to some other routines. Also added new _mesa_image_address[123]d() convenience functions. | ||||
* | 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 |
| | | | | a non MS C compiler (MinGW). (Gregor Anich) | ||||
* | 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 |
| | | | | Minor clean-ups. | ||||
* | 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 |
| | | | | hardware-based PBOs in the future. |