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
*
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-19
23
-176
/
+1295
|
\
|
*
gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.
Mathias Fröhlich
2011-03-15
1
-0
/
+2
|
*
util: Silence gcc unitialized member warning
José Fonseca
2011-03-13
1
-0
/
+1
|
*
gallium: Delay the creation of simple helper shaders
Jakob Bornecrantz
2011-03-12
2
-80
/
+116
|
*
u_blitter: Do blits in linear color space.
Henri Verbeet
2011-03-12
2
-22
/
+38
|
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
6
-17
/
+15
|
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
3
-27
/
+0
|
*
util: Fix typo in u_upload_flush().
José Fonseca
2011-03-11
1
-2
/
+2
|
*
st/mesa: remove unnecessary flushes
Marek Olšák
2011-03-11
1
-2
/
+0
|
*
gallium/util: new polygon stipple utility helper
Brian Paul
2011-03-10
2
-0
/
+490
|
*
util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.
José Fonseca
2011-03-09
1
-1
/
+6
|
*
util: add ensure_sanity checks, fix a bug
Keith Whitwell
2011-03-09
1
-2
/
+56
|
*
util: improve cache collision behaviour
Keith Whitwell
2011-03-09
1
-18
/
+76
|
*
util: Add remove to util_cache
Alex Corscadden
2011-03-09
2
-0
/
+26
|
*
util: Allow util_draw_texquad to draw quads with non-integer coordinates.
Alex Corscadden
2011-03-09
1
-2
/
+2
|
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
|
*
gallium/util: add LATC support
Marek Olšák
2011-03-08
6
-4
/
+465
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-03
6
-5
/
+581
|
\
|
|
*
gallium: add RGTC UNORM support to u_format.
Dave Airlie
2011-03-02
5
-2
/
+574
|
*
u_vbuf_mgr: compute user buffer size for instance data from instance_count
Marek Olšák
2011-03-01
1
-3
/
+7
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-02-28
2
-7
/
+45
|
\
|
|
*
st/mesa & v_bug_mgr: two small instanced drawing fixes
Christian König
2011-02-28
1
-1
/
+4
|
*
util: Don't destroy shaders null shaders
Jakob Bornecrantz
2011-02-26
1
-2
/
+4
|
*
util: Don't create array texture shaders if the driver doesn't support it
Jakob Bornecrantz
2011-02-26
1
-4
/
+6
|
*
gallium/util: add 1d/2d mipmap generation support
Dave Airlie
2011-02-25
1
-6
/
+37
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-02-24
24
-209
/
+2411
|
\
|
|
*
gallium/utils: Fix vertex element setup
Fabian Bieler
2011-02-24
1
-2
/
+3
|
*
util: Make refcnt and symbol debuggers work on windows
Jakob Bornecrantz
2011-02-18
2
-2
/
+21
|
*
u_vbuf_mgr: initialize flag indicating that buffers have been updated
Marek Olšák
2011-02-18
1
-1
/
+1
|
*
util: Fix typo in last commit.
José Fonseca
2011-02-17
1
-1
/
+1
|
*
util: Cleanup symbol name resolution on Windows.
José Fonseca
2011-02-17
2
-39
/
+1310
|
*
gallium/util: init key with memset()
Brian Paul
2011-02-16
1
-1
/
+3
|
*
Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...
Dave Airlie
2011-02-16
1
-14
/
+2
|
*
util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)
Marek Olšák
2011-02-16
1
-2
/
+14
|
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
5
-1
/
+8
|
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
3
-6
/
+15
|
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
2
-2
/
+0
|
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
5
-10
/
+23
|
*
u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZED
Marek Olšák
2011-02-14
1
-3
/
+12
|
*
u_vbuf_mgr: fix segfault
Marek Olšák
2011-02-12
1
-1
/
+1
|
*
util: Define round and roundf on MSVC.
José Fonseca
2011-02-11
1
-1
/
+13
|
*
u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.
José Fonseca
2011-02-10
1
-2
/
+9
|
*
u_blitter: let the driver check whether there's a recursion
Marek Olšák
2011-02-10
2
-6
/
+9
|
*
u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer
Marek Olšák
2011-02-08
2
-1
/
+3
|
*
u_vbuf_mgr: remove tabs
Marek Olšák
2011-02-08
1
-18
/
+18
|
*
u_vbuf_mgr: make the uploader public
Marek Olšák
2011-02-08
2
-17
/
+15
|
*
util: import a new vertex buffer manager
Marek Olšák
2011-02-07
2
-0
/
+719
|
*
util: Change u_get_transfer_vtbl usage argument type to match prototype.
Vinson Lee
2011-02-03
1
-1
/
+1
|
*
util: Prevent transfer dangling pointer on map failure.
José Fonseca
2011-02-03
1
-0
/
+1
|
*
util: Call tables should be const.
Henri Verbeet
2011-01-30
1
-1
/
+1
[next]