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
/
fxddtex.c
Age
Commit message (
Expand
)
Author
2004-02-28
replace color table FloatTable boolean with Type enum
Brian Paul
2004-02-10
fixed back fxMesaGetCurrentContext to match MakeCurrent
Daniel Borca
2004-02-02
fixed a bug in GL_NEAREST sampler
Daniel Borca
2004-01-29
GL_TEXTURE_1D and other stories...
Daniel Borca
2004-01-27
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-26
accomodate FetchTexel and fix some memory leak bugs
Daniel Borca
2004-01-23
accomodated new driver_func initialization
Daniel Borca
2004-01-20
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-15
_mesa_delete_texture_object and some other updates
Daniel Borca
2004-01-13
re-enabled trilinearness
Daniel Borca
2004-01-07
cleanups
Daniel Borca
2003-12-15
EXT_secondary_color and EXT_separate_specular via multipass
Daniel Borca
2003-12-10
got rid of __FUNCTION__ :(
Daniel Borca
2003-11-21
more texture compression
Daniel Borca
2003-11-18
doc updates; GLUT timer additions; fixed compilation warnings
Daniel Borca
2003-11-07
NCC fixes and some cosmetics
Daniel Borca
2003-11-03
small fixes wrt texture handling
Daniel Borca
2003-11-03
small fixes wrt texture handling
Daniel Borca
2003-11-03
Voodoo2 happiness
Daniel Borca
2003-10-31
removed detritus
Daniel Borca
2003-10-30
bugfixes wrt texture compression
Daniel Borca
2003-10-29
changes to accomodate texture compression
Daniel Borca
2003-10-21
Napalm total immersion
Daniel Borca
2003-10-14
minor fixes + doc update
Daniel Borca
2003-10-13
glide driver (wip)
Daniel Borca
2003-10-09
Reorganized combiners. Added optimized span functions.
Daniel Borca
2003-10-02
updates from Daniel Borca
Brian Paul
2003-08-19
DOS and glide driver updates from Daniel Borca
Brian Paul
2001-11-06
casts to silence warnings from gcc 2.96
Brian Paul
2001-09-23
fixed some configure;make build problems. cleaned-up copyright info.
Brian Paul
2001-05-09
minor clean-ups
Brian Paul
2001-05-02
teximage updates. seems to work fine.
Brian Paul
2001-04-24
texture image code updates (not finished)
Brian Paul
2001-04-20
compilation fixes - texturing isn't working at this time
Brian Paul
2001-04-20
Fixed a texture conversion problem: sometimes need to produce an intermediate
Brian Paul
2001-03-28
compilation updates
Brian Paul
2001-03-28
- Restore texImage->IntFormat.
Gareth Hughes
2001-03-21
added teximage rescaling code. untested at this point
Brian Paul
2001-03-21
use new texture conversion code, still have to do image rescaling
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-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-07
new texture image routines work now
Brian Paul
2001-02-06
updated texture image handling - STILL UNTESTED
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-19
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-05
Lots of changes:
Keith Whitwell
[next]