summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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-10r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek 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-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
2010-07-07gallivm: restore const qualifierBrian Paul
2010-07-07gallivm: fix cube map LOD computationBrian Paul
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-06draw: Remove unnecessary header.Vinson Lee
2010-07-06gallivm: Remove unnecessary header.Vinson Lee
2010-07-07util: print help for debug options on non-debug buildsMarek Olšák
2010-07-06gallivm: use trunc, not round in lp_build_nearest_mip_level()Brian Paul
2010-07-06llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul
2010-07-06gallivm: finish implementation of lp_build_iceil()Brian Paul
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin
2010-07-06draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-07-06r300/compiler: Implement KILP opcode.Tom Stellard
2010-07-06gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca
2010-07-06gallivm: Fix 8bit comparisons.José Fonseca
2010-07-06llvmpipe: ensure all bins are reset avoids memory corruption.Alan Hourihane
2010-07-06st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu
2010-07-05auxiliary/util: Add SM3 meta-cap list.Corbin Simpson
2010-07-05llvmpipe: wait for queries being finished when asked for it or before deletionRoland Scheidegger
2010-07-04i915g: Remove unnecessary header.Vinson Lee