aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dump_state.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: use standard name for vsnprintf()Eric Engestrom2019-07-191-1/+1
* gallium/u_dump: util_dump_sampler_view: Dump u.tex.first_levelGuido Günther2019-04-041-1/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+2
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* gallium/aux/util/u_dump_state.c: Fix two -Wunused-paramter warningsGert Wollny2017-11-171-2/+2
* gallium/u_dump: add and use util_dump_transfer_usageNicolai Hähnle2017-11-091-1/+1
* gallium/u_dump: add util_dump_nsNicolai Hähnle2017-11-091-0/+10
* gallium/u_dump: export util_dump_ptrNicolai Hähnle2017-11-091-2/+2
* util: fix valgrind errors when dumping pipe_draw_infoNicolai Hähnle2017-08-231-3/+9
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-021-9/+9
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-20/+3
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-5/+10
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-2/+2
* gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle2017-05-101-5/+7
* gallium/util: add util_dump_grid_infoNicolai Hähnle2017-05-101-0/+27
* gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle2017-04-141-0/+5
* ddebug: dump shader buffers and imagesMarek Olšák2016-09-131-0/+19
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-281-2/+2
* gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2016-04-071-0/+2
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-17/+17
* gallium/util: improve dump functionsMarek Olšák2015-07-221-51/+182
* tgsi: allow dumping to a file directlyMarek Olšák2015-07-221-4/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-0/+27
* gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák2015-05-161-0/+2
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+3
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium/util: dump instance_divisorMarek Olšák2013-03-111-2/+1
* gallium/util: complete implementation of util_dump_transferMarek Olšák2013-01-041-4/+5
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* gallium: add helpers for dumping pipe_box and pipe_blit_infoMarek Olšák2012-09-301-0/+73
* 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
* util: add helper function util_dump_draw_infoMarek Olšák2012-01-051-0/+32
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+19
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-52/+51
* 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: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-6/+8
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-6/+7
* gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+9
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+0
|\
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
|/