summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/multisample.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes2013-03-241-3/+26
* mesa: helper for checking renderbuffer sample countChris Forbes2013-03-241-0/+54
* mesa: implement sample maskChris Forbes2013-03-021-2/+18
* mesa: implement GetMultisamplefvChris Forbes2013-03-021-2/+23
* glapi: add ARB_texture_multisampleChris Forbes2013-03-021-0/+15
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-5/+0
* mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-09-211-0/+66