mesa: increase max texture image units and GLSL samplers to 16
[mesa.git] / src / mesa / main / config.h
2008-12-31 Brian Paulmesa: increase max texture image units and GLSL sampler...
2008-12-31 Brian Paulmesa: increase max constants/uniforms to 256 (vec4...
2008-11-24 Brian Paulmesa: add gl_program::Input/OutputFlags[] array
2008-09-22 Brian Paulmesa: comments about vectors vs components
2008-09-22 Keith Whitwellmesa: refactor: move #define FEATURE flags into new...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-29 Brian Paulmesa: implement grammar/parsing for precision/invariant...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 BrianNew ctx->Driver.Map/UnmapTexture() functions for access...
2007-11-09 Roland Scheideggeralias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianincrease MAX_POINT_SIZE to 60
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-08 Brianremove obsolete comment about max DEFAULT_SOFTWARE_DEPT...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-04-09 Brianenable GLSL 1.20
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Briandefine and use MAX_PROGRAM_ADDRESS_REGS
2007-02-22 Brianadded MAX_PROGRAM_ENV_PARAMS
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-16 Brian PaulInitial implementation work for CAL, RET, and BRA instr...
2006-11-03 Brian Paulreplace CONFIG_H with MESA_CONFIG_H_INCLUDED
2006-08-24 Brian PaulAccording to GL_NV_fragment_program, max frag prog...
2006-08-17 Brian Paulsort the FEATURE_ defines
2006-08-17 Brian Pauladded FEATURE_EXT_timer_query and tests
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-04-04 Michal KrolDefine MAX_VERTEX_ATTRIBS to 16.
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-04 Brian Paulset OLD_RENDERBUFFER=0, need to clean up a few more...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-22 Keith WhitwellUp the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power...
2005-04-15 Brian Paulremove carriage returns
2005-04-14 Michal Kroladd FEATURE_ARB_shading_language_100;
2005-04-01 Brian PaulUse FEATURE_shading_language to control whether the...
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-10-27 Michal Kroladd FEATURE flags for ARB_shader_objects, ARB_vertex_sh...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-05-14 Brian Paulminor doxygen updates
2004-03-26 Brian Paulincrease MAX_TEXTURE_LOD_BIAS to 11.0
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-17 Brian PaulAdded TRIANGLE_WALK_DOUBLE to optionally walk triangle...
2004-01-14 Brian Paulbump MAX_WIDTH/HEIGHT to 4K pixels
2003-11-25 Karl Rascheadded support for generic vertex attributes (ARB_vp...
2003-09-17 Brian Paulfix up FEATURE_* defines
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-18 Brian PaulFix up FEATURE_* defines in config.h
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-05-08 Brian Pauladded comment about MAX_WIDTH and textures
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
2003-02-25 Brian Paulset MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-05 Brian Paulrestore ACCUM_BITS to 16
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-11-28 Brian Paulupdated comment about CHAN_BITS
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-05-14 Brian PaulNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes...
2001-05-14 Brian Paulchanged MAX_HEIGHT to 2048
2001-04-26 Brian PaulAdded Makefile support for building libOSMesa16.so...
next