summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Remove recent texobj refcount debug/logging code.Brian1-13/+2
2007-08-15log deleting/binding of FBOsBrian1-2/+16
2007-08-14added some temporary texobj ref counting debug outputBrian1-2/+2
2007-08-13Implement mutex/locking around texture object reference counting.Brian1-13/+9
2007-05-15Bring framebuffer_texture's error checking more in-line with the spec.Ian Romanick1-68/+61
2007-04-02use _mesa_reference_renderbuffer() in a few more placesBrian1-12/+2
2007-03-25Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian1-13/+9
2007-03-06explicit calls to _mesa_unreference_framebuffer() not always needed nowBrian1-2/+0
2007-03-06Fix/improve framebuffer object reference counting.Brian1-22/+10
2007-03-01move oldFb decl into tighter scopesBrian1-3/+3
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-1/+5
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-0/+1
2006-09-22Flush driver, not just tnl module.Keith Whitwell1-0/+26
2006-05-20use new _mesa_dereference_frame/renderbuffer() functionsBrian Paul1-26/+5
2006-04-13casts to fix some -pedantic warningsBrian Paul1-6/+8
2006-04-05Remove the code that checks for duplicated framebuffer attachments (whichBrian Paul1-21/+1
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul1-4/+5
2006-03-28update conditional for render to GL_DEPTH_STENCIL texture, check for valid te...Brian Paul1-3/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-169/+177
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul1-21/+23
2006-03-20additional assertions and debug code for testing FBO completenessBrian Paul1-1/+31
2006-03-15sync with texmem branchBrian Paul1-3/+10
2006-03-07call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() ...Brian Paul1-1/+6
2006-03-01remove temporary tokens, more error checks for blit functionBrian Paul1-12/+39
2005-12-01Added FinishRenderTexture() device driver function to indicate whenBrian Paul1-17/+58
2005-11-18In _mesa_RenderbufferStorageEXT(), try to avoid needless reallocation.Brian Paul1-43/+13
2005-11-16Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul1-17/+19
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul1-25/+184
2005-10-08Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,Brian Paul1-13/+23
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-3/+5
2005-10-04check if deleting currently bound frame/renderbuffer objectBrian Paul1-1/+16
2005-10-04fix behaviour of glIsFrame/Renderbuffer()Brian Paul1-8/+12
2005-10-03added a few calls to _mesa_update_framebuffer_visual()Brian Paul1-0/+4
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-9/+42
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul1-6/+6
2005-09-07new commentBrian Paul1-0/+1
2005-09-06minor formatting fixBrian Paul1-2/+1
2005-06-07fix GL_ALPHA render-to-texture problem (Jon Smirl)Brian Paul1-0/+4
2005-06-01added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT errorBrian Paul1-3/+18
2005-05-31add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querieBrian Paul1-0/+57
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-205/+174
2005-02-27silence warningsBrian Paul1-2/+2
2005-02-24More GL_EXT_framebuffer_object: rename some things, added device driver hooks.Brian Paul1-85/+163
2005-02-10new comments, fix zoffset error testBrian Paul1-3/+36
2005-02-09implement the 'completeness' testsBrian Paul1-90/+253
2005-02-08just some commentsBrian Paul1-0/+7
2005-02-08a bunch of assorted fixesBrian Paul1-61/+65
2005-02-08checkpoint latest workBrian Paul1-46/+139
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul1-213/+395
2005-02-05Some initial work on GL_EXT_framebuffer_object.Brian Paul1-0/+719