summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-07-16i965g: Remove dead initialization in precalc_tex.Vinson Lee
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-07-15llvmpipe: implement instanced drawing functionsBrian Paul
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul
2010-07-15llvmpipe: Remove redundant statement.José Fonseca
2010-07-14llvmpipe: delete lp_test_*.o files with make cleanBrian Paul
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca
2010-07-14llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li
2010-07-13llvmpipe: fix comment typoRoland Scheidegger
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger
2010-07-13llvmpipe: Align texture data to the cache line.José Fonseca
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell
2010-07-13llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca
2010-07-13llvmpipe: Ignores!Jakob Bornecrantz
2010-07-13r300g: do not advertise half_float_vertex on rv3x0Marek Olšák
2010-07-13r300g: extend and clean up debug loggingMarek Olšák
2010-07-13r300g/swtcl: do not emit texcoords if they are also stuffed in GAMarek Olšák
2010-07-13r300g: rework the draw_rectangle hookMarek Olšák
2010-07-12r300g: Remove unnecessary header.Vinson Lee
2010-07-12llvmpipe: Re-enable threading on windows.José Fonseca
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled
2010-07-12r300g: implement fast color clearMarek Olšák
2010-07-12r300g: clear and copy a resource with a rectangular point spriteMarek Olšák
2010-07-12r300g: do not use immediate mode if there is a VBO in VRAMMarek Olšák
2010-07-12r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák
2010-07-09r300g: allow the GTT domain for samplersMarek Olšák
2010-07-09r300g/swtcl: fix out-of-bounds writeMarek Olšák
2010-07-09r300g: fix texturing with negative lod biasMarek Olšák
2010-07-08r300g: store/return the stride for winsys_handle in winsysMarek Olšák
2010-07-08r300g: fix transfering compressed texturesMarek Olšák
2010-07-08r300g: add a function for marking framebuffer atoms as dirtyMarek Olšák
2010-07-08r300g: minor fixupsMarek Olšák
2010-07-06llvmpipe: Don't build lp_test_round when using MSVC.Vinson Lee
2010-07-06llvmpipe: Add lp_test_round to SCons build.Vinson Lee
2010-07-06llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-07-06r300/compiler: Implement KILP opcode.Tom Stellard
2010-07-06llvmpipe: ensure all bins are reset avoids memory corruption.Alan Hourihane
2010-07-05llvmpipe: wait for queries being finished when asked for it or before deletionRoland Scheidegger
2010-07-04i915g: Remove unnecessary header.Vinson Lee
2010-07-04i915g: Minor cleanupsJakob Bornecrantz
2010-07-04i915g: Make batchbuffer flush function not be inlineJakob Bornecrantz
2010-07-04i915g: Rename texture state to map stateJakob Bornecrantz
2010-07-04i915g: Move fragment state to its own fileJakob Bornecrantz
2010-07-04i915g: Move static state to its own fileJakob Bornecrantz
2010-07-04i915g: Don't dirty dynamic state if it hasn't changedJakob Bornecrantz
2010-07-04i915g: Don't flush after blitJakob Bornecrantz