glcpp: Regenerated glcpp-lex.c from previous commit.
[mesa.git] / src / gallium /
2010-08-18 Dave Airlier600g: add two simple tgsi opcodes.
2010-08-18 Dave Airlier600g: fix point size
2010-08-18 Dave Airlier600g: fixup pitch alignment like r600c.
2010-08-18 Luca Barbieritranslate_sse: don't overwrite source buffer pointer
2010-08-18 Dave Airlier600g: fix height calcs for miptree
2010-08-18 Dave Airlier600g: emit texture level offset in CB/DB setup.
2010-08-17 Jerome Glisser600g: fix fake pixel output
2010-08-17 Chia-I Wutargets/egl: Link with DRI_LIB_DEPS.
2010-08-17 nobledgallivm: Fix and re-enable MMX-disabling code
2010-08-17 Dave Airlier300g: fix context destroy under hyperz
2010-08-17 Dave Airlier600g: kill event type magic number in winsys
2010-08-17 Dave Airlier600g: add user clip plane support.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-17 Vinson Leeutil: Remove check_os_katmai_support.
2010-08-17 Dave Airlier600g: drop libdrm_radeon link
2010-08-16 Vinson Leetranslate: Move loop variable declaration outside for...
2010-08-16 Marek Olšákr300g: fix assert in the rasterizer block for r3xx...
2010-08-16 José Fonsecatranslate: Remove unused temporary register.
2010-08-16 José Fonsecatranslate: Eliminate void pointer arithmetic.
2010-08-16 Chia-I Wust/egl: Add support for EGL_KHR_fence_sync.
2010-08-16 Chia-I Wust/egl: Add support for EGL_KHR_reusable_sync.
2010-08-16 Luca Barbieridraw_llvm: fix segfaults on non-SSE2 CPUs where it...
2010-08-16 Luca Barbieritranslate_sse: major rewrite (v5)
2010-08-16 Luca Barbierirtasm: add minimal x86-64 support and new instructions...
2010-08-16 Luca Barbieritranslate: add support for 8/16-bit indices
2010-08-16 Luca Barbieritranslate_sse: remove useless generated function wrappers
2010-08-16 Luca Barbieritranslate_generic: factor out common code between linea...
2010-08-16 Luca Barbieritranslate_generic: use memcpy if possible (v3)
2010-08-16 Chia-I Wudrwa: Fix polygon edge flags.
2010-08-16 Chia-I Wudraw: No need to make max_vertices even.
2010-08-16 Chia-I Wudraw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_...
2010-08-16 Chia-I Wudrwa: Add PRIMITIVE macro to vsplit.
2010-08-16 Chia-I Wudraw: last_vertex_last is always true for GS and SO.
2010-08-16 Chia-I Wudraw: Remove varray and vcache.
2010-08-16 Chia-I Wudraw: Replace vcache by vsplit.
2010-08-16 Chia-I Wudraw: Replace varray by vsplit.
2010-08-16 Chia-I Wudraw: Add vsplit frontend.
2010-08-16 Chia-I Wudraw: Add new util function draw_pt_trim_count.
2010-08-16 Chia-I Wudraw: Simplify frontend interface a little.
2010-08-16 Chia-I Wudraw: Add prim flags to middle ends.
2010-08-16 Chia-I Wudraw: Add flags to draw_prim_info.
2010-08-16 Marek Olšákr300g: fix an invalid pointer in free
2010-08-16 nobledr300g: Let hyperz init fail
2010-08-16 nobledr300g: Fix leaks in failed context creation
2010-08-16 nobledr300g: Fix macro
2010-08-15 Marek Olšákr300/compiler: implement DP2 opcode
2010-08-15 Marek Olšákr300/compiler: implement SSG opcode
2010-08-15 Keith Whitwellllvmpipe: special case triangles which fall in a single...
2010-08-15 Keith Whitwellllvmpipe: consolidate several loops in lp_rast_triangle
2010-08-15 Keith Whitwellllvmpipe: remove all traces of step arrays, pos_tables
2010-08-15 Keith Whitwellllvmpipe: eliminate last usage of step array in rast_tmp.h
2010-08-15 Keith Whitwellllvmpipe: don't refer to plane->step when dcdx or dcdy...
2010-08-15 Keith Whitwellllvmpipe: also use build_mask at 16, 64 pixel levels
2010-08-15 Keith Whitwellllvmpipe: version of block4 which doesn't need the...
2010-08-15 Keith Whitwellllvmpipe: reorganize block4 loop, nice speedup
2010-08-15 Corbin Simpsongallium/docs: Cleanup debugging. Spelling, grammar...
2010-08-15 Corbin Simpsongallium/docs: Add formatting for envvar role; change...
2010-08-15 Marek Olšákr300g: mark HiZ/ZMask_clear atoms as non-dirty after...
2010-08-15 Marek Olšákr300g: do not use HiZ if HiZ RAM is not properly initia...
2010-08-15 Marek Olšákr300g: rename dirty_zmask -> zmask_in_use
2010-08-15 Marek Olšákr300g: do not clear with blitter if we clear just the...
2010-08-15 Marek Olšákr300g: do not use fastfill if ZMask RAM is not properly...
2010-08-15 Marek Olšákr300g: separate num_cs_end_dwords out from prepare_for_...
2010-08-15 Jakob Bornecrantzgallium/docs: Add rbug to distribution
2010-08-15 Jakob Bornecrantzgallium/docs: Add a debugging section
2010-08-15 Jakob Bornecrantzgallium: Make printing info on debug builds default off
2010-08-14 Vinson Leegallivm: Remove unnecessary header.
2010-08-14 Vinson Leescons: Fix r600g build.
2010-08-14 Vinson Leer600g: Remove unnecessary headers.
2010-08-14 Vinson Leer300g: Remove unnecessary header.
2010-08-14 Luca Barbieriu_cpu_detect: remove arch and little_endian
2010-08-14 José Fonsecagallivm: Refactor the Newton-Rapshon steps, and disable...
2010-08-14 José Fonsecascons: Link talloc.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 George Sapountzisst/dri: make dri_drawable_validate_att static
2010-08-13 George Sapountzisst/dri: move TFP code to dri_drawable.c
2010-08-13 nobledst/dri: Fix segmentation fault in sw drivers
2010-08-13 George Sapountzisst/dri: dri_drawable_get_format is shared between DRI2...
2010-08-13 José Fonsecascons: Build the new glsl2 code.
2010-08-13 Marek Olšákr300g: do not support separate depth/stencil clear...
2010-08-13 Marek Olšákr300g: fix fastfill when color and Z clear are invoked...
2010-08-13 Marek Olšákr600g: update shader caps
2010-08-13 Marek Olšákr300g: disable depth clamp for now
2010-08-13 Dave Airlier600g: fix warning in the winsys
2010-08-13 Dave Airlier600g: fix memory leaks running gears.
2010-08-13 Vinson Leetranslate_test: Fix compilation with MSVC.
2010-08-12 Luca Barbieritranslate_test: fix compilation on non-POSIX platforms
2010-08-12 Luca Barbieritranslate_test: improve
2010-08-12 Jakob Bornecrantzgallium: Link DRI drivers with g++ and test with CXX
2010-08-12 Marek OlšákRevert "u_blitter: unify clear_depth_stencil and flush_...
2010-08-12 Dave Airlier600g: fix typo in stencil translate.
2010-08-12 Dave Airlier600g: fix provoking-vertex piglit test.
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-12 Marek Olšáku_blitter: unify clear_depth_stencil and flush_depth_st...
2010-08-12 Vinson Leescons: Fix freebsd8 build.
2010-08-11 Luca Barbieritranslate_test: fix segfault on x86-64
2010-08-11 Luca Barbieriu_staging: remove useless inline keyword
2010-08-11 Luca Barbieritranslate_test: fix, reindent, and improve
2010-08-11 Luca Barbieritranslate: allow clients to ask for supported output...
2010-08-11 Vinson Leeauxiliary: Make u_staging.c MSVC compatible.
next