index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
api_noop.c
Age
Commit message (
Expand
)
Author
2009-09-08
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-01
mesa: Make MultiDrawElements submit multiple primitives at once.
Eric Anholt
2009-05-22
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
Brian Paul
2008-09-21
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2006-10-30
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-20
Make most of the _mesa_noop_*() functions static.
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2005-12-14
Fix typo.
Keith Whitwell
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-04-18
s/NORMAL/FOG/ (J.P. Delport)
Brian Paul
2004-11-27
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-04-23
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-02-24
jump through dispatch table instead of calling gl functions directly
Brian Paul
2004-02-24
glDrawArrays loop was wrong
Brian Paul
2003-12-04
Add missing GLAPIENTRY
Karl Schultz
2003-11-25
Remove unnecessary usage of __FUNCTION__.
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-08-05
Store material attributes in an Attrib[] style array. This is a
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-05-30
Added support for NV_light_max_exponent.
Ian Romanick
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2001-12-14
vertex program check-in
Brian Paul
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-03-20
Make COPY_FLOAT available to a wider audience.
Gareth Hughes
2001-03-07
Add missing copy in _mesa_noop_Color4fv().
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-24
New files...
Keith Whitwell