summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-07-14gallium: added CLEAN_EXTRA var for make clean targetBrian Paul
2010-07-14gallium: Ensure prototypes are wrapped in extern "C".José Fonseca
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca
2010-07-14llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li
2010-07-14gallium: Add a macro for memory barriers.José Fonseca
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca
2010-07-13Merge branch 'mesa-2d-registers'Zack Rusin
2010-07-13i965g: Fix scons build of dri driverJakob Bornecrantz
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-13targets: Link xorg drivers with LLVM if builtJakob Bornecrantz
2010-07-13targets: Clean up xorg make files a bitJakob Bornecrantz
2010-07-13libgl-xlib: add depend to make clean listBrian Paul
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: remove gratuitous pipe_barrier placeholder codenobled
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled
2010-07-12os: Implement pipe_condvar on Windows Vista and laternobled
2010-07-12os: Implement pipe_condvar on win32nobled
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-12u_blitter: add draw_rectangle callback which can be overridden by a driverMarek Olšák
2010-07-12u_blitter: clean up the texcoord computationsMarek Olšák
2010-07-12u_blitter: simplify blitter_set_rectangleMarek Olšák
2010-07-12u_blitter: rename blitter->base, add a way to get a pipe context from blitterMarek Olšák
2010-07-12r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák
2010-07-10tgsi: make sure that we print out the adjacency prims correctlyZack Rusin
2010-07-10draw: fix decomposition to work with adjacency primitivesZack Rusin
2010-07-10r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek Olšák
2010-07-10mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin
2010-07-09r300g: allow the GTT domain for samplersMarek Olšák
2010-07-09r300g/swtcl: fix out-of-bounds writeMarek Olšák
2010-07-08draw: Fix off-by-one error in assert.Vinson Lee
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-08gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32Brian Paul
2010-07-08r300g: add a function for marking framebuffer atoms as dirtyMarek Olšák
2010-07-08r300g: minor fixupsMarek Olšák