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
/
texutil.c
Age
Commit message (
Expand
)
Author
2001-03-28
More texture format updates. Drivers now need only plug an appropriate
Gareth Hughes
2001-03-27
pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems
Brian Paul
2001-03-27
Updates required for DRI drivers on mesa-3-5-branch.
Gareth Hughes
2001-03-22
Fix texture format enum values (Brian Paul).
Gareth Hughes
2001-03-21
renamed some vars, added a bunch of comments
Brian Paul
2001-03-18
Make assertions take new GLchan formats into account.
Gareth Hughes
2001-03-18
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-09
updated with bug fix from 3.4 branch
Brian Paul
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-09-13
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
Brian Paul
2000-08-29
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
Brian Paul
2000-03-30
fixed typos in generate_lookup_tables()
Brian Paul
2000-03-30
fixed subtexture address calculation bug
Brian Paul
2000-03-29
lots of new work
Brian Paul
2000-03-27
added _mesa_unconvert_teximage()
Brian Paul
2000-03-24
initial check-in
Brian Paul