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_arrayelt.c
Age
Commit message (
Expand
)
Author
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-04-23
GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)
Brian Paul
2004-03-26
fix some warnings
Brian Paul
2004-02-24
fix incorrect texcoord attribute index
Brian Paul
2004-02-24
added some GLAPIENTRY keywords, minor clean-ups
Brian Paul
2004-02-24
Yet another revision of _ae_update_state(). Issue both conventional AND
Brian Paul
2004-02-11
Fix the problem found with UT after I had added support for glVertexAttrib.
Brian Paul
2004-02-11
revert to version 1.18 for now to fix segfaults in some applications
Roland Scheidegger
2004-02-09
Restore some of the previous code for handling conventional vertex attributes
Brian Paul
2004-02-08
Updated to handle generic vertex attributes accessed vi glArrayElement().
Brian Paul
2004-01-28
Add GLAPIENTRY function decorations for correct operation on Windows.
Karl Schultz
2003-12-04
Add missing GLAPIENTRY
Karl Schultz
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-09-17
GL_ARB_vertex_buffer_object working now, at least for non-indexed
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-05-01
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-04-19
added some casts
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-01-14
Removed api_compat stuff, there's a better way.
Brian Paul
2001-12-28
Remove warnings about the difference between function pointers and
Gareth Hughes
2001-12-20
Further help with dri libGL version skew
Keith Whitwell
2001-06-01
Working implementation of glArrayElt that decomposes to regular
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2000-12-26
Major rework of tnl module
Keith Whitwell