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
/
feedback.c
Age
Commit message (
Expand
)
Author
2009-09-30
mesa/main: Make FEATURE_feedback follow feature conventions.
Chia-I Wu
2009-03-17
mesa: update/fix doxygen comments
Vinson Lee
2009-02-28
mesa: convert macro to inline function
Brian Paul
2009-02-28
mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function
Brian Paul
2009-02-28
mesa: comments, whitespace, reformatting
Brian Paul
2009-02-28
mesa: remove dead code
Brian Paul
2004-02-17
some debug code
Brian Paul
2003-11-25
current raster color index should be GLfloat
Brian Paul
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-06-15
added missing ctx parameter to _mesa_debug() calls
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2001-03-29
Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.
Keith Whitwell
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
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-14
Fixed conform feedback and drawelements tests.
Keith Whitwell
2001-01-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-05
- Changes for new software rasterizer modules
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-28
New colormac.h file for color-related macros.
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-05-09
removed printf
Brian Paul
2000-03-03
runtime selectable depth buffer depth
Brian Paul
2000-01-25
fixed VB->IndexPtr==NULL bug (Richard Guenther)
Brian Paul
2000-01-17
Z values were wrong in selection mode (Holger Waechtler), misc clean-up
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-09-19
More Win32 build compliance fixups
Ted Jump
1999-09-18
Large patch:
Keith Whitwell
1999-08-19
Initial revision
jtg