summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/multisample.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Additional FlipY applicationsFritz Koenig2018-09-171-2/+2
* mesa: add functional FBO changes for AMD_framebuffer_multisample_advancedMarek Olšák2018-08-041-0/+52
* mesa: add storageSamples parameter to renderbuffer functionsMarek Olšák2018-08-041-1/+2
* mesa: add support for ARB_sample_locationsRhys Perry2018-06-141-0/+18
* mesa: Make numSamples an unsigned intGert Wollny2018-01-191-1/+1
* mesa: init more msaa fieldsBrian Paul2017-08-031-0/+2
* mesa: add KHR_no_error support to glMinSampleShading()Samuel Pitoiset2017-07-311-0/+7
* mesa: add min_sample_shading() helperSamuel Pitoiset2017-07-311-9/+15
* mesa: add KHR_no_error support to glSampleMaski()Samuel Pitoiset2017-07-311-0/+7
* mesa: add sample_maski() helperSamuel Pitoiset2017-07-311-6/+12
* mesa: don't flag _NEW_MULTISAMPLE for st/mesaMarek Olšák2017-06-221-3/+7
* mesa: only emit _NEW_MULTISAMPLE when min sample shading changesSamuel Pitoiset2017-06-061-3/+6
* mesa: only emit _NEW_MULTISAMPLE when sample mask changesSamuel Pitoiset2017-06-061-0/+3
* mesa: only emit _NEW_MULTISAMPLE when coverage parameters changeSamuel Pitoiset2017-06-061-3/+7
* 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