summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)AuthorFilesLines
2013-06-22trace: Dump result of create_stream_output_targetJosé Fonseca1-0/+2
2013-06-21trace: Don't dump texture transfers.José Fonseca3-10/+19
2013-06-19trace: Dump pipe_rasterizer_state::clip_halfz.José Fonseca1-0/+1
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+3
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-12/+20
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-25trace: Only close trace files on exit.José Fonseca3-18/+4
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-1/+2
2013-02-22trace: Never close stdout/stderr.José Fonseca1-2/+9
2013-02-22trace: Fix set_constant_buffer dumping.José Fonseca1-2/+2
2013-02-15trace: add context pointer sanity checkingBrian Paul3-0/+23
2013-02-15trace: fix incorrect trace_surface::base.context pointerBrian Paul3-4/+7
2013-02-15trace: whitespace, comment clean-upsBrian Paul1-6/+2
2013-02-15trace: move struct tr_list to tr_texture.hBrian Paul2-5/+8
2013-02-01trace: measure time for each gallium callBrian Paul1-0/+24
2013-02-01trace: add void to function definitionBrian Paul1-1/+2
2013-02-01trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul1-3/+11
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-10Clean up .gitignore filesMatt Turner1-2/+0
2013-01-10trace: Convert to automakeTom Stellard3-13/+19
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-2/+4
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+0
2012-12-07trace: dump pipe_resource::nr_samplesMarek Olšák1-0/+1
2012-11-09trace: Support geometry shaders.José Fonseca1-115/+71
2012-11-05trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2-15/+23
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-3/+4
2012-10-26trace: Flush before drawing.José Fonseca3-0/+11
2012-10-25trace: Fix dumping of set_constant_buffer method.José Fonseca3-9/+21
2012-10-11gallium: unify transfer functionsMarek Olšák2-45/+15
2012-09-30gallium: implement blit in driver wrappersMarek Olšák3-6/+88
2012-08-16gallium/trace: add 'start' parameter to bind_sampler_states/views()Brian Paul1-4/+14
2012-08-16gallium/trace: consolidate sampler, sampler_view codeBrian Paul1-50/+82
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-1/+1
2012-07-10trace: implement get_timestampMarek Olšák1-0/+19
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-3/+0
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-44/+0
2012-05-12trace: Fix pipe_context::clear dumping.José Fonseca1-1/+3
2012-05-12trace: Fix pipe_shader_state dumping.José Fonseca1-2/+4
2012-05-12trace: Match NULL context members.José Fonseca1-73/+79
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-25/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-5/+16
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+2
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard1-0/+3
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2-10/+0
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák1-2/+4
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-2/+5
2012-01-05trace: dump primitive restart infoMarek Olšák1-0/+3
2011-12-15trace: implement stream output interfaceChristoph Bumiller1-0/+73
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-0/+21