index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Handle FORMAT_Z32_FLOAT in util_pack_z().
Michal Krol
2010-01-15
1
-0
/
+2
*
util: Handle the remaining formats in pipe_put_tile_rgba().
Michal Krol
2010-01-15
1
-1
/
+4
*
util: Fix encoding for R8G8B8A8_UNORM formats and friends.
Michal Krol
2010-01-15
1
-4
/
+4
*
gallium/util: silence warning about array initializers
Brian Paul
2010-01-14
1
-3
/
+10
*
util: Set flatshade for blitter.
Corbin Simpson
2010-01-11
1
-0
/
+1
*
util/blitter: remove unused variable
Keith Whitwell
2010-01-11
1
-1
/
+0
*
util: Apply Brian's suggested blit improvements.
Corbin Simpson
2010-01-10
1
-15
/
+12
*
gallium: u_blitter add overlapping blit support.
Dave Airlie
2010-01-10
1
-34
/
+124
*
gallium/util: remove useless assertions
Brian Paul
2010-01-07
1
-6
/
+0
*
gallium/util: update comment: s/src_pitch/src_stride
Brian Paul
2010-01-07
1
-1
/
+1
*
gallium/util: make src_y unsigned like the other x/y params
Brian Paul
2010-01-07
2
-2
/
+2
*
util/blitter: allow NULL CSOs to be saved
Marek Olšák
2010-01-06
1
-10
/
+17
*
util: Fix format descriptor table entries.
Michal Krol
2010-01-06
1
-11
/
+11
*
util: Handle the remaining format cases in pipe_tile_raw_to_rgba().
Michal Krol
2010-01-06
1
-23
/
+4
*
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
2010-01-06
1
-4
/
+2
*
gallium/util: replace 8 with PIPE_MAX_COLOR_BUFS
Brian Paul
2010-01-05
1
-2
/
+2
*
gallium/util: comments and whitespace fixes
Brian Paul
2010-01-05
1
-3
/
+15
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
3
-17
/
+25
|
\
|
*
util: Minor enhancements/corrections to the bitmask logic.
José Fonseca
2010-01-03
1
-12
/
+20
|
*
gallium/util: Silence format warnings.
Vinson Lee
2010-01-01
1
-4
/
+4
|
*
gallium/util: Replace h_addr with h_addr_list[0].
Vinson Lee
2010-01-01
1
-1
/
+1
*
|
util: Silent potential loss of precision warnings.
José Fonseca
2010-01-02
1
-3
/
+2
*
|
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
2010-01-01
1
-48
/
+0
*
|
scons: Aggregate all tiny libraries in a single library.
José Fonseca
2010-01-01
1
-61
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
5
-8
/
+10
|
\
|
|
*
util: better fix for unused variable warnings with asserts
Keith Whitwell
2009-12-28
1
-1
/
+1
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
6
-9
/
+11
|
|
\
|
|
*
gallium/util: Remove comma at end of enumerator list.
Vinson Lee
2009-12-26
1
-1
/
+1
|
|
*
gallium/util: Initialize variable in util_clear.
Vinson Lee
2009-12-23
1
-1
/
+1
|
|
*
util: Ensure debug_dump_flags generates a null-terminated string.
Vinson Lee
2009-12-23
1
-2
/
+4
|
|
*
gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
Vinson Lee
2009-12-22
1
-1
/
+1
|
|
*
gallium/util: Add PIPE_OS_APPLE to u_network.
Vinson Lee
2009-12-22
2
-4
/
+4
|
|
*
gallium/util: Initialize variables in u_pack_color.h.
Vinson Lee
2009-12-03
1
-1
/
+4
*
|
|
util: put vertices_per_primitive function in its proper location
Zack Rusin
2009-12-25
1
-0
/
+33
*
|
|
gallium/util: quieten compiler
Keith Whitwell
2009-12-24
1
-1
/
+1
*
|
|
util: Define common dynamic library extensions.
José Fonseca
2009-12-23
1
-0
/
+12
*
|
|
Merge branch 'i965g-restart'
Keith Whitwell
2009-12-22
4
-0
/
+44
|
\
\
\
|
*
|
|
i965g: fixes to build after merge of master
Keith Whitwell
2009-12-21
1
-1
/
+1
|
*
|
|
Merge commit 'origin/master' into i965g-restart
Keith Whitwell
2009-12-21
16
-384
/
+209
|
|
\
\
\
|
*
|
|
|
i965g: more work on compilation
Keith Whitwell
2009-10-31
1
-0
/
+13
|
*
|
|
|
i965g: more work on compiling, particularly the brw_draw files
Keith Whitwell
2009-10-25
3
-0
/
+31
*
|
|
|
|
util: draw cube mipmaps with TEX CUBE
Christoph Bumiller
2009-12-21
1
-4
/
+7
*
|
|
|
|
util: util_format_get_blocksizebits() returns bits per block.
Christoph Bumiller
2009-12-20
1
-3
/
+3
*
|
|
|
|
util: Add util_format_has_alpha(), enclose in extern C.
Michal Krol
2009-12-18
1
-0
/
+49
*
|
|
|
|
util/pack: Handle the remaining formats with generic u_format access functions.
Michal Krol
2009-12-18
1
-12
/
+26
*
|
|
|
|
util: Update blitter for u_format changes.
Corbin Simpson
2009-12-18
1
-1
/
+2
*
|
|
|
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
6
-28
/
+108
*
|
|
|
|
util: Remove util_format_get_block().
Michal Krol
2009-12-17
1
-23
/
+0
*
|
|
|
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
24
-223
/
+1587
|
\
\
\
\
\
|
*
|
|
|
|
util/blitter: kill the draw_quad callback
Marek Olšák
2009-12-15
2
-25
/
+6
[next]