summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: make _mesa_draw_buffers() staticBrian Paul2016-02-241-4/+0
* mesa: make _mesa_draw_buffer() staticBrian Paul2016-02-241-3/+0
* mesa: make _mesa_read_buffer() staticBrian Paul2016-02-241-4/+0
* mesa: use gl_buffer_index in a few placesBrian Paul2016-02-241-1/+2
* main: Add entry point for NamedFramebufferDrawBuffers.Laura Ekstrand2015-05-141-0/+4
* main: Refactor DrawBuffers.Laura Ekstrand2015-05-141-0/+4
* main: Add entry point for NamedFramebufferReadBuffer.Laura Ekstrand2015-05-141-0/+3
* main: Refactor _mesa_ReadBuffer.Laura Ekstrand2015-05-141-1/+6
* main: Add entry point for NamedFramebufferDrawBuffer.Laura Ekstrand2015-05-141-0/+3
* main: Refactor _mesa_DrawBuffer.Laura Ekstrand2015-05-141-0/+4
* main: Refactor _mesa_drawbuffers.Laura Ekstrand2015-05-141-1/+3
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: refactor, create _mesa_update_draw_buffers() helperBrian Paul2011-06-161-0/+4
* mesa: Clean up header file inclusion in buffers.h.Vinson Lee2010-11-071-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-09-211-6/+0
* mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul2008-09-211-4/+0
* mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul2008-09-211-10/+0
* mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-09-211-10/+0
* remove dead code left over after fixing GL_READ/DRAW_BUFFER state issuesBrian2007-08-181-5/+0
* Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...Brian2007-08-161-2/+7
* fix mesa's handling of fbo's / window fb (again)Roland Scheidegger2007-07-191-0/+3
* resize buffers in MakeCurrentKeith Whitwell2006-09-221-0/+2
* Silence minor compiler warnings (-Wextra).Brian Paul2006-04-051-1/+1
* minor clean-upBrian Paul2006-03-291-3/+3
* properly notify driver on scissor change in MakeCurrentKeith Whitwell2005-12-301-0/+3
* Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul2005-09-151-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+4
* Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and doBrian Paul2005-02-261-4/+8
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-0/+3
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-8/+8
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+10
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+4
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+4
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* functions from old glmisc.c fileBrian Paul2000-02-021-0/+55