index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-5
/
+5
*
mesa: trim down some #includes
Brian Paul
2014-09-10
1
-1
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
Brian Paul
2013-05-02
1
-9
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
1
-3
/
+8
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-10
/
+0
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
1
-22
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-14
/
+14
*
mesa: Remove support for NV_vertex_program's attribute evaluation.
Eric Anholt
2012-10-15
1
-66
/
+0
*
mesa: remove FEATURE_evaluators define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-8
/
+8
*
mesa: add missing return statements after recording errors
Brian Paul
2012-09-03
1
-0
/
+2
*
mesa: remove null pointer checks before free() calls
Brian Paul
2012-09-03
1
-44
/
+24
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-22
/
+22
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
1
-8
/
+8
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-3
/
+92
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
1
-2
/
+2
*
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
2009-09-30
1
-11
/
+50
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-11
/
+11
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-4
/
+169
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-11
/
+10
*
Header file clean-up:
Brian Paul
2002-10-24
1
-6
/
+2
*
minor clean-ups
Brian Paul
2002-01-05
1
-12
/
+14
*
infrastructure for vertex program attribute evaluators
Brian Paul
2002-01-05
1
-823
/
+255
*
compiler warnings
Karl Schultz
2001-09-18
1
-36
/
+37
*
generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]
Brian Paul
2001-05-16
1
-1
/
+13
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-9
/
+5
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-38
/
+38
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-287
/
+70
*
Committing in .
Jouk Jansen
2000-11-22
1
-12
/
+12
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-1396
/
+1
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-3
/
+9
*
More GLchan color channel changes.
Brian Paul
2000-10-29
1
-1
/
+2
*
New colormac.h file for color-related macros.
Brian Paul
2000-10-28
1
-4
/
+5
*
Removed immediate struct's maybe_transform_vb pointer.
Brian Paul
2000-09-11
1
-5
/
+5
*
fix for eval regression
Keith Whitwell
2000-07-20
1
-5
/
+6
*
Fix for gloss and sgl eval bugs.
Keith Whitwell
2000-07-17
1
-12
/
+34
*
clean up of eval_coord1/2f()
Brian Paul
2000-01-13
1
-10
/
+12
*
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-11
1
-164
/
+343
*
header includes clean-up (Daryll)
Brian Paul
1999-11-08
1
-4
/
+1
*
Changes to reduce the memory footprint of display lists
Keith Whitwell
1999-10-19
1
-74
/
+112
*
removed GL_ prefix from memory macros
Brian Paul
1999-10-13
1
-28
/
+28
[next]