summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-123-2/+38
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
| * trace: adapt to stencil ref changesRoland Scheidegger2010-02-103-1/+37
* | gallium: use os_time.hBrian Paul2010-02-101-2/+2
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-5/+3
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-3/+2
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+0
* | gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-084-34/+33
* | trace: util_stream -> os_streamJosé Fonseca2010-02-041-6/+6
* | trace: Use u_time.José Fonseca2010-02-041-10/+3
* | trace: Include the appropriate header instead of defining prototypes.José Fonseca2010-02-031-1/+1
* | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-022-2/+2
* | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+1
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-023-1/+3
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-11/+21
|\ \
| * | trace: adapt to blend changesRoland Scheidegger2010-01-251-11/+21
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+1
|\ \ \ | |/ / |/| |
| * | st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-191-0/+1
* | | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-153-8/+9
|\ \ \ | |_|/ |/| |
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-243-8/+9
* | | pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol2010-01-061-1/+1
* | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-27/+12
|\ \ \
| * | | gallium: remove return value from draw callsKeith Whitwell2009-12-212-28/+13
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | trace: Remove comma at end of enumerator list.Vinson Lee2010-01-031-1/+1
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-313-5/+7
|\| | |
| * | | trace: Silence unused variable warnings.Vinson Lee2009-12-271-0/+2
| * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-272-5/+5
| |\ \ \
| | * | | trace: Silence uninitialized variable warnings.Vinson Lee2009-12-221-2/+2
| | * | | trace: Add PIPE_OS_APPLE.Vinson Lee2009-12-222-3/+3
* | | | | xlib: Integrate the trace driver with all pipe drivers.José Fonseca2009-12-281-3/+2
* | | | | trace: Fix transfer size computation.José Fonseca2009-12-261-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-20/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-20/+0
* | | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-8/+10
|/ / /
* | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-044-32/+11
|\ \ \
| * | | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-304-32/+11
* | | | trace: Implement separate vertex sampler state.Michal Krol2009-12-012-8/+71
* | | | trace: Reduce double semicolons to single ones.Michal Krol2009-12-011-30/+30
* | | | trace: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-6/+6
|/ / /
* / / gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-192-6/+6
|/ /
* | trace: Check for destroy before calling itJakob Bornecrantz2009-10-201-1/+3
* | trace: Handle transfer returning nullJakob Bornecrantz2009-10-141-1/+2
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-1/+1
* | util: Enable sockets on BSDRobert Noland2009-10-011-1/+1
* | gallium/trace: casts to silence warningsBrian Paul2009-09-241-4/+4
* | trace: fix printf warningsKeith Whitwell2009-09-241-5/+5
|/