summaryrefslogtreecommitdiff
path: root/src/mesa/main/multisample.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mesa: use float to silence MSVC warning in _mesa_GetMultisamplefv()Brian Paul1-1/+1
2013-11-01mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat1-0/+18
2013-07-12mesa: add casts to fix MSVC warnings in multisample.cBrian Paul1-2/+3
2013-06-19mesa: wrap comments, code to 78 columns in multisample.cBrian Paul1-6/+11
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
2013-04-10mesa: update derived framebuffer state in GetMultisamplefvMarek Olšák1-0/+5
2013-03-24mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes1-3/+26
2013-03-24mesa: helper for checking renderbuffer sample countChris Forbes1-0/+54
2013-03-02mesa: implement sample maskChris Forbes1-2/+18
2013-03-02mesa: implement GetMultisamplefvChris Forbes1-2/+23
2013-03-02glapi: add ARB_texture_multisampleChris Forbes1-0/+15
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-1/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick1-5/+0
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-0/+66