summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-24mesa: make _mesa_draw_buffers() staticBrian Paul1-4/+0
2016-02-24mesa: make _mesa_draw_buffer() staticBrian Paul1-3/+0
2016-02-24mesa: make _mesa_read_buffer() staticBrian Paul1-4/+0
2016-02-24mesa: use gl_buffer_index in a few placesBrian Paul1-1/+2
2015-05-14main: Add entry point for NamedFramebufferDrawBuffers.Laura Ekstrand1-0/+4
2015-05-14main: Refactor DrawBuffers.Laura Ekstrand1-0/+4
2015-05-14main: Add entry point for NamedFramebufferReadBuffer.Laura Ekstrand1-0/+3
2015-05-14main: Refactor _mesa_ReadBuffer.Laura Ekstrand1-1/+6
2015-05-14main: Add entry point for NamedFramebufferDrawBuffer.Laura Ekstrand1-0/+3
2015-05-14main: Refactor _mesa_DrawBuffer.Laura Ekstrand1-0/+4
2015-05-14main: Refactor _mesa_drawbuffers.Laura Ekstrand1-1/+3
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-1/+1
2011-06-16mesa: refactor, create _mesa_update_draw_buffers() helperBrian Paul1-0/+4
2010-11-07mesa: Clean up header file inclusion in buffers.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-6/+0
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul1-4/+0
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul1-10/+0
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-10/+0
2007-08-18remove dead code left over after fixing GL_READ/DRAW_BUFFER state issuesBrian1-5/+0
2007-08-16Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...Brian1-2/+7
2007-07-19fix mesa's handling of fbo's / window fb (again)Roland Scheidegger1-0/+3
2006-09-22resize buffers in MakeCurrentKeith Whitwell1-0/+2
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul1-1/+1
2006-03-29minor clean-upBrian Paul1-3/+3
2005-12-30properly notify driver on scissor change in MakeCurrentKeith Whitwell1-0/+3
2005-09-15Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul1-2/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-3/+4
2005-02-26Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and doBrian Paul1-4/+8
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-0/+3
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-8/+8
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+10
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-1/+4
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul1-1/+4
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-02-02functions from old glmisc.c fileBrian Paul1-0/+55