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
/
docs
/
source
/
context.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-1
/
+2
*
gallium-docs: Add documentation for when using several contexts
Axel Davy
2016-12-20
1
-0
/
+23
*
gallium: add pipe_context::set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+15
*
gallium/docs: clarify render_condition_enabled parameter to clear functions
Brian Paul
2016-08-31
1
-0
/
+4
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-6
/
+4
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-3
/
+4
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+3
*
gallium: add PIPE_FLUSH_DEFERRED
Marek Olšák
2016-07-22
1
-0
/
+10
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
gallium: add API for setting window rectangles
Ilia Mirkin
2016-06-18
1
-3
/
+14
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+3
*
gallium: add a way to store query result into buffer
Ilia Mirkin
2016-02-04
1
-0
/
+5
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+11
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+4
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
1
-0
/
+3
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-8
/
+8
*
gallium: add set_tess_state to configure default tessellation parameters
Ilia Mirkin
2015-05-16
1
-0
/
+5
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-0
/
+4
*
gallium/docs: improve documentation of render condition wrt blits.
Roland Scheidegger
2014-05-31
1
-3
/
+7
*
gallium/docs: clarify when query results are reset
Rob Clark
2014-05-14
1
-0
/
+2
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
gallium/docs: fix incorrect/missing references
Ilia Mirkin
2014-04-01
1
-3
/
+3
*
gallium: add interface to clear buffers
Ilia Mirkin
2014-03-31
1
-0
/
+5
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-4
/
+5
*
gallium: add interface for persistent and coherent buffer mappings
Marek Olšák
2014-02-25
1
-0
/
+22
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-10
/
+4
*
gallium/docs: update bind_sampler_states() documentation
Brian Paul
2013-10-03
1
-5
/
+6
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+13
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
1
-0
/
+2
*
gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
Roland Scheidegger
2013-06-19
1
-4
/
+6
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-5
/
+9
*
gallium/docs: fix up transfer description for 1d arrays, add cube map arrays
Roland Scheidegger
2013-06-07
1
-5
/
+4
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-3
/
+5
*
gallium/docs: fix definition of PIPE_QUERY_SO_STATISTICS
Christoph Bumiller
2013-04-03
1
-3
/
+5
*
d3d1x: Remove.
José Fonseca
2013-03-12
1
-1
/
+1
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
1
-2
/
+1
*
gallium/docs: fix sphinx warning
Andreas Boll
2012-10-24
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-13
/
+11
*
gallium: remove resource_resolve
Marek Olšák
2012-09-30
1
-14
/
+0
*
gallium: add blit into the interface
Marek Olšák
2012-09-30
1
-0
/
+9
*
gallium/docs: remove documentation of redefine_user_buffer
Marek Olšák
2012-05-12
1
-14
/
+0
*
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
gallium: Add context hooks for binding shader resources.
Francisco Jerez
2012-05-11
1
-1
/
+19
*
gallium: Basic compute interface.
Francisco Jerez
2012-05-11
1
-0
/
+39
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-20
/
+41
*
gallium: add new query types and missing documentation
Christoph Bumiller
2011-10-20
1
-6
/
+57
*
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
2011-08-04
1
-1
/
+8
*
gallium/docs: Improve min_index/max_index description.
José Fonseca
2011-04-16
1
-8
/
+17
*
gallium: add texture barrier support to the interface and st/mesa (v2)
Marek Olšák
2011-03-15
1
-0
/
+10
*
gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions.
José Fonseca
2011-02-22
1
-13
/
+29
[next]