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
/
drivers
/
trace
/
tr_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-25
/
+0
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-5
/
+16
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-1
/
+2
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
1
-1
/
+0
*
trace: implement stream output interface
Christoph Bumiller
2011-12-15
1
-0
/
+73
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-7
/
+7
*
trace: implement texture_barrier
Marek Olšák
2011-05-29
1
-0
/
+16
*
trace: implement render_condition
Marek Olšák
2011-05-29
1
-0
/
+20
*
trace: Correct/cleanup.
José Fonseca
2011-04-06
1
-24
/
+30
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-3
/
+1
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-26
/
+0
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+23
*
gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_views
Xavier Chantry
2010-12-05
1
-0
/
+6
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-40
/
+91
*
trace: Fix set_index_buffer and draw_vbo tracing.
José Fonseca
2010-09-29
1
-19
/
+11
*
trace: Don't try to dump the rgba array if null
Jakob Bornecrantz
2010-08-28
1
-1
/
+4
*
trace: Don't immediately destroy the pipe's sampler view in the trace driver.
Alex Corscadden
2010-08-21
1
-1
/
+1
*
trace: Trace the correct version of the resource when setting the index buffer.
Alex Corscadden
2010-08-21
1
-1
/
+1
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-88
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+52
*
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
1
-2
/
+2
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-25
/
+53
|
\
|
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
1
-19
/
+19
|
*
trace: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-25
/
+53
*
|
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-3
/
+3
|
/
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-27
/
+53
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+17
|
*
trace: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-27
/
+36
*
|
trace: Add missing header.
Vinson Lee
2010-05-13
1
-0
/
+1
*
|
trace: Remove unnecessary headers.
Vinson Lee
2010-05-13
1
-1
/
+0
*
|
trace: Remove rbug from trace
Jakob Bornecrantz
2010-05-12
1
-145
/
+5
|
/
*
trace: Fix typo in method name.
José Fonseca
2010-05-02
1
-1
/
+1
*
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-23
1
-2
/
+2
*
trace: Implement index bias.
José Fonseca
2010-04-19
1
-6
/
+10
*
trace: Ignore transfer_flush_region too.
José Fonseca
2010-04-14
1
-7
/
+0
*
trace: Fix several regressions introduced by recent interface changes.
José Fonseca
2010-04-12
1
-69
/
+52
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-109
/
+141
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-0
/
+137
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-4
/
+5
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-0
/
+136
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-24
/
+67
|
\
|
|
*
trace: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-24
/
+67
*
|
trace: Fix after sampler view changes.
Michal Krol
2010-02-23
1
-0
/
+59
*
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-38
/
+38
|
/
*
trace: Fix constant buffer unwrapping.
José Fonseca
2010-02-15
1
-9
/
+4
*
trace: Fix generated XML.
José Fonseca
2010-02-14
1
-1
/
+1
*
trace: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
1
-0
/
+19
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-13
/
+4
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-5
/
+6
|
\
|
*
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
[next]