summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-04yet another take on VBO deleting and reference countingBrian Paul
2004-03-03comments, capitalization, misc-clean-upsBrian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-28consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2004-02-24added some const keywordsBrian Paul
2004-02-17added FogOption to fragment_program structBrian Paul
2004-02-17added FixedToDouble() macroBrian Paul
2004-02-08fully parameterize the macros for fixed-point arithmeticBrian Paul
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick
2004-02-06Added flags for _all_ extensions to the gl_extensions struct so that driversBrian Paul
2004-01-28Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macroKeith Whitwell
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-23Change software alpha plane pointers from void* to GLchan*, eliminate some ca...Brian Paul
2004-01-23Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell
2004-01-23Initial support for floating point and signed texture formats.Brian Paul
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-12remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays()Brian Paul
2003-11-29Fix generic/conventional vertex array glitches.Brian Paul
2003-11-25current raster color index should be GLfloatBrian Paul
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-11-21more texture compressionDaniel Borca
2003-11-19Initial checking of new ARB_frag/vertex program parserKarl Rasche
2003-11-12Ville Syrjala's logic op patchBrian Paul
2003-11-10Redo array element checking for vertex array buffers.Brian Paul
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-10-09Eric's mesa-depth32.diffKeith Whitwell
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul
2003-09-18remove MESA_TRACE stuffBrian Paul
2003-09-18removed unused NoRaster and Rendering fields from GLcontextBrian Paul
2003-09-17remove unused Target field from gl_buffer_objectBrian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul