summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)Author
2010-02-03trace: Include the appropriate header instead of defining prototypes.José Fonseca
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-25trace: adapt to blend changesRoland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-03trace: Remove comma at end of enumerator list.Vinson Lee
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-12-27trace: Silence unused variable warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26trace: Fix transfer size computation.José Fonseca
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-22trace: Silence uninitialized variable warnings.Vinson Lee
2009-12-22trace: Add PIPE_OS_APPLE.Vinson Lee
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-01trace: Implement separate vertex sampler state.Michal Krol
2009-12-01trace: Reduce double semicolons to single ones.Michal Krol
2009-12-01trace: Update for renamed sampler/texture state setters.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-20trace: Check for destroy before calling itJakob Bornecrantz
2009-10-14trace: Handle transfer returning nullJakob Bornecrantz
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-01util: Enable sockets on BSDRobert Noland
2009-09-24gallium/trace: casts to silence warningsBrian Paul
2009-09-24trace: fix printf warningsKeith Whitwell
2009-09-01trace: Don't set surface_[fill|copy] if not set on pipeJakob Bornecrantz
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca
2009-08-11gallium/trace: remove stray semicolonsBrian Paul
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-08-05trace: Use correct texture in drm_api wrapperJakob Bornecrantz
2009-07-20gallium/trace: Fix SCons build.Michel Dänzer
2009-07-02trace: Add drm api integrationJakob Bornecrantz
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-06-18trace: Use size_t consistently.José Fonseca
2009-06-14trace: Don't write state objects to file if dumping is not setJakob Bornecrantz