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: 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
*
u_blitter: use user buffers instead of real buffers
Marek Olšák
2011-01-29
1
-21
/
+8
*
util: Fix leak of transfers in upload manager
Jakob Bornecrantz
2011-01-28
1
-0
/
+1
*
util: fix parsing debug options
Marek Olšák
2011-01-27
1
-19
/
+25
*
r300g: fix some bugs with zbuffer compression (v4)
Marek Olšák
2011-01-27
3
-40
/
+65
*
util: require debug options to be separated by commas
Marek Olšák
2011-01-26
1
-1
/
+38
*
u_blitter: remove bogus assertion
Marek Olšák
2011-01-25
1
-3
/
+0
*
u_blitter: report recursion, update comments
Marek Olšák
2011-01-25
1
-1
/
+14
*
util: Add function logger helpers
Jakob Bornecrantz
2011-01-24
2
-0
/
+72
*
gallium/util: added pipe_put_tile_rgba_format()
Brian Paul
2011-01-22
2
-1
/
+18
*
gallium/util: simplify pipe_get_tile_rgba()
Brian Paul
2011-01-22
1
-20
/
+1
*
gallium/softpipe: replace pipe_get_tile_swizzle()
Brian Paul
2011-01-22
2
-55
/
+10
*
gallium/util: added util_format_linear()
Brian Paul
2011-01-22
1
-1
/
+41
*
util: Undo spurious changes in last commit.
José Fonseca
2011-01-13
1
-1
/
+1
*
util: Don't limit debug_printf message length on unices.
José Fonseca
2011-01-13
1
-1
/
+6
*
util: add comments to u_upload_mgr and u_inlines
Marek Olšák
2011-01-06
3
-15
/
+38
*
gallium: drivers should reference vertex buffers
Marek Olšák
2011-01-06
2
-13
/
+23
*
u_upload_mgr: new features
Marek Olšák
2011-01-06
2
-26
/
+92
*
u_upload_mgr: keep the upload buffer mapped until it is flushed
Marek Olšák
2011-01-06
1
-52
/
+14
*
util: Add forward declarations in u_index_modify.h.
Vinson Lee
2010-12-30
1
-0
/
+3
*
util: add a way to store translated indices to a user memory in u_index_modify
Marek Olšák
2010-12-29
2
-34
/
+101
*
gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM
Marek Olšák
2010-12-23
1
-0
/
+4
*
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-20
3
-10
/
+9
*
gallium: properly check for src->dst blit compatibilities
Jerome Glisse
2010-12-15
1
-2
/
+2
*
u_blitter: use util_is_format_compatible in the assert
Marek Olšák
2010-12-07
1
-1
/
+2
*
gallium/util: minor formatting fixes
Brian Paul
2010-12-06
1
-3
/
+3
*
init ps->context with util_surfaces_get and do_get
Xavier Chantry
2010-12-05
3
-12
/
+15
*
nvfx: fixes after array textures merge
Xavier Chantry
2010-12-05
2
-10
/
+25
*
gallium/util: add states relevant to geometry shaders
Zack Rusin
2010-12-02
1
-0
/
+4
*
util: Don't try to use imagehlp on mingw.
José Fonseca
2010-12-02
1
-2
/
+2
*
util: __builtin_frame_address() doesn't work on mingw.
José Fonseca
2010-12-02
1
-1
/
+4
*
util: Plug leaks in util_destroy_gen_mipmap.
José Fonseca
2010-12-02
1
-2
/
+4
*
util: C++ safe.
José Fonseca
2010-12-02
1
-0
/
+11
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
23
-548
/
+621
*
util: rename u_mempool -> u_slab
Marek Olšák
2010-11-30
2
-72
/
+72
*
u_blitter: interpolate clear color using a GENERIC varying instead of COLOR
Marek Olšák
2010-11-28
3
-25
/
+22
[next]