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 'mesa_7_5_branch'
Brian Paul
2009-08-27
2
-0
/
+206
|
\
|
*
gallium/util: added support for SRGB formats
Brian Paul
2009-08-27
1
-0
/
+196
|
*
gallium/util: added cases for SRGB formats
Brian Paul
2009-08-27
1
-0
/
+10
|
*
util: fix incorrect assertion
Brian Paul
2009-08-06
1
-1
/
+1
|
*
util: include u_surface.h, added comment
Brian Paul
2009-08-06
1
-0
/
+2
|
*
util: use util_same_surface() to compare surface pointers
Brian Paul
2009-08-06
1
-3
/
+3
|
*
util: added util_same_surface() helper function
Brian Paul
2009-08-06
1
-0
/
+17
*
|
tgsi: Fix build error due to commit acc7da90
Cooper Yuan
2009-08-24
1
-6
/
+6
*
|
gallium: rename copy/fill_rect utility functions
Brian Paul
2009-08-19
3
-8
/
+8
*
|
util: silence warnings for third REALLOC argument
Keith Whitwell
2009-08-13
1
-1
/
+7
*
|
util: remove unneeded includes
Keith Whitwell
2009-08-13
1
-4
/
+0
*
|
util: convert u_simple_shaders to use tgsi_ureg
Keith Whitwell
2009-08-13
1
-258
/
+60
*
|
gallium: Add texture usage information to surface_buffer_create
Jakob Bornecrantz
2009-08-11
2
-2
/
+4
*
|
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
1
-0
/
+5
*
|
util: fix incorrect assertion
Brian Paul
2009-08-07
1
-1
/
+1
*
|
util: include u_surface.h, added comment
Brian Paul
2009-08-07
1
-0
/
+2
*
|
util: use util_same_surface() to compare surface pointers
Brian Paul
2009-08-07
1
-3
/
+3
*
|
util: added util_same_surface() helper function
Brian Paul
2009-08-07
1
-0
/
+17
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-05
1
-16
/
+64
|
\
|
|
*
util: added comment/question about blit clipping
Brian Paul
2009-08-05
1
-0
/
+1
|
*
util: added util_blit_pixels() overlap test
Brian Paul
2009-08-05
1
-2
/
+34
|
*
util: fix util_blit_pixels() test for surface_copy() path
Brian Paul
2009-08-05
1
-16
/
+24
|
*
util: reformatting and comments
Brian Paul
2009-08-05
1
-3
/
+10
*
|
gallium: comments, reformatting
Brian Paul
2009-08-03
1
-17
/
+32
*
|
mesa st: Move logbase2 function to util/u_math.h
Patrice Mandin
2009-08-01
1
-5
/
+18
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-30
1
-2
/
+0
|
\
|
|
*
util: _debug_printf should print even when DEBUG is not defined
Keith Whitwell
2009-07-29
1
-2
/
+0
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-28
1
-1
/
+1
|
\
|
|
*
util: fix typo.
José Fonseca
2009-07-26
1
-1
/
+1
*
|
gallium: minor code/comments clean-up
Brian Paul
2009-07-28
2
-11
/
+13
*
|
util: Add support for Mac OS.
Vinson Lee
2009-07-23
2
-9
/
+9
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-04
1
-1
/
+27
|
\
|
|
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-1
/
+27
*
|
util: fix possible null pointer usage
Zack Rusin
2009-07-06
4
-11
/
+46
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-4
/
+2
|
\
|
|
*
util: Increase OutputDebugStringA to 4k.
José Fonseca
2009-07-01
1
-4
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-30
1
-1
/
+3
|
\
|
|
*
util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...
José Fonseca
2009-06-30
1
-1
/
+3
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
1
-1
/
+1
|
\
|
|
*
util: Add cast.
José Fonseca
2009-06-18
1
-1
/
+1
*
|
gallium/util: s/boolean/unsigned/
Brian Paul
2009-06-19
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
1
-1
/
+1
|
\
|
|
*
util: Single precision constants.
José Fonseca
2009-06-10
1
-1
/
+1
*
|
util: Fix winsock include.
Michal Krol
2009-06-05
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-04
1
-1
/
+16
|
\
|
|
*
util: Unsaved change missing from last commit.
José Fonseca
2009-06-02
1
-1
/
+1
|
*
util: Support Z24S8/Z24X8 -> unsigned conversion.
José Fonseca
2009-06-02
1
-0
/
+15
|
*
util: Fix 24 to 32 bit expansion binary arithmetic expression.
José Fonseca
2009-06-02
1
-1
/
+1
|
*
util/upload: catch failures to map_range and return error
Keith Whitwell
2009-05-08
1
-13
/
+17
|
*
util: Limit the stack walk to avoid referencing undefined memory.
José Fonseca
2009-05-08
1
-1
/
+10
[next]