index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
trace
/
tr_screen.c
Age
Commit message (
Expand
)
Author
2009-12-26
trace: Fix transfer size computation.
José Fonseca
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-11-30
fixups for interface changes (mostly state trackers)
Roland Scheidegger
2009-10-14
trace: Handle transfer returning null
Jakob Bornecrantz
2009-10-02
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-08-11
gallium: Add texture usage information to surface_buffer_create
Jakob Bornecrantz
2009-07-02
trace: Add drm api integration
Jakob Bornecrantz
2009-06-01
trace/rbug: Add rbug integration for remote debugging
Jakob Bornecrantz
2009-05-16
trace: Export enabled status
Jakob Bornecrantz
2009-05-16
trace: Unwrap buffer in texture_blanket
Jakob Bornecrantz
2009-05-16
trace: Move state dump functions to tr_dump_state.[c|h]
Jakob Bornecrantz
2009-04-20
trace: Add initializer for static variables
Jakob Bornecrantz
2009-04-19
trace: Enable dumping to be turned on and off
Jakob Bornecrantz
2009-04-17
trace: Keep screen objects on lists
Jakob Bornecrantz
2009-04-17
trace: Simplify trace_buffer function
Jakob Bornecrantz
2009-04-09
trace: Dump the fence, not its pointer.
José Fonseca
2009-04-09
trace: Use 'flags' name consistently.
José Fonseca
2009-04-08
trace: Simplify cast wrappers.
José Fonseca
2009-03-22
trace: Fix args to buffer write
Jakob Bornecrantz
2009-03-19
trace: Formalize on a standard for data size pair
Jakob Bornecrantz
2009-03-16
trace: Dump buffer data via buffer writes
Jakob Bornecrantz
2009-03-13
trace: Fix some typos
Jakob Bornecrantz
2009-03-12
trace: Wrap pipe_buffers
Jakob Bornecrantz
2009-03-11
trace: Move buffer functions from winsys to screen
Jakob Bornecrantz
2009-03-11
trace: Remove all whitespace at EOL
Jakob Bornecrantz
2009-03-11
trace: Fixup trace a bit
Jakob Bornecrantz
2009-03-11
trace: Fixup trace a bit
Jakob Bornecrantz
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-18
gallium: Fix up trace driver for introduction of struct pipe_transfer.
Michel Dänzer
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
trace: Don't trace texture/surfaces releases, only destructions.
José Fonseca
2008-08-15
trace: Wrap all textures and surface created by the pipe driver.
José Fonseca
2008-08-15
trace: Trace surface contents.
José Fonseca
2008-08-15
trace: Make stream a global variable.
José Fonseca
2008-08-14
trace: Separate the trace screen/context vs the original screen/context.
José Fonseca
2008-08-12
trace: Trace winsys/screen/context creation.
José Fonseca
2008-08-09
trace: Prevent tracing internal pipe driver calls.
José Fonseca
2008-08-09
trace: Trace pipe_winsys calls.
José Fonseca
2008-08-07
trace: Dump format names.
José Fonseca
2008-08-07
trace: New pipe driver to trace incoming calls.
José Fonseca