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: 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
*
trace: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-24
/
+67
*
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
*
trace: If either shader is disabled don't draw
Jakob Bornecrantz
2009-05-16
1
-0
/
+13
*
trace: Put shaders on a list in the context
Jakob Bornecrantz
2009-05-16
1
-8
/
+33
*
trace: Move state dump functions to tr_dump_state.[c|h]
Jakob Bornecrantz
2009-05-16
1
-1
/
+1
*
trace: Enable dumping to be turned on and off
Jakob Bornecrantz
2009-04-19
1
-1
/
+1
*
trace: Keep screen objects on lists
Jakob Bornecrantz
2009-04-17
1
-3
/
+8
*
trace: Fix is_referenced functions
Jakob Bornecrantz
2009-04-17
1
-2
/
+6
*
trace: Simplify trace_buffer function
Jakob Bornecrantz
2009-04-17
1
-5
/
+3
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-0
/
+44
*
trace: Simplify cast wrappers.
José Fonseca
2009-04-08
1
-6
/
+2
*
trace: Match pipe_context::clear prototype.
José Fonseca
2009-04-08
1
-7
/
+4
*
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-04-04
1
-8
/
+13
*
trace: Defer the cast to after the check for enabled trace.
José Fonseca
2009-03-25
1
-2
/
+5
*
trace: Fix memory leak
Jakob Bornecrantz
2009-03-16
1
-1
/
+2
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-3
/
+1
*
trace: Wrap pipe_buffers
Jakob Bornecrantz
2009-03-12
1
-5
/
+45
*
trace: Move buffer functions from winsys to screen
Jakob Bornecrantz
2009-03-11
1
-11
/
+10
*
trace: Remove all whitespace at EOL
Jakob Bornecrantz
2009-03-11
1
-70
/
+70
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-2
/
+2
*
gallium: Replace uint64 by standard uint64_t.
José Fonseca
2009-01-08
1
-2
/
+2
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
trace: Hack to detect writes to user buffers.
José Fonseca
2008-08-21
1
-0
/
+11
[next]