Initial implementation of MESA_texture_array
[mesa.git] / src / mesa / main / config.h
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...
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-26 Brian Paulclarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value
2000-10-18 Brian PaulMore fixes for MAX_TEXTURE_UNITS > 2. Seems to work...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-21 Brian Paulincreased max convolution filter size
2000-07-05 Brian Paulchanged MAX_WIDTH to 2048 to handle 2K textures
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Paulinitial histogram and min/max work
2000-03-16 Keith Whitwellfix for tristrip bug and unfilled quad/polygon bug
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-21 Brian Pauladded CHAN_MAX, CHAN_MAXF
2000-02-03 Brian Pauladded SUB_PIXEL_BITS
next