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
*
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
|
*
|
|
util/blitter: allocate most of the state objects on-demand
Marek Olšák
2009-12-15
1
-75
/
+179
|
*
|
|
util/blitter: use PIPE_MAX_* limits, and fix a memory leak
Marek Olšák
2009-12-15
1
-13
/
+27
|
*
|
|
util: add blitter
Marek Olšák
2009-12-15
4
-0
/
+851
|
*
|
|
util: add a function which converts 2D coordinates to cubemap coordinates
Marek Olšák
2009-12-15
5
-52
/
+161
|
*
|
|
util: add new fragment shaders to simple_shaders
Marek Olšák
2009-12-15
4
-12
/
+80
|
*
|
|
util: Fix unity value for swizzle 1.
José Fonseca
2009-12-15
1
-2
/
+2
|
*
|
|
util: Add dl wrappers.
José Fonseca
2009-12-15
4
-0
/
+142
|
*
|
|
util: Document the meaning of util_format_layout.
José Fonseca
2009-12-09
1
-0
/
+36
|
*
|
|
Merge branch 'gallium-strict-aliasing'
Roland Scheidegger
2009-12-08
2
-86
/
+69
|
|
\
\
\
|
|
*
|
|
gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe
Roland Scheidegger
2009-12-07
2
-86
/
+69
|
*
|
|
|
util/tile: Support R8G8B8A8_UNORM format.
Michal Krol
2009-12-07
1
-3
/
+53
|
*
|
|
|
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
10
-61
/
+88
|
|
\
\
\
\
|
|
*
|
|
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
10
-61
/
+88
|
*
|
|
|
|
util: Fix generated swizzle comments.
José Fonseca
2009-12-03
1
-10
/
+9
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
util/format: Fix bogus assertion.
Michal Krol
2009-12-17
1
-1
/
+1
*
|
|
|
|
Revert "Simplify the redundant meaning of format layout."
Michal Krol
2009-12-09
2
-9
/
+8
*
|
|
|
|
Simplify the redundant meaning of format layout.
Michal Krol
2009-12-08
2
-8
/
+9
*
|
|
|
|
util/format: Take advantage of sequential nature of pipe_format enum.
Michal Krol
2009-12-08
3
-21
/
+20
*
|
|
|
|
util/format: Remove unreferenced local.
Michal Krol
2009-12-08
1
-1
/
+0
*
|
|
|
|
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
1
-1
/
+2
*
|
|
|
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-0
/
+44
*
|
|
|
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
2
-2
/
+32
*
|
|
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
3
-3
/
+29
*
|
|
|
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-0
/
+18
*
|
|
|
|
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-0
/
+13
*
|
|
|
|
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-0
/
+22
|
/
/
/
/
*
|
|
/
gallium/util: __builtin_bswap32() is in only gcc 4.3 or later
Brian Paul
2009-12-02
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
2009-12-01
1
-0
/
+7
|
\
\
\
|
*
|
|
util: also print out memory statistics
Zack Rusin
2009-11-25
1
-0
/
+7
*
|
|
|
util: Fix bad code.
Corbin Simpson
2009-11-28
1
-1
/
+1
*
|
|
|
util: Improve bitcount.
Corbin Simpson
2009-11-28
1
-4
/
+8
*
|
|
|
gallium/util: added util_bswap32()
Christoph Bumiller
2009-11-27
1
-0
/
+17
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
4
-34
/
+35
|
\
\
\
|
*
|
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
1
-4
/
+4
[next]