summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick1-17/+39
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal1-2/+7
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-2/+2
2009-06-08mesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256Brian Paul1-2/+2
2009-05-22mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul1-1/+0
2009-05-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul1-1/+1
2009-05-08mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul1-1/+1
2009-03-24mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)Alan Hourihane1-1/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+2
2009-03-02mesa: remove unused AUX buffersBrian Paul1-1/+1
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-4/+1
2009-02-18mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul1-1/+1
2009-02-13i965: Eric Anholt's patch for bumping up texture sizesRobert Ellison1-4/+4
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul1-26/+27
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-26/+27
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul1-2/+2
2008-12-30mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul1-2/+2
2008-11-24Merge commit 'origin/master' into gallium-0.2Brian Paul1-0/+2
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul1-0/+2
2008-09-26mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul1-3/+1
2008-09-21mesa: comments about vectors vs componentsBrian Paul1-2/+2
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-35/+4
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-37/+6
2008-07-29mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul1-0/+1
2008-07-14mesa: comments about vectors vs componentsBrian Paul1-2/+2
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul1-34/+4
2008-05-18alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul1-19/+20
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul1-0/+1
2007-11-29New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian1-1/+1
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger1-19/+20
2007-10-26Re-implement GLSL texture sampler variables.Brian1-0/+1
2007-06-28increase MAX_POINT_SIZE to 60Brian1-1/+1
2007-06-08remove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITSBrian1-6/+3
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-0/+3
2007-04-08enable GLSL 1.20Brian1-0/+1
2007-03-11Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian1-1/+1
2007-02-25define and use MAX_PROGRAM_ADDRESS_REGSBrian1-0/+1
2007-02-22added MAX_PROGRAM_ENV_PARAMSBrian1-0/+1
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian1-7/+3
2006-11-16Initial implementation work for CAL, RET, and BRA instructions for fragmentBrian Paul1-0/+1
2006-11-03replace CONFIG_H with MESA_CONFIG_H_INCLUDEDBrian Paul1-4/+4
2006-08-24According to GL_NV_fragment_program, max frag prog length is 1024 instructions.Brian Paul1-1/+1
2006-08-17sort the FEATURE_ definesBrian Paul1-12/+14
2006-08-17added FEATURE_EXT_timer_query and testsBrian Paul1-0/+1
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul1-1/+2
2006-04-13Fix comment about MaxTextureUnits, needs to be min of coord and image units.Brian Paul1-1/+5
2006-04-04Define MAX_VERTEX_ATTRIBS to 16.Michal Krol1-2/+3
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul1-0/+1
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul1-1/+1
2005-09-21Remove ACCUM_BITS.Brian Paul1-4/+0