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
/
drivers
/
glide
/
fxdrv.h
Age
Commit message (
Expand
)
Author
2001-04-24
texture image code updates (not finished)
Brian Paul
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
used indent to clean-up the code
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-06
updated texture image handling - STILL UNTESTED
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-16
Fix several conformance problems. Hack solution to line stipple problem.
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-03
More color macro clean-ups.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-12-28
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-27
minor changes to fix compiler warnings
Brian Paul
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-22
Modified Files:
Jouk Jansen
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-05
Lots of changes:
Keith Whitwell
2000-10-31
Remove dead code in FX driver.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-05-26
include glheader.h instead of system headers
Brian Paul
2000-05-04
conditionally include some fields in the context struct for DRI / non-DRI
Brian Paul
2000-04-20
minor clean-up
Brian Paul
2000-03-29
new texture image download code
Brian Paul
2000-03-27
removed tfxMipMapLevel's used and translate fields, initial teximage clean-up
Brian Paul
2000-03-23
added some comments and new texture image functions
Brian Paul
2000-03-22
added Daryll's patches for texture alignment
Brian Paul
2000-03-07
added target parameter to Driver.TexEnv()
Brian Paul
2000-03-03
clean-up warnings
Brian Paul
2000-02-16
update fog near/far bug fix
Brian Paul
2000-02-16
updated with changes from DRI project CVS
Brian Paul
2000-02-09
removed fxDDBufferSize proto
Brian Paul
2000-01-18
updated with latest DRI tree changes
Brian Paul
2000-01-13
added fxMesaContext arg to fxInitPixelTables()
Brian Paul
1999-12-10
new depth buffer functions
Brian Paul
1999-12-10
applied Daryll's patches
Brian Paul
1999-11-22
removed redundant fxCloseHardware() decl
Brian Paul
1999-11-18
removed unused fxTMNewTMFreeNode decl
Brian Paul
1999-11-15
include mem.h
Brian Paul
1999-11-15
update/merge with Daryll's X server changes
Brian Paul
1999-10-19
Changes to reduce the memory footprint of display lists
Keith Whitwell
1999-10-08
fixed voodoo initialization
Keith Whitwell
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-10-05
Packed RGB support.
Miklos Fazekas
1999-08-29
more fixes on the fast path
Keith Whitwell
1999-08-26
various pipeline bugs
Keith Whitwell
1999-08-19
Initial revision
jtg