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
/
tnl
Age
Commit message (
Expand
)
Author
2004-04-05
Committing in .
Jouk Jansen
2004-04-02
fix bad array indexing in _save_current_init() that caused context state to g...
Brian Paul
2004-04-02
got rid of the notify routine as intermediate step
Daniel Borca
2004-04-02
disabled naughty cheats and protected the choosers behind AllowCodeGen
Daniel Borca
2004-04-02
added codegen'ed choosers
Daniel Borca
2004-04-01
Rename _x86_ symbols to avoid conflict with r200 driver
Keith Whitwell
2004-04-01
Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
Keith Whitwell
2004-04-01
Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This
Felix Kuehling
2004-04-01
codegen'ed versions of the 2nd level dispatch
Daniel Borca
2004-03-31
fine-tuning x86 gcc codegen
Daniel Borca
2004-03-31
dynfn --> _tnl_dynfn
Keith Whitwell
2004-03-30
Add #ifdef protection around the file to prevent DRI build breakage.
Ian Romanick
2004-03-29
new files
Keith Whitwell
2004-03-29
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Keith Whitwell
2004-03-15
Sketch of codegen templates for t_vtx_api.c, not complete
Keith Whitwell
2004-03-15
Streamline the error path in VertexAttrib functions. Makes things
Keith Whitwell
2004-03-13
Added some comments. Minor const, int->GLint type changes, etc.
Brian Paul
2004-03-01
Fix calling fallback_drawarrays() with the wrong arguments
Roland Scheidegger
2004-03-01
Inline get_size as an interim measure to get rid of function call overhead.
Michel Dänzer
2004-02-26
check for invalid vertex/fragment program in glBegin
Brian Paul
2004-02-26
fix another glDrawArrays indexing bug, jump through _glapi_Dispatch functions
Brian Paul
2004-02-25
use ABS(Z) when computing blend factors
Brian Paul
2004-02-24
turns out we probably need a _tnl_allow_pixel_fog() function afterall
Brian Paul
2004-02-24
glDrawArrays loop was wrong
Brian Paul
2004-02-17
A few more tweaks to fog code.
Brian Paul
2004-02-17
A bit of an overhaul of the fog code.
Brian Paul
2004-02-16
Add _tnl_set_attr() to complement existing get_attr() call.
Keith Whitwell
2004-02-13
new comments, rename some stuff
Brian Paul
2004-01-31
minor #ifdef fix
Brian Paul
2004-01-31
added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...
Brian Paul
2004-01-31
don't call gl functions directly, jump through _glapi_Dispatch table
Brian Paul
2004-01-30
Fix extract_3f_xyw().
Keith Whitwell
2004-01-27
Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()
Keith Whitwell
2004-01-26
Fix for recursion in generic_copy_pv_extras.
Keith Whitwell
2004-01-26
replace MALLOC w/ CALLOC to silence valgrind warnings
Brian Paul
2004-01-21
Another mechanism to create vertices with holes - a new EMIT_PAD style
Keith Whitwell
2004-01-19
some more count vs. end confusion
Keith Whitwell
2004-01-15
add casts to quiet compiler warnings
Karl Schultz
2004-01-15
Cosmetic changes.
Brian Paul
2004-01-14
added blurb about NVIDIA extensions
Brian Paul
2004-01-14
Fix up more confusions with count vs end in array functions
Keith Whitwell
2004-01-13
silence compiler warnings
Karl Schultz
2004-01-13
remove unused variable
Karl Schultz
2004-01-13
add t_vertex.c to project
Karl Schultz
2004-01-12
Don't call _tnl_draw_range_elements() unless start == 0.
Keith Whitwell
2004-01-09
Change < to <= when testing counts against ctx->Const.MaxArrayLockSize,
Brian Paul
2004-01-08
Committing in .
Jouk Jansen
2004-01-08
Perform check for dstclip[3] == 0.
Keith Whitwell
2004-01-08
keeping things safe: sanity check back
Daniel Borca
2004-01-08
removed unnecessary (now) sanity check
Daniel Borca
[prev]
[next]