summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse2010-07-282-0/+3
* r600g: switch btw flat/linear interpolationJerome Glisse2010-07-283-3/+7
* r600g: split pipe state creating/binding from hw state creationJerome Glisse2010-07-289-612/+1077
* r600g: cleanup resource buffer/texture messJerome Glisse2010-07-2810-259/+217
* r600g: add lrp instruction supportJerome Glisse2010-07-281-3/+80
* r600g: actualy fix the literal emissionJerome Glisse2010-07-281-3/+3
* gallium/docs: Fix VMware spelling.Vinson Lee2010-07-281-2/+2
* draw: Fix VMware spelling.Vinson Lee2010-07-283-3/+3
* r600g: fix up segfault with variation between views and count.Dave Airlie2010-07-281-4/+18
* gallium/docs: Fix VMware spelling.Corbin Simpson2010-07-271-2/+2
* r600g: use gallium util for float->ui conversionDave Airlie2010-07-282-19/+6
* scons: Fix sunos5 build.Vinson Lee2010-07-272-0/+6
* r600g: texture supportJerome Glisse2010-07-277-9/+610
* llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul2010-07-271-2/+3
* r600g: Move declaration before code.Vinson Lee2010-07-271-2/+5
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* r600g: always emit literal after emiting an alu instructionJerome Glisse2010-07-271-29/+32
* llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca2010-07-271-11/+11
* gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca2010-07-272-22/+50
* cell: comment-out unused fields, functionsBrian Paul2010-07-261-2/+4
* cell: make functions staticBrian Paul2010-07-261-3/+3
* cell: fix segfault when freeing samplersBrian Paul2010-07-261-1/+1
* cell: comment-out unneeded padding fieldBrian Paul2010-07-261-1/+1
* cell: added const qualifierBrian Paul2010-07-261-1/+1
* util: fix unused function warning on non-x86Brian Paul2010-07-261-0/+3
* st/egl: Fix debug linenobled2010-07-261-1/+1
* util: fix CPU detection on OS Xnobled2010-07-261-6/+6
* st/xorg: fix use-after-freenobled2010-07-261-1/+1
* i965g: Enable llvm in dri driver if builtJakob Bornecrantz2010-07-261-3/+8
* i915g: Fix llvm buildnobled2010-07-261-1/+1
* r600g: implememt the LIT instructionStephan Schmid2010-07-261-1/+119
* util: fix another mutex leak in mempoolMarek Olšák2010-07-261-2/+1
* util: fix mutex leaks in mempoolMarek Olšák2010-07-261-1/+2
* r300g: fix macro substitution problemDave Airlie2010-07-261-2/+2
* r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák2010-07-255-22/+34
* r300g: make sure a texture is large enough for the CBZB clearMarek Olšák2010-07-251-52/+49
* r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák2010-07-256-11/+15
* r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák2010-07-251-6/+14
* r300g: cleanup texture creation codeMarek Olšák2010-07-2513-543/+733
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-255-11/+34
* r300g: cleanup texture debug loggingMarek Olšák2010-07-253-18/+25
* r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák2010-07-251-1/+5
* nvfx: Move declaration before code.Vinson Lee2010-07-241-2/+3
* util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee2010-07-231-1/+1
* r600g: first pass at texture supportJerome Glisse2010-07-236-14/+152
* r600g: Fix SCons build.Vinson Lee2010-07-231-5/+2
* gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers2010-07-232-1/+5
* r600g: fix dp2, dp3, dp4 tokensJerome Glisse2010-07-231-23/+64
* r600g: add RSQ token supportJerome Glisse2010-07-231-2/+28