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
/
teximage.c
Age
Commit message (
Expand
)
Author
2001-02-26
added a cube map error check
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
fixed texel indexing bug in _mesa_GetTexImage()
Brian Paul
2001-02-07
added some code for proxy texture tests
Brian Paul
2001-02-07
made some changes to the initialization of gl_texture_image fields
Brian Paul
2001-02-06
added a number of debugging tests to be sure drivers handle texture images co...
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-23
fixed glTexSubImage error check bug #128775
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-14
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
Brian Paul
2000-12-09
adjust texture size for convolution in glCopyTex[Sub]Image[123]D()
Brian Paul
2000-12-08
more detailed texture error messages
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-11-21
call RENDER_START/FINISH in read_color_image()
Brian Paul
2000-11-19
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-13
fixed another texImage mistake in _mesa_GetTexImage()
Brian Paul
2000-11-10
restored call to _mesa_select_tex_image() in _mesa_GetTexImage()
Brian Paul
2000-11-07
adjust x/y/zoffset parameters to fill_texture_image() by texture border width
Brian Paul
2000-11-05
- Changes for new software rasterizer modules
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Brian Paul
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-10-16
added _mesa_get_teximages_from_driver()
Brian Paul
2000-09-28
new params for SpecificCompressedTexFormat() (Bill White)
Brian Paul
2000-09-07
added device driver function for texture proxy testing
Brian Paul
2000-09-06
oops- forgot convolution for glGetTexImage. Done now.
Brian Paul
2000-09-05
passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM
Brian Paul
2000-09-05
use clear_proxy_teximage() instead of MEMSET()
Brian Paul
2000-09-05
Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()
Brian Paul
2000-09-02
finished convolution
Brian Paul
2000-09-01
destBytesPerRow was uninitialized in make_texture_image()
Brian Paul
2000-08-31
convolution for glTexImage[123]D now works
Brian Paul
2000-08-30
more convolution work
Brian Paul
2000-08-29
finished compressed texture support (Bill White)
Brian Paul
2000-08-21
implemented new ImageTransferState bitmask
Brian Paul
2000-06-28
fixed two proxy texture typos
Brian Paul
2000-06-15
revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()
Brian Paul
2000-06-06
more work on GL_ARB_texture_compression
Brian Paul
2000-05-30
more work on GL_ARB_texture_cube_map
Brian Paul
2000-05-26
more work on GL_ARB_texture_cube_map
Brian Paul
2000-05-24
more work on GL_ARB_texture_compression
Brian Paul
2000-05-23
initial work for GL_ARB_texture_compression
Brian Paul
2000-05-23
more texture cube work, misc code clean-up
Brian Paul
2000-05-23
more work on GL_ARB_texture_cube_map
Brian Paul
2000-05-22
initial code for GL_ARB_texture_cube_map
Brian Paul
[next]