summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_noop.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-21mesa: plug in primitive restart functionBrian Paul
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
2009-05-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul
2006-04-11More GLSL code:Michal Krol
2005-12-14Fix typo.Keith Whitwell
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-04-18s/NORMAL/FOG/ (J.P. Delport)Brian Paul
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-02-24jump through dispatch table instead of calling gl functions directlyBrian Paul
2004-02-24glDrawArrays loop was wrongBrian Paul
2003-12-04Add missing GLAPIENTRYKarl Schultz
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-04-09bring in changes from dri tcl branchKeith Whitwell
2001-12-14vertex program check-inBrian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-20Make COPY_FLOAT available to a wider audience.Gareth Hughes
2001-03-07Add missing copy in _mesa_noop_Color4fv().Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24New files...Keith Whitwell