index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
Commit message (
Expand
)
Author
Age
Files
Lines
*
bring over build fixes from stable branch
Alan Hourihane
2004-04-26
2
-22
/
+27
*
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-23
13
-42
/
+44
*
Fix order of EMIT_4UB_4F declarations
Keith Whitwell
2004-04-22
1
-2
/
+4
*
Fix up some assorted issues with initialization of vertex program registers.
Brian Paul
2004-04-21
1
-5
/
+8
*
Simplify last fix slightly, apply to vtx paths as well.
Keith Whitwell
2004-04-20
2
-8
/
+10
*
When upgrading copied vertices, distinguish between an attribute
Keith Whitwell
2004-04-20
1
-5
/
+14
*
Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.
Keith Whitwell
2004-04-16
1
-12
/
+12
*
updated Glide driver documentation
Daniel Borca
2004-04-13
4
-283
/
+464
*
Missed one with the last commit.
Ian Romanick
2004-04-12
1
-0
/
+2
*
Conditionally compile code for x86 specific TNL codegen. This fixes problem
Ian Romanick
2004-04-12
1
-0
/
+6
*
use # comments instead of //, etc (
[email protected]
)
Brian Paul
2004-04-07
1
-100
/
+100
*
revived linux-glide build process
Daniel Borca
2004-04-07
1
-2
/
+2
*
Committing in .
Jouk Jansen
2004-04-05
1
-68
/
+68
*
protected all codegen behind AllowCodegen
Daniel Borca
2004-04-05
3
-10
/
+9
*
Committing in .
Jouk Jansen
2004-04-05
1
-66
/
+68
*
fix bad array indexing in _save_current_init() that caused context state to g...
Brian Paul
2004-04-02
1
-4
/
+5
*
got rid of the notify routine as intermediate step
Daniel Borca
2004-04-02
2
-17
/
+37
*
disabled naughty cheats and protected the choosers behind AllowCodeGen
Daniel Borca
2004-04-02
3
-3
/
+5
*
added codegen'ed choosers
Daniel Borca
2004-04-02
6
-75
/
+171
*
Rename _x86_ symbols to avoid conflict with r200 driver
Keith Whitwell
2004-04-01
1
-29
/
+29
*
Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
Keith Whitwell
2004-04-01
1
-33
/
+30
*
Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This
Felix Kuehling
2004-04-01
1
-0
/
+5
*
codegen'ed versions of the 2nd level dispatch
Daniel Borca
2004-04-01
5
-12
/
+101
*
fine-tuning x86 gcc codegen
Daniel Borca
2004-03-31
2
-20
/
+35
*
dynfn --> _tnl_dynfn
Keith Whitwell
2004-03-31
4
-28
/
+28
*
Add #ifdef protection around the file to prevent DRI build breakage.
Ian Romanick
2004-03-30
1
-0
/
+2
*
new files
Keith Whitwell
2004-03-29
2
-0
/
+710
*
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Keith Whitwell
2004-03-29
5
-642
/
+492
*
Sketch of codegen templates for t_vtx_api.c, not complete
Keith Whitwell
2004-03-15
1
-0
/
+242
*
Streamline the error path in VertexAttrib functions. Makes things
Keith Whitwell
2004-03-15
2
-55
/
+79
*
Added some comments. Minor const, int->GLint type changes, etc.
Brian Paul
2004-03-13
2
-28
/
+43
*
Fix calling fallback_drawarrays() with the wrong arguments
Roland Scheidegger
2004-03-01
1
-2
/
+2
*
Inline get_size as an interim measure to get rid of function call overhead.
Michel Dänzer
2004-03-01
2
-2
/
+2
*
check for invalid vertex/fragment program in glBegin
Brian Paul
2004-02-26
1
-0
/
+9
*
fix another glDrawArrays indexing bug, jump through _glapi_Dispatch functions
Brian Paul
2004-02-26
1
-8
/
+8
*
use ABS(Z) when computing blend factors
Brian Paul
2004-02-25
1
-4
/
+4
*
turns out we probably need a _tnl_allow_pixel_fog() function afterall
Brian Paul
2004-02-24
3
-1
/
+15
*
glDrawArrays loop was wrong
Brian Paul
2004-02-24
1
-2
/
+2
*
A few more tweaks to fog code.
Brian Paul
2004-02-17
1
-6
/
+7
*
A bit of an overhaul of the fog code.
Brian Paul
2004-02-17
4
-40
/
+74
*
Add _tnl_set_attr() to complement existing get_attr() call.
Keith Whitwell
2004-02-16
2
-5
/
+31
*
new comments, rename some stuff
Brian Paul
2004-02-13
1
-6
/
+13
*
minor #ifdef fix
Brian Paul
2004-01-31
1
-1
/
+1
*
added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...
Brian Paul
2004-01-31
6
-7
/
+8
*
don't call gl functions directly, jump through _glapi_Dispatch table
Brian Paul
2004-01-31
1
-11
/
+11
*
Fix extract_3f_xyw().
Keith Whitwell
2004-01-30
1
-2
/
+2
*
Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()
Keith Whitwell
2004-01-27
1
-21
/
+38
*
Fix for recursion in generic_copy_pv_extras.
Keith Whitwell
2004-01-26
1
-2
/
+5
*
replace MALLOC w/ CALLOC to silence valgrind warnings
Brian Paul
2004-01-26
1
-1
/
+1
*
Another mechanism to create vertices with holes - a new EMIT_PAD style
Keith Whitwell
2004-01-21
2
-17
/
+34
[next]