summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw
AgeCommit message (Expand)AuthorFilesLines
2022-10-01delete graw testsMike Blumenkrantz93-6576/+0
2022-06-01tests/graw: rename shaders from .sh to .txtErik Faye-Lund66-0/+0
2021-08-20gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák7-8/+8
2021-05-21gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák5-13/+11
2021-04-30gallium: split drawid out of pipe_draw_info and as a separate draw_vbo paramMike Blumenkrantz1-1/+1
2021-04-30gallium: move pipe_draw_info::index_bias to pipe_draw_start_count_biasMike Blumenkrantz1-0/+1
2021-04-30gallium: rename pipe_draw_start_count -> pipe_draw_start_count_biasMike Blumenkrantz1-1/+1
2021-03-21gallium,st: add missing viewport swizzlesIlia Mirkin8-0/+40
2021-01-27gallium: add take_ownership param into set_vertex_buffers to eliminate atomicsMarek Olšák16-16/+16
2021-01-27gallium: add unbind_num_trailing_slots to set_sampler_viewsMarek Olšák7-8/+8
2021-01-27gallium: add unbind_num_trailing_slots to set_vertex_buffersMarek Olšák16-16/+16
2021-01-27gallium: add take_ownership param into set_constant_buffer to eliminate atomicsMarek Olšák1-2/+2
2020-12-22gallium: inline pipe_depth_state to decrease DSA state size by 4 bytesMarek Olšák1-3/+3
2020-12-14gallium: Add optional pipe_context to flush_frontbufferJesse Natalie9-9/+9
2020-11-18gallium: extend draw_vbo to support multi drawsMarek Olšák1-3/+4
2020-11-18gallium: make pipe_draw_indirect_info * a draw_vbo parameterMarek Olšák1-1/+1
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák5-13/+13
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák9-9/+9
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz17-13/+17
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca1-44/+0
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-08-03meson: drop unused dep_{thread,dl}Eric Engestrom1-1/+1
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+2
2019-06-06tests/graw: use C99 print conversion specifier for 32 bit buildsMark Janes1-1/+2
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák10-10/+20
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák9-17/+0
2018-04-18meson: build graw testsDylan Baker1-0/+36
2017-09-08gallium/tests: use ARRAY_SIZE macroEric Engestrom3-3/+9
2017-09-04gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2-8/+8
2017-05-11gallium/tests: fix build after index buffer changesMarek Olšák16-32/+32
2017-03-10gallium/tests: remove execute bit from TGSI shader - vert-uadd.shEmil Velikov1-0/+0
2016-10-07gallium: add missing zero-init for resource templatesRob Clark9-0/+16
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák5-72/+49
2016-05-25scons: whitespace cleanupGiuseppe Bilotta1-1/+1
2016-05-17Treewide: Remove Elements() macroJan Vesely1-1/+1
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák3-23/+23
2016-03-21gallium/tests: declare sampler views in shadersBrian Paul3-0/+3
2016-02-08gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul1-0/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák9-9/+9
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-7/+7
2014-12-01graw: Avoid 'near'/'far' variables.José Fonseca8-24/+24
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák8-16/+0
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand1-1/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+2
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák16-19/+19
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie9-9/+9
2013-11-25llvmpipe: support 8bit subpixel precisionZack Rusin2-0/+175
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul7-8/+8
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2-0/+24