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
/
drivers
/
trace
/
tr_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-5
/
+6
*
|
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
1
-27
/
+12
|
\
\
|
*
|
gallium: remove return value from draw calls
Keith Whitwell
2009-12-21
1
-27
/
+12
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
trace: Silence unused variable warnings.
Vinson Lee
2009-12-27
1
-0
/
+2
*
|
|
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-12-19
1
-20
/
+0
|
|
/
|
/
|
*
|
trace: Implement separate vertex sampler state.
Michal Krol
2009-12-01
1
-8
/
+68
*
|
trace: Reduce double semicolons to single ones.
Michal Krol
2009-12-01
1
-30
/
+30
*
|
trace: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-6
/
+6
|
/
*
gallium/trace: casts to silence warnings
Brian Paul
2009-09-24
1
-4
/
+4
*
trace: fix printf warnings
Keith Whitwell
2009-09-24
1
-5
/
+5
*
trace: Don't set surface_[fill|copy] if not set on pipe
Jakob Bornecrantz
2009-09-01
1
-2
/
+4
*
trace: __func__ --> __FUNCTION__.
Michal Krol
2009-06-10
1
-1
/
+1
*
trace/rbug: Add support for draw block rule
Jakob Bornecrantz
2009-06-09
1
-1
/
+32
*
trace/rbug: Return textures currently bound to context
Jakob Bornecrantz
2009-06-09
1
-2
/
+7
*
trace/rbug: Sleep on windows when blocked
Jakob Bornecrantz
2009-06-08
1
-1
/
+3
*
trace/rbug: Use condvar on system that has it for blocking
Jakob Bornecrantz
2009-06-05
1
-0
/
+5
*
trace/rbug: Add new contexts functions to trace rbug
Jakob Bornecrantz
2009-06-04
1
-0
/
+57
*
trace: Improve shader wrapping
Jakob Bornecrantz
2009-05-18
1
-2
/
+2
*
trace: Export enabled status
Jakob Bornecrantz
2009-05-16
1
-1
/
+1
[next]