summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* trace: Remove unnecessary headers.Vinson Lee2010-03-141-3/+0
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-114-13/+18
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-116-147/+161
* trace: Make tr_public.h c++ friendly.José Fonseca2010-03-101-9/+17
* trace: include tr_public.hKeith Whitwell2010-03-101-0/+1
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-102-25/+67
|\
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-25/+67
| |\
| | * trace: adapt to new vertex element csoRoland Scheidegger2010-03-011-24/+67
| | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* | | targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2010-03-093-3/+38
|/ /
* | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-70/+0
* | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-65/+35
|\ \
| * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-012-65/+35
* | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-1/+0
|\ \ \ | |/ / |/| |
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
* | | gallium/trace: remove unneeded path prefixes on #includesBrian Paul2010-02-261-5/+5
|/ /
* / trace: Propagate api->name upJakob Bornecrantz2010-02-181-0/+1
|/
* trace: Dump blend state as a binary blob.José Fonseca2010-02-151-37/+1
* trace: Fix constant buffer unwrapping.José Fonseca2010-02-151-9/+4
* trace: No need to dump reference counts.José Fonseca2010-02-141-13/+0
* trace: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* trace: Use util_format_name().José Fonseca2010-02-141-1/+2
* trace: Fix generated XML.José Fonseca2010-02-143-22/+9
* 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
|\ \ \ \ | | |_|/ | |/| |