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
*
util: update comments at blitter
Marek Olšák
2010-05-25
1
-1
/
+1
*
util: fix indentation in blitter
Marek Olšák
2010-05-25
1
-14
/
+14
*
r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...
Marek Olšák
2010-05-25
2
-126
/
+121
*
r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...
Marek Olšák
2010-05-25
2
-25
/
+29
*
util: remove unused util_blitter_copy_surface
Marek Olšák
2010-05-25
1
-19
/
+1
*
util/blitter: allow NULL clear color
Marek Olšák
2010-05-23
1
-5
/
+14
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
8
-202
/
+163
|
\
|
*
util: fix obvious util_blitter_copy bugs...
Roland Scheidegger
2010-05-19
1
-4
/
+3
|
*
util: util_blitter_fill no longer needs to handle overlap
Roland Scheidegger
2010-05-19
1
-52
/
+2
|
*
util: fix some leftover util_surface_fill/copy calls
Roland Scheidegger
2010-05-18
2
-8
/
+18
|
*
gallium/util: adapt util code to interface changes
Roland Scheidegger
2010-05-17
8
-143
/
+145
*
|
Merge branch 'gallium-front-ccw'
Keith Whitwell
2010-05-21
5
-12
/
+28
|
\
\
|
*
|
gallium: more work on ccw flag removal
Keith Whitwell
2010-05-14
1
-0
/
+18
|
*
|
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
4
-12
/
+10
*
|
|
gallium: fix/update tex target dumping
Brian Paul
2010-05-20
1
-0
/
+2
*
|
|
gallium: added util_dump_logicop()
Brian Paul
2010-05-20
2
-0
/
+46
*
|
|
util: Remove unused imports from Python scripts.
Vinson Lee
2010-05-19
2
-4
/
+0
*
|
|
util: Remove unnecessary semicolons in Python scripts.
Vinson Lee
2010-05-19
2
-5
/
+5
*
|
|
util: Remove unused cruft.
José Fonseca
2010-05-15
1
-95
/
+0
|
/
/
*
|
util: fix copy_rect stride in default transfer_inline_write
Keith Whitwell
2010-05-14
1
-2
/
+2
*
|
util: Fix ptr -> int conversion.
José Fonseca
2010-05-13
1
-1
/
+1
*
|
util: Add function to dump PIPE_STENCIL_OP_xxx
José Fonseca
2010-05-12
2
-0
/
+30
*
|
util: Recognize FALSE and F in debug_get_bool_option
Jakob Bornecrantz
2010-05-06
1
-0
/
+4
*
|
gallium: untrack u_indices_gen.c and u_indices_gen.c
José Fonseca
2010-05-06
1
-2
/
+0
*
|
gallium: untrack u_indices_gen.c and u_indices_gen.c
Xavier Chantry
2010-05-06
1
-0
/
+2
*
|
util: Remove unnecessary headers.
Vinson Lee
2010-05-04
3
-3
/
+0
*
|
gallium/util: added is_format_compressed()
Brian Paul
2010-05-04
1
-0
/
+20
*
|
u_blitter: fix creating fragment shaders
Wiktor Janas
2010-05-04
1
-7
/
+6
|
/
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
6
-179
/
+175
*
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-03
4
-84
/
+160
*
util: add util_format_short_name
Marek Olšák
2010-05-03
1
-0
/
+13
*
util: add util_format_is_plain
Marek Olšák
2010-05-03
1
-0
/
+15
*
gallium/util: print \n after DXTn printf
Luca Barbieri
2010-05-03
1
-2
/
+2
*
util: Add missing break statement in u_caps.c
Jakob Bornecrantz
2010-04-30
1
-0
/
+1
*
util: Update caps after helpfull input
Jakob Bornecrantz
2010-04-29
2
-19
/
+61
*
util: Add small caps checker helper
Jakob Bornecrantz
2010-04-29
2
-0
/
+269
*
util: Format error format string as the rest of the pipe formats
Jakob Bornecrantz
2010-04-29
1
-1
/
+1
*
gallium/util: convert //-style comments
Brian Paul
2010-04-28
1
-2
/
+2
*
gallium/util: convert //-style comments
Brian Paul
2010-04-28
1
-2
/
+2
*
util: fix assorted problems in the image packing functions
Brian Paul
2010-04-27
1
-84
/
+70
*
util: Add missing static keyword.
José Fonseca
2010-04-24
1
-1
/
+1
*
util: Fix unsigned <-> ptr conversions.
José Fonseca
2010-04-24
1
-3
/
+3
*
gallium: In option helpers, move assignment outside of if clause.
Vinson Lee
2010-04-23
1
-3
/
+9
*
gallium/util: document that pack/unpack strides are in bytes
Brian Paul
2010-04-23
1
-0
/
+10
*
gallium: Add static get option helpers
Jakob Bornecrantz
2010-04-23
1
-0
/
+33
*
gallium: Add option to not print options
Jakob Bornecrantz
2010-04-23
1
-10
/
+32
*
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-23
1
-1
/
+1
*
u_format: Reduce code duplication.
José Fonseca
2010-04-22
1
-118
/
+97
*
gallium/util: Fix deviation calculation in u_cache.
Vinson Lee
2010-04-21
1
-1
/
+1
*
gallium/util: remove bogus return statement
Brian Paul
2010-04-20
1
-1
/
+1
[next]