summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_dump_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-23util: fix valgrind errors when dumping pipe_draw_infoNicolai Hähnle1-3/+9
2017-08-02gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle1-9/+9
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-20/+3
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák1-5/+10
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-2/+2
2017-05-10gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle1-5/+7
2017-05-10gallium/util: add util_dump_grid_infoNicolai Hähnle1-0/+27
2017-04-14gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle1-0/+5
2016-09-13ddebug: dump shader buffers and imagesMarek Olšák1-0/+19
2016-08-17gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+2
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+2
2016-04-28gallium/util: s/Elements/ARRAY_SIZE/Brian Paul1-2/+2
2016-04-07gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan1-0/+2
2015-12-06gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan1-17/+17
2015-07-22gallium/util: improve dump functionsMarek Olšák1-51/+182
2015-07-22tgsi: allow dumping to a file directlyMarek Olšák1-4/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-07-16gallium: add interface for writable shader imagesMarek Olšák1-0/+27
2015-05-16gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák1-0/+2
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+3
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-03-11gallium/util: dump instance_divisorMarek Olšák1-2/+1
2013-01-04gallium/util: complete implementation of util_dump_transferMarek Olšák1-4/+5
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+0
2012-09-30gallium: add helpers for dumping pipe_box and pipe_blit_infoMarek Olšák1-0/+73
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-05util: add helper function util_dump_draw_infoMarek Olšák1-0/+32
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-0/+19
2011-11-29gallium/auxiliary: Remove os_stream.José Fonseca1-52/+51
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+1
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+0
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-6/+8
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-6/+7
2010-04-28gallium/util: convert //-style commentsBrian Paul1-2/+2
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-10/+9
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-1/+0
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-1/+0
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger1-1/+0
2010-02-14util: Avoid dumping masked state. Other minor improvements.José Fonseca1-28/+38
2010-02-14util: Helper functions to dump all state objects.José Fonseca1-0/+699