summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin12-15/+22
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin5-5/+4
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin7-6/+43
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin6-1/+75
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin9-75/+381
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin11-1/+161
2010-06-08st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie5-10/+63
2010-06-08llvmpipe: Add geom shader file to make buildJakob Bornecrantz1-0/+1
2010-06-07graw: Fix file handle leaks.Vinson Lee3-0/+3
2010-06-07graw: Remove unnecessary headers.Vinson Lee3-3/+0
2010-06-07sw: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-08glew: Drop glew now that we don't need it for the progsJakob Bornecrantz19-41308/+8
2010-06-07r600g: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-07llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-07graw: Add gallium library to SCons build.Vinson Lee1-1/+1
2010-06-07r300g: fix hardlock caused by an incompatible vertex formatMarek Olšák1-1/+1
2010-06-07graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell8-2/+626
2010-06-07softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger1-0/+2
2010-06-07llvmpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger1-0/+2
2010-06-07util: implement util_clear_depth_stencil fallbackRoland Scheidegger2-1/+115
2010-06-07graw: add parse_geometry_shader helperKeith Whitwell2-0/+16
2010-06-07tgsi: null-terminate string in parse_identifierKeith Whitwell1-0/+1
2010-06-07draw: don't use llvm engine when geometry shaders activeKeith Whitwell1-1/+1
2010-06-07graw: trivial geometry shader testKeith Whitwell2-0/+269
2010-06-07graw: add symlinks to shader test directoriesKeith Whitwell2-0/+2
2010-06-06i965g: Use Xorg template makefileJakob Bornecrantz1-37/+10
2010-06-06nouveau: Use Xorg template makefileJakob Bornecrantz1-45/+10
2010-06-06nouveau: Remove left over argument in drm apiJakob Bornecrantz1-2/+1
2010-06-06r300g: Use Xorg template makefileJakob Bornecrantz1-42/+15
2010-06-07graw: remove references to unistd.hKeith Whitwell4-4/+1
2010-06-07util: new file u_dirty_flags.hKeith Whitwell1-0/+28
2010-06-07tests/graw: missing file tri.cKeith Whitwell1-0/+253
2010-06-07graw_xlib: build fixesKeith Whitwell1-0/+3
2010-06-07graw: update graw_null after interface changes and build graw tests againKeith Whitwell5-14/+30
2010-06-07softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell1-1/+0
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell8-10/+135
2010-06-07cell/spu: divorce from tgsi_exec.hKeith Whitwell3-2/+161
2010-06-07util: add u_box_3dKeith Whitwell1-0/+19
2010-06-07gallivm: eliminate tgsi_exec.h includeKeith Whitwell1-1/+1
2010-06-07include/st: new file swrast_screen_create.hKeith Whitwell1-0/+67
2010-06-07util: add util_framebuffer_min_sizeKeith Whitwell2-0/+40
2010-06-07util: allocate larger tmp_row in util_format_translateKeith Whitwell1-3/+4
2010-06-07tgsi: reject interpolation and semantics on vs inputsKeith Whitwell1-2/+6
2010-06-07regress: remove interpolation and semantic info from vs inputsKeith Whitwell30-56/+56
2010-06-07test/graw: add vp-testKeith Whitwell2-1/+508
2010-06-07tests/graw: add fp-testKeith Whitwell2-0/+513
2010-06-07.gitignore: Ignore emacs .dir-locals.el filesKristian Høgsberg1-0/+1
2010-06-07Remove last bits of progs/ infrastructureKristian Høgsberg4-84/+0
2010-06-07r300g: fix 24-bit depth texturingMarek Olšák2-1/+4
2010-06-06r600g: add shader literal constant supportJerome Glisse3-14/+75