Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In _mesa_RenderbufferStorageEXT(), try to avoid needless reallocation. | Brian Paul | 2005-11-18 | 1 | -43/+13 | |
| | | | | Simplify _mesa_GetRenderbufferParameterivEXT() queries. | |||||
* | Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). | Brian Paul | 2005-11-16 | 1 | -17/+19 | |
| | | | | | depthstencil.c provides wrappers for treating depth/stencil buffers either as regular depth or stencil renderbuffers. | |||||
* | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul | 2005-11-08 | 1 | -25/+184 | |
| | ||||||
* | Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS, | Brian Paul | 2005-10-08 | 1 | -13/+23 | |
| | | | | etc. after calling glRenderBufferStorageEXT gave undefined results. | |||||
* | In gl_texture_image replace IntFormat with InternalFormat and Format with | Brian Paul | 2005-10-05 | 1 | -3/+5 | |
| | | | | _BaseFormat to be consistant with gl_renderbuffer. | |||||
* | check if deleting currently bound frame/renderbuffer object | Brian Paul | 2005-10-04 | 1 | -1/+16 | |
| | ||||||
* | fix behaviour of glIsFrame/Renderbuffer() | Brian Paul | 2005-10-04 | 1 | -8/+12 | |
| | ||||||
* | added a few calls to _mesa_update_framebuffer_visual() | Brian Paul | 2005-10-03 | 1 | -0/+4 | |
| | ||||||
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -9/+42 | |
| | | | | glReadPixels done, glDrawPixels mostly done. | |||||
* | Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits, | Brian Paul | 2005-09-22 | 1 | -6/+6 | |
| | | | | BlueBits, etc fields. | |||||
* | new comment | Brian Paul | 2005-09-07 | 1 | -0/+1 | |
| | ||||||
* | minor formatting fix | Brian Paul | 2005-09-06 | 1 | -2/+1 | |
| | ||||||
* | fix GL_ALPHA render-to-texture problem (Jon Smirl) | Brian Paul | 2005-06-07 | 1 | -0/+4 | |
| | ||||||
* | added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error | Brian Paul | 2005-06-01 | 1 | -3/+18 | |
| | ||||||
* | add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie | Brian Paul | 2005-05-31 | 1 | -0/+57 | |
| | ||||||
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -205/+174 | |
| | | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||||
* | silence warnings | Brian Paul | 2005-02-27 | 1 | -2/+2 | |
| | ||||||
* | More GL_EXT_framebuffer_object: rename some things, added device driver hooks. | Brian Paul | 2005-02-24 | 1 | -85/+163 | |
| | ||||||
* | new comments, fix zoffset error test | Brian Paul | 2005-02-10 | 1 | -3/+36 | |
| | ||||||
* | implement the 'completeness' tests | Brian Paul | 2005-02-09 | 1 | -90/+253 | |
| | ||||||
* | just some comments | Brian Paul | 2005-02-08 | 1 | -0/+7 | |
| | ||||||
* | a bunch of assorted fixes | Brian Paul | 2005-02-08 | 1 | -61/+65 | |
| | ||||||
* | checkpoint latest work | Brian Paul | 2005-02-08 | 1 | -46/+139 | |
| | ||||||
* | additional work on GL_EXT_framebuffer_object | Brian Paul | 2005-02-07 | 1 | -213/+395 | |
| | ||||||
* | Some initial work on GL_EXT_framebuffer_object. | Brian Paul | 2005-02-05 | 1 | -0/+719 | |