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_rgtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-4
/
+4
*
mesa: Remove _mesa_make_temp_float_image
Iago Toral Quiroga
2015-01-12
1
-14
/
+31
*
mesa: Remove _mesa_make_temp_ubyte_image
Iago Toral Quiroga
2015-01-12
1
-14
/
+31
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
1
-60
/
+19
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-16
/
+16
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-42
/
+28
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()
Brian Paul
2013-01-02
1
-2
/
+3
*
mesa: remove old swrast-based compressed texel fetch code
Brian Paul
2012-12-14
1
-132
/
+0
*
mesa: add new texel fetch code for rgtc formats
Brian Paul
2012-12-14
1
-0
/
+161
*
mesa: remove more null pointer checks before free() calls
Brian Paul
2012-09-03
1
-8
/
+8
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats
Brian Paul
2012-08-24
1
-40
/
+60
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-12
/
+12
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
1
-33
/
+4
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-12
/
+12
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-8
/
+4
*
mesa/gallium: remove GLchan from latc, rgtc code
Brian Paul
2011-09-20
1
-14
/
+14
*
mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()
Brian Paul
2011-09-20
1
-4
/
+4
*
mesa: move gl_texture_image::FetchTexel fields to swrast
Brian Paul
2011-09-17
1
-20
/
+22
*
mesa: fix dstRowDiff computation in RGTC texstore functions
Marek Olšák
2011-04-08
1
-4
/
+4
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-4
/
+64
*
rgtc: move the texel fetch into common unsigned/signed code.
Dave Airlie
2011-03-02
1
-65
/
+12
*
rgtc: fix issues with compressor and signed types.
Dave Airlie
2011-03-02
1
-3
/
+3
*
rgtc: don't try to access off the end of the block.
Dave Airlie
2011-03-02
1
-2
/
+2
*
rgtc: move to using ubyte for fetch instead of chan + fix limit
Dave Airlie
2011-03-02
1
-13
/
+13
*
rgtc: fix fetch function limits for signed types
Dave Airlie
2011-03-02
1
-2
/
+2
*
swrast/rgtc: fix rendering issues introduced when fix constants
Dave Airlie
2011-03-02
1
-1
/
+1
*
rgtc: shared the compressor code between signed/unsigned
Dave Airlie
2011-03-01
1
-696
/
+27
*
rgtc: fix void pointer arith.
Dave Airlie
2011-03-01
1
-2
/
+2
*
mesa: Add RGTC texture store/fetch support.
Dave Airlie
2011-02-28
1
-0
/
+1122