summaryrefslogtreecommitdiff
path: root/src/mesa/main/multisample.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't flag _NEW_MULTISAMPLE for st/mesaMarek Olšák1-3/+7
2017-06-06mesa: only emit _NEW_MULTISAMPLE when min sample shading changesSamuel Pitoiset1-3/+6
2017-06-06mesa: only emit _NEW_MULTISAMPLE when sample mask changesSamuel Pitoiset1-0/+3
2017-06-06mesa: only emit _NEW_MULTISAMPLE when coverage parameters changeSamuel Pitoiset1-3/+7
2016-03-30mesa: add GL_OES_sample_shading supportIlia Mirkin1-1/+2
2016-03-03mesa/multisample: Check sample count using the new driver hookEduardo Lima Mitev1-4/+9
2015-08-18mesa: move non-generic samples validationTimothy Arceri1-9/+0
2015-08-10mesa/es3.1: Pass sample count check for multisampled texturesMarta Lofstedt1-1/+4
2015-07-29mesa: Avoid double promotion.Matt Turner1-2/+2
2015-03-25main: fix the validation of the number of samplesMartin Peres1-0/+9
2015-02-23mesa: Adds missing error condition in _mesa_check_sample_count()Eduardo Lima Mitev1-3/+4
2015-02-19mesa: Adds check for integer internal format and num samples in glRenderbuffe...Eduardo Lima Mitev1-0/+10
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