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
/
eval.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-02-25
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-19
mesa: replace old MEMSET macro with memset
Brian Paul
2009-09-30
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-01-05
minor clean-ups
Brian Paul
2002-01-05
infrastructure for vertex program attribute evaluators
Brian Paul
2001-09-18
compiler warnings
Karl Schultz
2001-05-16
generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-10-28
New colormac.h file for color-related macros.
Brian Paul
2000-09-11
Removed immediate struct's maybe_transform_vb pointer.
Brian Paul
2000-07-20
fix for eval regression
Keith Whitwell
2000-07-17
Fix for gloss and sgl eval bugs.
Keith Whitwell
2000-01-13
clean up of eval_coord1/2f()
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
header includes clean-up (Daryll)
Brian Paul
1999-10-19
Changes to reduce the memory footprint of display lists
Keith Whitwell
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-08-19
Initial revision
jtg