summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
Commit message (Collapse)AuthorAgeFilesLines
* strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson2005-07-161-5/+0
| | | | modular X build
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-011-3/+2
| | | | | Now, OLD_RENDERBUFFER marks code that needs to eventually be removed when all the drivers are updated to no longer need the SetBuffer() function.
* set OLD_RENDERBUFFER=0, need to clean up a few more things before totally ↵Brian Paul2005-06-041-1/+1
| | | | removing that
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-4/+9
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* Up the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power of two.Keith Whitwell2005-04-221-2/+2
|
* remove carriage returnsBrian Paul2005-04-151-14/+14
|
* add FEATURE_ARB_shading_language_100;Michal Krol2005-04-141-5/+15
| | | | | remove FEATURE_shading_language; add ARB_fragment/vertex_shader max values
* Use FEATURE_shading_language to control whether the shading languageBrian Paul2005-04-011-0/+4
| | | | | compiler is hooked in. May be enabled on compiler command line by setting -DFEATURE_shading_lanuage=1.
* additional work on GL_EXT_framebuffer_objectBrian Paul2005-02-071-0/+6
|
* Some initial work on GL_EXT_framebuffer_object.Brian Paul2005-02-051-1/+1
|
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+1
| | | | no error detection, slow, may not be 100% correct but a good start
* add FEATURE flags for ARB_shader_objects, ARB_vertex_shader andMichal Krol2004-10-271-0/+3
| | | | ARB_fragment_shader
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-0/+15
|
* Update the doxygen configuration file.Jose Fonseca2004-09-091-2/+0
| | | | Minor updates/fixes to the source documentation.
* minor doxygen updatesBrian Paul2004-05-141-0/+3
|
* increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul2004-03-261-2/+2
|
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
| | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-0/+1
| | | | | Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet.
* Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoublesBrian Paul2004-02-171-9/+24
| | | | instead of GLfixed. (Justin Novosad)
* bump MAX_WIDTH/HEIGHT to 4K pixelsBrian Paul2004-01-141-4/+4
|
* added support for generic vertex attributes (ARB_vp) and their error checkingKarl Rasche2003-11-251-0/+1
|
* fix up FEATURE_* definesBrian Paul2003-09-171-21/+14
|
* Some work on ARB_vertex_buffer_object.Brian Paul2003-09-151-0/+1
| | | | Use GL_CLIENT_ACTIVE_TEXTURE when returning texcoord array values in get.c
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-0/+1
| | | | debugging extension.
* Fix up FEATURE_* defines in config.hBrian Paul2003-07-181-9/+5
| | | | _glapi_add_entrypoint() updates in context.c
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-53/+82
|
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-0/+1
|
* added comment about MAX_WIDTH and texturesBrian Paul2003-05-081-1/+1
|
* minor re-org of program matrix, program local parameter limitsBrian Paul2003-04-181-4/+7
|
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-171-0/+8
|
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-0/+5
|
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-3/+1
| | | | | and depth checks are done via ctx->Driver.TestProxyTexImage(). This allows more flexiblity, like supporting larger, non-cubic 3D textures.
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-1/+2
|
* set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3Brian Paul2003-02-251-2/+2
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-3/+28
| | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-1/+8
|
* restore ACCUM_BITS to 16Brian Paul2002-10-051-2/+2
|
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-3/+6
| | | | | | | | | Replace struct gl_texure_object's Dimension w/ Target field. Added _EnabledUnits to struct gl_texture_attrib - the _ReallyEnabled field is obsolete, but still present for now. This effectively removes the 8-texture units limit, 32 units now possible, but unlikely! New TEXTURE_1D/2D/3D/CUBE/RECT_BIT tokens for unit->_ReallyEnabled field. Updated device drivers to use ctx->Texture._EnabledUnits.
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
| | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes.
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-2/+2
|
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-1/+5
| | | | | | Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates).
* updated comment about CHAN_BITSBrian Paul2001-11-281-3/+3
|
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-061-1/+4
|
* Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul2001-07-161-1/+3
|
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-2/+2
|
* Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul2001-06-131-2/+8
|
* New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul2001-05-141-32/+2
| | | | IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h
* changed MAX_HEIGHT to 2048Brian Paul2001-05-141-2/+2
|
* Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul2001-04-261-1/+3
| | | | for 16-bit color channels, using the OSMesa driver.
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-1/+4
| | | | | FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic.