summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug
AgeCommit message (Expand)AuthorFilesLines
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