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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Fallback to calling util_format_description::fetch_float for any for...
José Fonseca
2010-04-06
4
-27
/
+192
*
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-04-06
4
-30
/
+39
*
util: Respect destination stride in pipe_get_tile_swizzle().
Michal Krol
2010-04-06
1
-10
/
+16
*
util: Make half float lookup tables constant.
José Fonseca
2010-04-06
2
-6
/
+6
*
util: Remove the hand written SRGB format support code.
José Fonseca
2010-04-06
1
-197
/
+0
*
util: Support all SRGB formats.
José Fonseca
2010-04-06
7
-23
/
+386
*
util: added util_dl_error()
Brian Paul
2010-04-05
2
-0
/
+20
*
Merge branch '7.8'
Ian Romanick
2010-04-04
1
-1
/
+1
|
\
|
*
util: Use GCC atomic bultins on GCC 4.1 and higher only.
Vinson Lee
2010-04-03
1
-1
/
+1
*
|
util: Revert unsolicited, untested, unreviewed, and broken changes to format ...
José Fonseca
2010-04-03
6
-202
/
+109
*
|
gallivm: Add fallthrough comment at end of case statement.
Vinson Lee
2010-04-02
1
-0
/
+1
*
|
gallium/util: print \n after DXTn printf
Luca Barbieri
2010-04-02
1
-3
/
+3
*
|
gallium/util: remove extraneous semicolon
Brian Paul
2010-04-01
1
-1
/
+1
*
|
gallium/util: revert util_format_init addition
Luca Barbieri
2010-04-02
2
-10
/
+0
*
|
gallium/util: add util_format_is_supported to check for pack/unpack
Luca Barbieri
2010-04-02
3
-6
/
+38
*
|
gallium/util: load s3tc on demand
Luca Barbieri
2010-04-02
2
-107
/
+151
*
|
gallium/util: pregenerate half float tables
Luca Barbieri
2010-04-02
6
-170
/
+191
*
|
gallium/util: s/inline/INLINE/
Vinson Lee
2010-04-01
1
-1
/
+1
*
|
gallium/util: add util_format_init that inits s3tc and util_half
Luca Barbieri
2010-04-02
4
-5
/
+21
*
|
gallium/util: add one-time initialization helper
Luca Barbieri
2010-04-02
1
-0
/
+15
*
|
gallium/util: use #pragma section instead of #pragma data_seg
Luca Barbieri
2010-04-02
1
-1
/
+1
*
|
gallium/util: reindent u_half.c and u_half.h with Mesa coding style
Luca Barbieri
2010-04-02
2
-107
/
+112
*
|
Revert "util: Init half-float tables on demand."
Luca Barbieri
2010-04-02
3
-14
/
+57
*
|
util: Init half-float tables on demand.
Corbin Simpson
2010-04-01
3
-57
/
+14
*
|
llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.
José Fonseca
2010-04-01
1
-3
/
+43
*
|
util: Declare .CRT$XCU data segment.
Michal Krol
2010-04-01
1
-0
/
+1
*
|
scons: Remove `util/u_gctors.cpp'.
Michal Krol
2010-04-01
1
-1
/
+0
*
|
gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)
Luca Barbieri
2010-04-01
5
-26
/
+55
*
|
llvmpipe: Support sampling from signed and mixed siged formats.
José Fonseca
2010-04-01
1
-9
/
+64
*
|
gallium/util: add copyright header to u_half.c
Luca Barbieri
2010-04-01
1
-2
/
+37
*
|
util: Declare util_half_init_tables only once.
José Fonseca
2010-04-01
3
-4
/
+15
*
|
util: Use u_math.h's union fi instead of redefining it.
José Fonseca
2010-04-01
1
-4
/
+5
*
|
util: Add support for other DXTn RGBA formats.
José Fonseca
2010-04-01
2
-22
/
+298
*
|
util: Get DXT1_RGB format working correctly.
José Fonseca
2010-04-01
1
-1
/
+54
*
|
util: Add test case for PIPE_FORMAT_DXT1_RGB.
José Fonseca
2010-04-01
1
-0
/
+32
*
|
util: Allow to have block format test cases
José Fonseca
2010-04-01
2
-449
/
+458
*
|
util: Generate correct format conversions for half floats.
Michal Krol
2010-04-01
1
-39
/
+59
*
|
util: Use u_half to perform half <--> float conversions.
Michal Krol
2010-04-01
1
-47
/
+6
*
|
gallium: Integrate util_half with scons.
Michal Krol
2010-04-01
1
-0
/
+2
*
|
gallium/util: add fast half float conversion functions
Luca Barbieri
2010-04-01
4
-0
/
+199
*
|
util: Add half float test cases.
José Fonseca
2010-04-01
1
-0
/
+35
*
|
util/format: fix big endian compilation by not trying to byteswap single bytes
Luca Barbieri
2010-04-01
1
-7
/
+9
*
|
gallivm: convert floats to doubles
Zack Rusin
2010-03-31
1
-2
/
+9
*
|
util: Hook into libtxc_dxtn.so (WIP).
José Fonseca
2010-03-31
6
-5
/
+738
*
|
util: Make the accessors bidimensional again.
José Fonseca
2010-03-31
3
-69
/
+65
*
|
util: First stab at half-float conversion.
Michal Krol
2010-03-31
1
-46
/
+55
*
|
util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.
José Fonseca
2010-03-31
3
-64
/
+19
*
|
util: Silence pointer to integer size mismatch errors.
José Fonseca
2010-03-31
1
-1
/
+1
*
|
util: Add callback to fetch a single pixel.
José Fonseca
2010-03-31
3
-174
/
+214
*
|
scons: Force to consider the util/u_format_pack.py for util/u_format_table.c.
José Fonseca
2010-03-31
1
-0
/
+4
[next]