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_loopback.c
Age
Commit message (
Expand
)
Author
2010-11-06
mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.
Vinson Lee
2010-10-29
mesa: remove dead code
Brian Paul
2010-10-29
mesa: Fix windows build (uint -> GLuint).
José Fonseca
2010-10-29
Merge branch 'glapi-reorg'
Chia-I Wu
2010-10-28
mesa: implement integer-valued vertex attribute functions
Brian Paul
2010-10-27
mesa: Remove unnecessary glapitable.h includes.
Chia-I Wu
2010-05-25
mesa: new GL 3.0 VertexAttrib commands
Brian Paul
2010-02-25
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2009-09-30
mesa/main: New feature FEATURE_beginend.
Chia-I Wu
2008-10-10
mesa: remove unneeded includes
Brian Paul
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-03-25
Color3iv: set the alpha value to 1.0
Xiang, Haihao
2006-11-21
glTexCoord3dv was not using third coordinate
Sean D'Epagnier
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2004-11-27
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
2004-10-29
VertexAttrib3svNV was incorrect
Brian Paul
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-01-21
don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc
Brian Paul
2003-12-04
Add missing GLAPIENTRY
Karl Schultz
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-08-30
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-05-10
added GL_ARB_vertex_program functions
Brian Paul
2003-04-05
Pass 4th element correctly in loopback_VertexAttrib4svNV
Keith Whitwell
2002-10-29
updated email addresses
Brian Paul
2002-10-17
Add casts to quiet compiler warnings.
Karl Schultz
2002-01-14
Removed api_compat stuff, there's a better way.
Brian Paul
2001-12-21
add _compat_VertexAttrib4fNV
Keith Whitwell
2001-12-20
Further help with dri libGL version skew
Keith Whitwell
2001-12-14
vertex program check-in
Brian Paul
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-11-18
API dispath updates
Brian Paul
2001-09-14
more warning fixes (Karl Schultz)
Brian Paul
2001-05-10
Set 'prefer_float_colors' true, now that tnl uses them natively.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-01-02
missed a few color macro 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-27
map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub)
Brian Paul
2000-11-24
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
New files...
Keith Whitwell