summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/multisample.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add GL_OES_sample_shading supportIlia Mirkin2016-03-301-1/+2
* mesa/multisample: Check sample count using the new driver hookEduardo Lima Mitev2016-03-031-4/+9
* mesa: move non-generic samples validationTimothy Arceri2015-08-181-9/+0
* mesa/es3.1: Pass sample count check for multisampled texturesMarta Lofstedt2015-08-101-1/+4
* mesa: Avoid double promotion.Matt Turner2015-07-291-2/+2
* main: fix the validation of the number of samplesMartin Peres2015-03-251-0/+9
* mesa: Adds missing error condition in _mesa_check_sample_count()Eduardo Lima Mitev2015-02-231-3/+4
* mesa: Adds check for integer internal format and num samples in glRenderbuffe...Eduardo Lima Mitev2015-02-191-0/+10
* mesa: use float to silence MSVC warning in _mesa_GetMultisamplefv()Brian Paul2014-07-091-1/+1
* mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat2013-11-011-0/+18
* mesa: add casts to fix MSVC warnings in multisample.cBrian Paul2013-07-121-2/+3
* mesa: wrap comments, code to 78 columns in multisample.cBrian Paul2013-06-191-6/+11
* 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: update derived framebuffer state in GetMultisamplefvMarek Olšák2013-04-101-0/+5
* 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