summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* trace: measure time for each gallium callBrian Paul2013-02-011-0/+24
* trace: add void to function definitionBrian Paul2013-02-011-1/+2
* trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul2013-02-011-3/+11
* Remove hacks for static MakefilesMatt Turner2013-01-131-4/+0
* Clean up .gitignore filesMatt Turner2013-01-101-2/+0
* trace: Convert to automakeTom Stellard2013-01-103-13/+19
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+4
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* trace: Support geometry shaders.José Fonseca2012-11-091-115/+71
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-052-15/+23
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+4
* trace: Flush before drawing.José Fonseca2012-10-263-0/+11
* trace: Fix dumping of set_constant_buffer method.José Fonseca2012-10-253-9/+21
* gallium: unify transfer functionsMarek Olšák2012-10-112-45/+15
* gallium: implement blit in driver wrappersMarek Olšák2012-09-303-6/+88
* gallium/trace: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-4/+14
* gallium/trace: consolidate sampler, sampler_view codeBrian Paul2012-08-161-50/+82
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-1/+1
* trace: implement get_timestampMarek Olšák2012-07-101-0/+19
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-44/+0
* trace: Fix pipe_context::clear dumping.José Fonseca2012-05-121-1/+3
* trace: Fix pipe_shader_state dumping.José Fonseca2012-05-121-2/+4
* trace: Match NULL context members.José Fonseca2012-05-121-73/+79
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-25/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-5/+16
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+2
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-10/+0
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-2/+4
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-2/+5
* trace: dump primitive restart infoMarek Olšák2012-01-051-0/+3
* trace: implement stream output interfaceChristoph Bumiller2011-12-151-0/+73
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+21
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-9/+8
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+1
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-7/+7
* trace: implement texture_barrierMarek Olšák2011-05-291-0/+16
* trace: implement render_conditionMarek Olšák2011-05-291-0/+20
* trace: Correct/cleanup.José Fonseca2011-04-066-74/+114
* Revert "trace: Dump blend state as a binary blob."José Fonseca2011-04-061-1/+37
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-061-1/+6
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-3/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-11/+7
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-26/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4