summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák2012-06-281-0/+1
* mesa: add infrastructure for GL_ARB_debug_outputnobled2012-03-101-0/+6
* mesa: move more swrast-related #defines out of core MesaBrian Paul2012-02-241-40/+0
* mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul2012-02-241-9/+4
* mesa: remove some cruft from config.hBrian Paul2012-02-241-16/+1
* mesa: minor comment clean-ups in config.hBrian Paul2012-02-241-4/+4
* mesa: remove WIN32 MAX_WIDTH work-around in config.hBrian Paul2012-02-241-17/+0
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-201-1/+1
* Increase MAX_CLIP_PLANES to 8Paul Berry2011-09-201-2/+5
* mesa: bump max program local params, max uniforms limitBrian Paul2011-08-311-2/+2
* mesa: Temporary hack to prevent stack overflow on windowsJosé Fonseca2010-12-021-0/+17
* mesa: raise max texture sizes to 16KBrian Paul2010-12-021-7/+10
* mesa: fix comment typoBrian Paul2010-08-101-1/+1
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+9
* mesa: increase MAX_DRAW_BUFFERS to 8Brian Paul2010-05-031-1/+1
* mesa: initial data structures for transform feedbackBrian Paul2010-03-301-0/+5
* mesa: Fix default (swrast) GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS.Eric Anholt2009-12-101-1/+2
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* ARB prog: Change handling of program parameter limitsIan Romanick2009-08-261-17/+39
* Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal2009-08-141-2/+7
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-2/+2
|\
| * mesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256Brian Paul2009-06-081-2/+2
* | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-221-1/+0
* | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-05-221-1/+1
* | mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul2009-05-081-1/+1
|/
* mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)Alan Hourihane2009-03-241-1/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+2
* mesa: remove unused AUX buffersBrian Paul2009-03-021-1/+1
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-4/+1
* mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul2009-02-181-1/+1
* i965: Eric Anholt's patch for bumping up texture sizesRobert Ellison2009-02-131-4/+4
* Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-021-26/+27
|\
| * mesa: increase max texture image units and GLSL samplers to 16Brian Paul2008-12-311-26/+27
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-301-2/+2
|\|
| * mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul2008-12-301-2/+2
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-241-0/+2
|\|
| * mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul2008-11-241-0/+2
| * mesa: comments about vectors vs componentsBrian Paul2008-09-211-2/+2
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-35/+4
* | mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul2008-09-261-3/+1
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-37/+6
|\ \ | |/ |/|
| * mesa: comments about vectors vs componentsBrian Paul2008-07-141-2/+2
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-34/+4
| * alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul2008-05-181-19/+20
| * Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+1
* | mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-291-0/+1
* | Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul2008-05-141-0/+1
* | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian2007-11-291-1/+1
* | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger2007-11-091-19/+20
|/
* increase MAX_POINT_SIZE to 60Brian2007-06-281-1/+1