summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug
AgeCommit message (Expand)AuthorFilesLines
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-4/+4
2011-03-13rbug: Use the call mutexJakob Bornecrantz1-19/+187
2011-03-13rbug: Skip drawing on disabled shadersJakob Bornecrantz1-1/+4
2011-03-11gallium: remove flags from the flush functionMarek Olšák2-3/+1
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-4/+2
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-8/+4
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-18/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4
2011-03-03rbug: Fix depth stencil surface not being sent to the clientJakob Bornecrantz1-0/+3
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+14
2011-01-25rbug: Fix surface reference leakJakob Bornecrantz1-3/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger5-73/+68
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca1-0/+2
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-15/+1
2010-09-22rbug: fix rbug when contexts are being destroyedZack Rusin1-0/+1
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-0/+12
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-86/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+34
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2-14/+0
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+1
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-30/+30
2010-05-29rbug: adapt to clear interface changesRoland Scheidegger1-28/+48
2010-05-26rbug: add set sample mask passthrough.Dave Airlie1-0/+12
2010-05-21rbug: fix breakage due to interface changesRoland Scheidegger2-42/+56
2010-05-17rbug: remove extra semicolonBrian Paul1-1/+1
2010-05-12rbug: Update and add READMEsJakob Bornecrantz1-0/+58
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz2-0/+9
2010-05-12rbug: Use container of macroJakob Bornecrantz1-7/+10
2010-05-12rbug: Fix draw blockingJakob Bornecrantz3-2/+84
2010-05-12rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz4-19/+39
2010-05-12rbug: Fix shadersJakob Bornecrantz5-36/+188
2010-05-12rbug: Break out of traceJakob Bornecrantz10-0/+2797