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
/
main
/
texformat.c
Age
Commit message (
Expand
)
Author
2003-04-03
some texture compression odds & ends
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-09-21
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-07-09
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2001-06-15
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
Brian Paul
2001-04-20
Fixed a texture conversion problem: sometimes need to produce an intermediate
Brian Paul
2001-04-04
replaced IntFormat GL_BGRA with GL_RGBA, fixes problems calling _mesa_base_te...
Brian Paul
2001-04-04
More texture image changes.
Brian Paul
2001-03-30
Remove all traces of CULL_MASK_ACTIVE.
Gareth Hughes
2001-03-28
More texture format updates. Drivers now need only plug an appropriate
Gareth Hughes
2001-03-27
fixed RGBA/RGB typo
Brian Paul
2001-03-27
Updates required for DRI drivers on mesa-3-5-branch.
Gareth Hughes
2001-03-18
Remove old code, fix a few comments.
Gareth Hughes
2001-03-18
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes