summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Whitwell4-13/+28
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-07r300g: fix 24-bit depth texturingMarek Olšák2-1/+4
2010-06-06r600g: add shader literal constant supportJerome Glisse3-14/+75
2010-06-06st/mesa: advertise GL_ARB_fragment_program_shadowMarek Olšák1-0/+1
2010-06-06r300g: workaround index bias on chipsets that do not support itMarek Olšák3-47/+164
2010-06-05st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák1-0/+2
2010-06-05mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotesMarek Olšák1-0/+1
2010-06-04i915g: Use template Xorg makefileJakob Bornecrantz1-46/+10
2010-06-04gallium: Use correct defines in Xorg template makefileJakob Bornecrantz1-4/+4
2010-06-04gallium: Add winsys to include path to Xorg template makefileJakob Bornecrantz1-0/+1
2010-06-05gallium: always build drivers/swJoakim Sindholt1-7/+9
2010-06-05r300compiler: fix scons buildJoakim Sindholt1-0/+2
2010-06-05r600g: split instruction into scalarJerome Glisse4-147/+142
2010-06-05Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger1-2/+0
2010-06-05i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger1-2/+2
2010-06-05st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger1-1/+2
2010-06-05llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger1-0/+2
2010-06-05llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca1-0/+2
2010-06-05i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson2-8/+24
2010-06-05i915: Fix off-by-one for drawing rectangle.Chris Wilson1-2/+2
2010-06-05i915: Inhibit render cache flush when changing drawing rectangle offset.Chris Wilson1-1/+1
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie5-2/+63
2010-06-05r300/compiler: implement SIN+COS+SCS for vertex shadersMarek Olšák3-21/+76
2010-06-05r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VSMarek Olšák2-1/+37
2010-06-05r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VSMarek Olšák2-0/+36
2010-06-05r300/compiler: implement SFL for vertex shadersMarek Olšák1-2/+3
2010-06-04vbo: misc clean-upsBrian Paul1-29/+36
2010-06-04i915g: Rename winsys c file.Vinson Lee1-1/+1
2010-06-04llvmpipe: new -s option to run single testBrian Paul7-3/+63
2010-06-04i915: Don't use XRGB8888 on 830 and 845.Eric Anholt3-2/+18
2010-06-04i915: Clamp minimum lod to maximum texture level too.Eric Anholt1-1/+3
2010-06-04intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt1-1/+1
2010-06-04glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabledKristian Høgsberg1-0/+27