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
/
docs
/
source
/
context.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+16
*
gallium/docs: more info about setting samplers and sampler views
Brian Paul
2011-02-03
1
-11
/
+23
*
gallium/docs: add info about transfer boxes and array textures
Brian Paul
2011-01-28
1
-0
/
+16
*
gallium: add an interface for query predicates
Zack Rusin
2011-01-26
1
-0
/
+5
*
gallium/docs: document result type for some types of queries
Brian Paul
2011-01-19
1
-0
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-9
/
+31
*
gallium: new CAP, state for primitive restart
Brian Paul
2010-10-21
1
-0
/
+9
*
gallium: Change the resource_copy_region semantics to allow copies between di...
José Fonseca
2010-09-13
1
-3
/
+5
*
gallium/docs: notes on scissor state
Keith Whitwell
2010-08-25
1
-1
/
+3
*
gallium/docs: Document draw_vbo and set_index_buffer.
Chia-I Wu
2010-07-29
1
-39
/
+16
*
gallium/docs: Flesh out the distro information.
Corbin Simpson
2010-06-16
1
-0
/
+2
*
gallium/docs: Fix RST error.
Corbin Simpson
2010-06-16
1
-1
/
+1
*
gallium: make draw auto work and add relevant caps and docs
Zack Rusin
2010-06-08
1
-0
/
+17
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
1
-4
/
+4
*
gallium: clear interface changes
Roland Scheidegger
2010-05-28
1
-7
/
+20
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-7
/
+12
|
\
|
*
gallium: clean up resource_copy_region function
Roland Scheidegger
2010-05-17
1
-4
/
+3
|
*
gallium: interface changes for multisampling
Roland Scheidegger
2010-04-26
1
-5
/
+11
*
|
gallium/docs: s/milli/nano/
Mathias Fröhlich
2010-05-19
1
-1
/
+1
*
|
gallium/docs: Fix missing ref.
Corbin Simpson
2010-05-17
1
-7
/
+11
*
|
gallium/docs: Update for timer queries.
Corbin Simpson
2010-05-17
1
-3
/
+10
|
/
*
gallium/docs: Make it clear that minIndex, maxIndex is exclusively a index bu...
José Fonseca
2010-04-20
1
-0
/
+3
*
docs: Document indexBias.
José Fonseca
2010-04-19
1
-0
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-3
/
+49
*
gallium/docs: Clarify sampler view descriptions.
Michal Krol
2010-03-19
1
-5
/
+5
*
gallium/docs: Fix a couple ReST errors.
Corbin Simpson
2010-03-19
1
-0
/
+1
*
gallium/docs: Create a separate section for Sampler Views.
Michal Krol
2010-03-16
1
-17
/
+35
*
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-1
/
+1
|
\
|
*
gallium/docs: document new vertex element cso interface
Roland Scheidegger
2010-03-01
1
-1
/
+1
*
|
docs: Document sampler view entry points.
Michal Krol
2010-02-25
1
-4
/
+18
*
|
docs: Update after sampler view changes.
Michal Krol
2010-02-25
1
-2
/
+4
|
/
*
docs: fix up documentation for stencil ref value changes
Roland Scheidegger
2010-02-09
1
-2
/
+3
*
gallium: document pipe_context::get_query_result()
Brian Paul
2010-01-29
1
-3
/
+9
*
gallium-docs: Add note on scissor.
Corbin Simpson
2010-01-25
1
-1
/
+4
*
gallium/docs: document conditional rendering
Brian Paul
2010-01-21
1
-0
/
+36
*
gallium: document set_constant_buffer
Roland Scheidegger
2010-01-15
1
-1
/
+5
*
gallium: remove set_edgeflags from docs
Roland Scheidegger
2010-01-15
1
-1
/
+0
*
gallium: Document drawing commands.
Michal Krol
2010-01-14
1
-2
/
+57
*
gallium/docs: extend the context docs a little
Keith Whitwell
2009-12-21
1
-16
/
+63
*
Moar docs, mostly context.
Corbin Simpson
2009-12-20
1
-1
/
+72
[next]