aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/st: new file swrast_screen_create.hKeith Whitwell2010-06-071-0/+67
* util: add util_framebuffer_min_sizeKeith Whitwell2010-06-072-0/+40
* util: allocate larger tmp_row in util_format_translateKeith Whitwell2010-06-071-3/+4
* tgsi: reject interpolation and semantics on vs inputsKeith Whitwell2010-06-071-2/+6
* regress: remove interpolation and semantic info from vs inputsKeith Whitwell2010-06-0730-56/+56
* test/graw: add vp-testKeith Whitwell2010-06-072-1/+508
* tests/graw: add fp-testKeith Whitwell2010-06-072-0/+513
* .gitignore: Ignore emacs .dir-locals.el filesKristian Høgsberg2010-06-071-0/+1
* Remove last bits of progs/ infrastructureKristian Høgsberg2010-06-074-84/+0
* r300g: fix 24-bit depth texturingMarek Olšák2010-06-072-1/+4
* r600g: add shader literal constant supportJerome Glisse2010-06-063-14/+75
* st/mesa: advertise GL_ARB_fragment_program_shadowMarek Olšák2010-06-061-0/+1
* r300g: workaround index bias on chipsets that do not support itMarek Olšák2010-06-063-47/+164
* st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák2010-06-051-0/+2
* mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotesMarek Olšák2010-06-052-0/+2
* i915g: Use template Xorg makefileJakob Bornecrantz2010-06-041-46/+10
* gallium: Use correct defines in Xorg template makefileJakob Bornecrantz2010-06-041-4/+4
* gallium: Add winsys to include path to Xorg template makefileJakob Bornecrantz2010-06-041-0/+1
* gallium: always build drivers/swJoakim Sindholt2010-06-052-7/+11
* r300compiler: fix scons buildJoakim Sindholt2010-06-051-0/+2
* r600g: split instruction into scalarJerome Glisse2010-06-054-147/+142
* Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger2010-06-051-2/+0
* i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger2010-06-051-2/+2
* st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger2010-06-051-1/+2
* llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger2010-06-051-0/+2
* llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca2010-06-051-0/+2
* i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson2010-06-052-8/+24
* i915: Fix off-by-one for drawing rectangle.Chris Wilson2010-06-051-2/+2
* i915: Inhibit render cache flush when changing drawing rectangle offset.Chris Wilson2010-06-051-1/+1
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-055-2/+63
* r300/compiler: implement SIN+COS+SCS for vertex shadersMarek Olšák2010-06-053-21/+76
* r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VSMarek Olšák2010-06-052-1/+37
* r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VSMarek Olšák2010-06-052-0/+36
* r300/compiler: implement SFL for vertex shadersMarek Olšák2010-06-051-2/+3
* docs: note that the Mesa demos are in a new repoBrian Paul2010-06-041-0/+2
* docs: links to the Mesa demos git repoBrian Paul2010-06-041-1/+11
* mesa: remove PROGRAM_DIRS from config filesBrian Paul2010-06-0419-22/+0
* mesa: remove old references to demo files and progs subdirBrian Paul2010-06-041-64/+6
* progs: remove rbug subdirBrian Paul2010-06-0413-1010/+0
* demos: remove fbdev subdirBrian Paul2010-06-043-655/+0
* progs: remove beos subdirBrian Paul2010-06-045-560/+0
* progs: remove tools subdirBrian Paul2010-06-047-583/+0
* progs: remove slang subdirBrian Paul2010-06-0415-3458/+0
* vbo: misc clean-upsBrian Paul2010-06-041-29/+36
* i915g: Rename winsys c file.Vinson Lee2010-06-041-1/+1
* llvmpipe: new -s option to run single testBrian Paul2010-06-047-3/+63
* i915: Don't use XRGB8888 on 830 and 845.Eric Anholt2010-06-043-2/+18
* i915: Clamp minimum lod to maximum texture level too.Eric Anholt2010-06-041-1/+3
* intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt2010-06-041-1/+1
* glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabledKristian Høgsberg2010-06-041-0/+27