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
/
u_inlines.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: fix GetTexImage for compressed 2D array textures
Marek Olšák
2013-01-04
1
-0
/
+18
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-6
/
+3
*
util: add util_copy_constant_buffer() helper function
Brian Paul
2012-12-11
1
-0
/
+20
*
util: added pipe_surface_release() function
Brian Paul
2012-11-30
1
-0
/
+16
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
1
-0
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-28
/
+0
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-47
/
+19
*
util: add casts to silence signed/unsigned comparison warnings
Brian Paul
2012-08-31
1
-2
/
+2
*
gallium/u_blitter: implement blitting multisample resources
Marek Olšák
2012-08-15
1
-3
/
+17
*
gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlines
Marek Olšák
2012-07-12
1
-0
/
+26
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-8
/
+0
*
gallium/graw: stop using user_buffer_create
Marek Olšák
2012-05-12
1
-0
/
+13
*
auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.
José Fonseca
2012-05-12
1
-0
/
+1
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-0
/
+15
*
gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZED
Marek Olšák
2012-04-18
1
-1
/
+1
*
gallium/util: add helper function util_query_clear_result
Marek Olšák
2012-03-30
1
-0
/
+30
*
gallium: added pipe_sampler_view_release() function
Brian Paul
2012-02-23
1
-0
/
+22
*
svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points
Marek Olšák
2012-01-31
1
-0
/
+11
*
gallium: fix behavior of pipe_buffer_map_range
Marek Olšák
2012-01-05
1
-5
/
+2
*
gallium: utility helper functions for stream output
Marek Olšák
2011-12-15
1
-0
/
+12
*
gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.
Mathias Fröhlich
2011-03-15
1
-0
/
+2
*
util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.
José Fonseca
2011-03-09
1
-1
/
+6
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-1
/
+2
*
util: Prevent transfer dangling pointer on map failure.
José Fonseca
2011-02-03
1
-0
/
+1
*
r300g: fix some bugs with zbuffer compression (v4)
Marek Olšák
2011-01-27
1
-0
/
+15
*
util: add comments to u_upload_mgr and u_inlines
Marek Olšák
2011-01-06
1
-0
/
+10
*
gallium: drivers should reference vertex buffers
Marek Olšák
2011-01-06
1
-0
/
+18
*
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-20
1
-2
/
+1
*
init ps->context with util_surfaces_get and do_get
Xavier Chantry
2010-12-05
1
-5
/
+8
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-46
/
+45
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-1
/
+0
*
util: Make the reference debuggin code more C++ friendly.
José Fonseca
2010-08-21
1
-5
/
+11
*
gallium: hook up reference count debugging code
Luca Barbieri
2010-08-20
1
-6
/
+13
*
gallium: more work on ccw flag removal
Keith Whitwell
2010-05-14
1
-0
/
+18
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
u_inlines: split pipe_surface_init in pipe_surface_reset and *_init
Luca Barbieri
2010-04-18
1
-2
/
+10
*
u_inlines: add function to initialize pipe_surface
Luca Barbieri
2010-04-18
1
-0
/
+15
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-128
/
+164
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-9
/
+9
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-7
/
+7
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-6
/
+6
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-1
/
+4
|
\
|
|
*
util: Assert that pointer is not null before dereferencing.
Vinson Lee
2010-02-25
1
-1
/
+4
*
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-0
/
+10
|
/
*
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-1
/
+1
*
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
2010-02-02
1
-0
/
+3
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+301