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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-no-rhw-position'
Michal Krol
2010-03-02
5
-34
/
+119
|
\
|
*
util/blitter: Fix the viewport transformation for Z coordinates
Marek Olšák
2010-03-02
1
-2
/
+2
|
*
util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.
Michal Krol
2010-03-01
2
-11
/
+51
|
*
util: Fix blitter vertex and viewport setup.
Michal Krol
2010-02-25
1
-6
/
+21
|
*
util: Reset clip state when doing blitting.
Michal Krol
2010-02-24
2
-1
/
+11
|
*
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
4
-18
/
+38
*
|
util: A few more todo marks.
José Fonseca
2010-03-01
1
-0
/
+3
*
|
util: More documentation for u_format.csv
José Fonseca
2010-03-01
1
-0
/
+57
*
|
util: Tweak comments regarding R8G8B8A8/X8_UNORM.
José Fonseca
2010-03-01
1
-2
/
+2
*
|
python: Don't mention deprecated drivers=trace option.
José Fonseca
2010-03-01
1
-0
/
+4
*
|
util: Fix X8/A8B8G8R8_SNORM's swizzle.
José Fonseca
2010-02-27
1
-2
/
+2
*
|
util: Define SRGB's channels as normalized.
José Fonseca
2010-02-26
1
-9
/
+9
*
|
util: Code generate functions to pack and unpack a single pixel.
José Fonseca
2010-02-26
3
-159
/
+489
*
|
util: Factor some code into u_format_parse.py
José Fonseca
2010-02-26
3
-26
/
+94
*
|
util: Add util_bswap16.
José Fonseca
2010-02-26
1
-0
/
+11
*
|
util: Use python names consistent with u_format.h
José Fonseca
2010-02-26
3
-114
/
+126
*
|
util: Add is_pot() method to formats.
José Fonseca
2010-02-26
1
-0
/
+7
*
|
util: remove a trailing semicolon in format table code
Brian Paul
2010-02-25
1
-1
/
+1
*
|
util: Remove import of unused sys module.
Vinson Lee
2010-02-25
1
-3
/
+0
*
|
util: Assert that pointer is not null before dereferencing.
Vinson Lee
2010-02-25
1
-1
/
+4
*
|
util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.
José Fonseca
2010-02-24
4
-180
/
+163
*
|
util: Refactor some code.
José Fonseca
2010-02-24
1
-14
/
+21
*
|
util: Cope with the fact that formats in u_format.csv are not ordered.
José Fonseca
2010-02-24
2
-73
/
+47
*
|
util: Factor out the code to shorten a format name.
José Fonseca
2010-02-24
2
-15
/
+14
*
|
util: Handle correctly 24bit formats.
José Fonseca
2010-02-24
1
-61
/
+64
*
|
util: Minor tweaks to ambigous/unused format descriptions.
José Fonseca
2010-02-24
1
-6
/
+6
*
|
util: Fix swizzles for SRGB formats.
José Fonseca
2010-02-24
1
-10
/
+10
*
|
util: Organize formats in groups. Add comments.
José Fonseca
2010-02-24
1
-35
/
+61
*
|
util: Allow '#' comments in u_format.csv.
José Fonseca
2010-02-24
1
-1
/
+9
*
|
util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.
José Fonseca
2010-02-24
1
-6
/
+0
*
|
util: Store more derived data in the the format description.
José Fonseca
2010-02-24
3
-0
/
+48
|
/
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
util: Fix typo of debug_dump_float_rgba_bmp.
Vinson Lee
2010-02-17
1
-1
/
+1
*
util: Avoid dumping masked state. Other minor improvements.
José Fonseca
2010-02-14
2
-28
/
+43
*
util: Helper functions to dump all state objects.
José Fonseca
2010-02-14
2
-0
/
+787
*
util: Update for os_stream changes.
José Fonseca
2010-02-14
1
-1
/
+1
*
util: Rename u_debug_dump.[ch] -> u_dump.[ch].
José Fonseca
2010-02-14
2
-55
/
+55
*
util: Use util_format_name().
José Fonseca
2010-02-14
1
-118
/
+1
*
util: Add pf_name() replacement: util_format_name().
José Fonseca
2010-02-14
1
-0
/
+13
*
util: Properly init memory for blitter CSOs.
Corbin Simpson
2010-02-12
1
-8
/
+5
*
Merge branch 'gallium-dynamicstencilref'
Roland Scheidegger
2010-02-12
2
-47
/
+38
|
\
|
*
gallium: make u_blitter code save/restore stencil ref values
Roland Scheidegger
2010-02-11
2
-0
/
+10
|
*
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-02-09
1
-47
/
+28
*
|
Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."
Michal Krol
2010-02-12
1
-2
/
+2
*
|
util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.
Michal Krol
2010-02-12
1
-2
/
+2
*
|
gallium: use os_time.h in u_timed_winsys.c
Brian Paul
2010-02-10
1
-19
/
+13
|
/
*
Gallium: Add Solaris atomic function definitions to u_atomic.h
Alan Coopersmith
2010-02-06
1
-1
/
+35
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
6
-8
/
+194
|
\
|
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-31
6
-10
/
+15
|
|
\
|
*
|
gallium/util: comments for time-related functions
Brian Paul
2010-01-27
1
-0
/
+9
[next]