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
/
texstore.c
Age
Commit message (
Expand
)
Author
2001-04-20
Fixed a texture conversion problem: sometimes need to produce an intermediate
Brian Paul
2001-04-04
fixed tmpTexelSize computation bug
Brian Paul
2001-04-04
More texture image changes.
Brian Paul
2001-03-28
More texture format updates. Drivers now need only plug an appropriate
Gareth Hughes
2001-03-27
texFormat was a random value in _mesa_store_teximage3d(), fix by undoing last...
Brian Paul
2001-03-27
Updates required for DRI drivers on mesa-3-5-branch.
Gareth Hughes
2001-03-21
renamed some vars, added a bunch of comments
Brian Paul
2001-03-21
depth images were broken by latest teximage changes, this fixes the problem
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-18
Add missing header file include.
Gareth Hughes
2001-03-18
Remove #endif.
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
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
2001-02-21
fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
Brian Paul
2001-02-19
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-17
Work in glGetTexImage() to return GL_COLOR_INDEX images.
Brian Paul
2001-02-07
GLchan fixes
Brian Paul
2001-02-07
remove unused functions
Brian Paul
2001-02-07
made some changes to the initialization of gl_texture_image fields
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul