summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-08-17r600g: kill event type magic number in winsysDave Airlie
2010-08-17r600g: add user clip plane support.Dave Airlie
2010-08-16Merge branch 'glsl2'Ian Romanick
2010-08-16util: Remove check_os_katmai_support.Vinson Lee
2010-08-17r600g: drop libdrm_radeon linkDave Airlie
2010-08-16translate: Move loop variable declaration outside for loop.Vinson Lee
2010-08-16r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák
2010-08-16translate: Remove unused temporary register.José Fonseca
2010-08-16translate: Eliminate void pointer arithmetic.José Fonseca
2010-08-17st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu
2010-08-17st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-08-16draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri
2010-08-16translate_sse: major rewrite (v5)Luca Barbieri
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri
2010-08-16translate_sse: remove useless generated function wrappersLuca Barbieri
2010-08-16translate_generic: factor out common code between linear and indexedLuca Barbieri
2010-08-16translate_generic: use memcpy if possible (v3)Luca Barbieri
2010-08-16drwa: Fix polygon edge flags.Chia-I Wu
2010-08-16draw: No need to make max_vertices even.Chia-I Wu
2010-08-16draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu
2010-08-16drwa: Add PRIMITIVE macro to vsplit.Chia-I Wu
2010-08-16draw: last_vertex_last is always true for GS and SO.Chia-I Wu
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Replace vcache by vsplit.Chia-I Wu
2010-08-16draw: Replace varray by vsplit.Chia-I Wu
2010-08-16draw: Add vsplit frontend.Chia-I Wu
2010-08-16draw: Add new util function draw_pt_trim_count.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu
2010-08-16r300g: fix an invalid pointer in freeMarek Olšák
2010-08-16r300g: Let hyperz init failnobled
2010-08-16r300g: Fix leaks in failed context creationnobled
2010-08-16r300g: Fix macronobled
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák
2010-08-15llvmpipe: special case triangles which fall in a single 16x16 blockKeith Whitwell
2010-08-15llvmpipe: consolidate several loops in lp_rast_triangleKeith Whitwell
2010-08-15llvmpipe: remove all traces of step arrays, pos_tablesKeith Whitwell
2010-08-15llvmpipe: eliminate last usage of step array in rast_tmp.hKeith Whitwell
2010-08-15llvmpipe: don't refer to plane->step when dcdx or dcdy would doKeith Whitwell
2010-08-15llvmpipe: also use build_mask at 16, 64 pixel levelsKeith Whitwell
2010-08-15llvmpipe: version of block4 which doesn't need the full step arrayKeith Whitwell
2010-08-15llvmpipe: reorganize block4 loop, nice speedupKeith Whitwell
2010-08-15gallium/docs: Cleanup debugging. Spelling, grammar, organization.Corbin Simpson
2010-08-15gallium/docs: Add formatting for envvar role; change debugging.Corbin Simpson
2010-08-15r300g: mark HiZ/ZMask_clear atoms as non-dirty after emission in clearMarek Olšák
2010-08-15r300g: do not use HiZ if HiZ RAM is not properly initializedMarek Olšák
2010-08-15r300g: rename dirty_zmask -> zmask_in_useMarek Olšák