index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texcompress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
1
-0
/
+1
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-0
/
+18
*
mesa: Add RGTC texture store/fetch support.
Dave Airlie
2011-02-28
1
-0
/
+20
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-31
1
-1
/
+0
*
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-05-11
1
-0
/
+18
*
mesa: Remove unnecessary headers from texcompress.c.
Vinson Lee
2010-01-18
1
-3
/
+0
*
mesa: minor code movement
Brian Paul
2009-10-28
1
-32
/
+30
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-210
/
+33
|
\
|
*
mesa: remove _mesa_compressed_row_stride()
Brian Paul
2009-10-25
1
-15
/
+0
|
*
mesa: clean-up, simplify compressed texture size checking
Brian Paul
2009-10-25
1
-43
/
+18
|
*
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-24
1
-24
/
+0
|
*
mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()
Brian Paul
2009-10-24
1
-76
/
+15
|
*
mesa: s/GLuint/gl_format/
Brian Paul
2009-10-24
1
-3
/
+3
|
*
mesa: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: simplify _mesa_compressed_texture_size()
Brian Paul
2009-10-01
1
-60
/
+9
*
|
mesa: added _mesa_compressed_format_to_glenum()
Brian Paul
2009-10-23
1
-0
/
+50
|
/
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-0
/
+56
|
\
|
*
mesa: fixes for srgb, new srgb formats
Roland Scheidegger
2008-12-12
1
-13
/
+58
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-08
1
-6
/
+0
|
|
\
|
*
|
mesa: add some #if FEATURE_x tests
Brian Paul
2008-06-12
1
-0
/
+17
*
|
|
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-48
/
+46
|
|
/
|
/
|
*
|
mesa: remove unneeded compressed texure size checks
Phillip Klaus Krause
2008-11-28
1
-6
/
+0
|
/
*
Move mipmap generation functions, texture scaling functions into new
Brian Paul
2006-09-29
1
-0
/
+1
*
more work for GL_EXT_texture_sRGB.
Brian Paul
2006-08-04
1
-0
/
+13
*
Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether
Brian Paul
2006-05-09
1
-11
/
+20
*
More updates for texture compression.
Brian Paul
2006-05-08
1
-0
/
+47
*
Fix a number of texture compression issues.
Brian Paul
2006-05-08
1
-40
/
+30
*
mesa-main-0-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-11
1
-1
/
+1
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+1
*
Removed the old teximage code.
Brian Paul
2004-04-27
1
-48
/
+27
*
more texture compression
Daniel Borca
2003-11-21
1
-19
/
+46
*
small fixes wrt texture handling
Daniel Borca
2003-11-03
1
-5
/
+5
*
texture compression
Daniel Borca
2003-10-29
1
-0
/
+17
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-15
/
+29
*
some texture compression odds & ends
Brian Paul
2003-04-03
1
-6
/
+67
*
add 2, not 4, in _mesa_get_compressed_formats()
Brian Paul
2003-03-24
1
-4
/
+4
*
Header file clean-up:
Brian Paul
2002-10-24
1
-2
/
+2
*
implement auto mipmap generation for compressed textures
Brian Paul
2002-10-18
1
-10
/
+6
*
new texture compression infrastructure
Brian Paul
2002-09-27
1
-0
/
+159