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_tmp.h
Age
Commit message (
Expand
)
Author
2006-10-13
Revamp color table code.
Brian Paul
2006-08-03
Initial work for GL_EXT_texture_sRGB.
Brian Paul
2006-05-20
In gl_texture_image, replace ImageStride with an ImageOffsets array.
Brian Paul
2006-04-06
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2006-03-31
Fix the fetch_texel_ci8() code to deal with floating point color palettes.
Brian Paul
2006-03-29
a few new assertions
Brian Paul
2005-10-05
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-01
fix broken z24_s8 fetcher
Brian Paul
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-15
Remove a bunch texel fetch functions that can be handled by the new
Brian Paul
2005-08-23
simplify, clean-up texel addressing macros
Brian Paul
2005-08-18
Replace mult/div operators with bitwise operators in texel fetch routines
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-26
just fix a comment and update date
Brian Paul
2005-01-26
RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...
Daniel Borca
2004-12-03
mask color indexes against palette size, per the spec
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-05-13
Another pass at implementing byte-swapped texture formats.
Brian Paul
2004-05-12
yank bgr233 texformat. minor comment updates.
Brian Paul
2004-05-12
Added big-endian texture formats.
Brian Paul
2004-04-27
Removed the old teximage code.
Brian Paul
2004-04-22
New glTexImage code.
Brian Paul
2004-04-02
fix error in rgb332 texel fetch function
Brian Paul
2004-01-24
Some initial RGB and RGBA floating point texture formats.
Brian Paul
2004-01-23
Initial support for floating point and signed texture formats.
Brian Paul
2003-11-18
fix comments about Cr==V, Cb==U
Brian Paul
2003-10-29
texture compression
Daniel Borca
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-03
some texture compression odds & ends
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-09-23
merge gl_texture_image RowStride from DRI 4.0.4
Brian Paul
2002-09-21
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-06-15
#ifdef-out unused big-endian texel fetch functions
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-05-09
Fix FETCH(argb1555) mask values
Keith Whitwell
2001-03-18
Fix error message.
Gareth Hughes
2001-03-18
Fix header info.
Gareth Hughes
2001-03-18
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes