summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-08-19u_blitter: fix a memory leakMarek Olšák
2010-08-19r300g: do not use fastfill with 16-bit zbuffersMarek Olšák
2010-08-19r600g: update comments about ALU src operandsAlex Deucher
2010-08-19translate_sse: try to fix Win64Luca Barbieri
2010-08-19translate_sse: fix emit_load_sse2Luca Barbieri
2010-08-19st/egl: Fix win32 build.Chia-I Wu
2010-08-19r600g: add sin/cosDave Airlie
2010-08-19r600g: add a chiprev type for r600/r700/evergreen instead of using familyDave Airlie
2010-08-19r600g: add SSG, SEQ, SGT and SNEDave Airlie
2010-08-18gallivm: Use proper index to lookup predicate register array.michal
2010-08-18r600g: add FRC, FLR, DDX and DDYDave Airlie
2010-08-18r600g: add SGE and SLE opcodesDave Airlie
2010-08-18r600g: add TXB supportDave Airlie
2010-08-18r600g: fix TXP vs TEX in shader.Dave Airlie
2010-08-18r600g: add two simple tgsi opcodes.Dave Airlie
2010-08-18r600g: fix point sizeDave Airlie
2010-08-18r600g: fixup pitch alignment like r600c.Dave Airlie
2010-08-18translate_sse: don't overwrite source buffer pointerLuca Barbieri
2010-08-18r600g: fix height calcs for miptreeDave Airlie
2010-08-18r600g: emit texture level offset in CB/DB setup.Dave Airlie
2010-08-17r600g: fix fake pixel outputJerome Glisse
2010-08-17targets/egl: Link with DRI_LIB_DEPS.Chia-I Wu
2010-08-17gallivm: Fix and re-enable MMX-disabling codenobled
2010-08-17r300g: fix context destroy under hyperzDave Airlie
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