gallium: avoid mapping same vertex buffer in subsequent frames
[mesa.git] / src / gallium /
2008-12-12 Keith Whitwellgallium: avoid mapping same vertex buffer in subsequent...
2008-12-12 José Fonsecagdi: Reimplement using the WGL statetracker.
2008-12-11 Michal Krolsoftpipe: Add missing header include.
2008-12-11 Michal Kroldraw: Silencium compiler warnings on Windows.
2008-12-11 Brian Paulgallium: added draw_set_mrd() function to fix polygon...
2008-12-11 Brian Paulgallium: restore default_depth_bits() call in xlib...
2008-12-10 Keith Whitwellutil: new funcs for triming/validating primitives
2008-12-10 Keith Whitwelldraw: add const qualifiers
2008-12-09 José Fonsecapython/retrace: Dump indices too.
2008-12-09 José Fonsecagallium: Abort by default on windows user space.
2008-12-08 José Fonsecapython/retrace: Dump vertex buffer contents.
2008-11-26 Michal Kroltgsi: Reenable OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Fix build.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-26 Michal Kroltgsi: Implement OPCODE_SSG/SGN.
2008-11-26 Brian Paulgallium: disable TGSI_OPCODE_ARR case until emit_rnd...
2008-11-26 Brian PaulRevert "tgsi: Implement OPCODE_ROUND for SSE2 backend."
2008-11-26 Michal Kroltgsi: Implement OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-25 José Fonsecapipebuffer: Fix buffer overflow.
2008-11-24 José Fonsecapipebuffer: Ondemand buffer manager.
2008-11-24 José Fonsecapipebuffer: Implement proper buffer validation.
2008-11-24 José Fonsecagallium: Define convenience shortcuts for CPU/GPU READ...
2008-11-20 José Fonsecascons: Support MinGW32 cross compiler.
2008-11-19 José Fonsecapython/retrace: Dump constants.
2008-11-19 José Fonsecapython: Allow to read from buffers.
2008-11-19 José Fonsecapython/retrace: Fix formatting of shaders.
2008-11-19 José Fonsecapython/retrace: Ignore irrelevant calls.
2008-11-19 José Fonsecapython/retrace: Highlight the trace dump to help to...
2008-11-19 José Fonsecapython/retrace: Use the usual BSD-style license.
2008-11-17 José Fonsecagallium: Use costum log2 for all windows builds.
2008-11-17 José Fonsecagallium: State when there are no memory leaks detected.
2008-11-17 José Fonsecagallium: Make handle_table reentrant.
2008-11-14 Brian Paulgallium: increase table size for fast log/pow functions
2008-11-14 Brian Paulutil: Use OpenGL rasterization rules in blits and mipma...
2008-11-14 Keith Whitwelltranslate: pull in prefetch and other optimizations...
2008-11-12 Michal Krolutil: Optimise log2().
2008-11-12 Michal Krolutil: Add log2() definition for MSC.
2008-11-12 Michal Kroldraw: Add missing include.
2008-11-11 Briangallium: fix comment again. A half-closed interval...
2008-11-10 Brian Paulgallium: fix typos in comments
2008-11-10 Zack Rusingallium: actually flip the coordinates
2008-11-09 Brianutil: Fix util_fast_pow/exp2/log2.
2008-11-09 Briangallium: _debug_vprintf() should be silent if DEBUG...
2008-11-07 Briangallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c
2008-11-06 Brian Paulgallium: debug code to print vertex array data (disabled)
2008-11-06 Brian Paulsoftpipe: debug code (disabled)
2008-11-06 Briangallium: check execution mask in indirect register...
2008-11-06 Briangallium: don't range check tgsi register index for...
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 Brian Paulgallium: added tgsi_set_exec_mask()
2008-11-05 Brian Paulgallium: added some sanity check assertions for constan...
2008-11-05 Brian Paulgallium: added some debug code (disabled)
2008-11-05 Brian Paulgallium: disable some debug output
2008-11-05 Jakob Bornecrantzi915: Remove faulty assert
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-10-29 Brian Paulgallium: new sanity assertions in mmAllocMem()
2008-10-29 Brian Paulgallium: fix copy&paste bug
2008-10-29 Brian Paulgallium: fix alignment parameter passed to u_mmAllocMem()
2008-10-28 Keith Whitwellgallium: recognize DEBUG as well as DBG for debugging
2008-10-07 Keith Whitwelldraw: don't assume output buffer pointer is aligned
2008-10-07 Keith Whitwelldraw: add switch for drivers to force vertex data passt...
2008-10-07 Briangallium: replace assertion with conditional/recovery...
2008-10-06 Michal Kroldraw: Fix compiler errors on Windows.
2008-10-06 Keith Whitwellrtasm: fix debug build
2008-10-06 Keith Whitwellmake draw's vertex_info struct smaller/quicker to compa...
2008-10-03 Keith Whitwellrtasm: add sse_movntps
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-09-30 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-09-30 Stephane MarchesinGallivm: port to llvm 2.4.
2008-09-28 Stephane MarchesinGallivm: fix off-by-one.
2008-09-28 Stephane MarchesinGallivm: more instructions.
2008-09-28 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-09-18 Jakob Bornecrantztgsi: Build tgsi_text with make
2008-09-18 José Fonsecautil: A few more memory debugging checks.
2008-09-18 José Fonsecautil: Add missing p_debug.h include.
2008-09-18 Brian Paulgallium: fix surface object memory leak in cso module
2008-09-18 Jakob Bornecrantztgsi: Make tgsi dumps look more like mesa shader dumps.
2008-09-18 José Fonsecapipebuffer: New callback to flush all temporary-held...
2008-09-17 Brian Paulgallium: fix wide point / point coord semantic info...
2008-09-17 Brian Paulgallium: fix tgsi sanity checker with respect to END.
2008-09-17 Brian Paulgallium: fix lack of surface reference counting in...
2008-09-16 Brian Paulgallium: fix info entries for KIL, KILP
2008-09-16 Jakob Bornecrantztgsi: Make tgsi_sanity.c compile with make
2008-09-16 José Fonsecatrace: Fix typo in build instructions.
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-12 Brian Paulcell: fix twiddled tile display for XSHM. Fixed blank...
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-11 Brian Paulcell: initial support for fragment shader code generation.
2008-09-11 Brian Paulcell: fix tile twidding bug seen in the event of multip...
2008-09-11 Brian Paulcell: minor improvements to fragment code-gen
2008-09-11 Brian Paulgallium: add special cases in spe_load_float(), spe_loa...
2008-09-11 Brian Paulcell: put cell_ prefix on gen_fragment_function()
2008-09-11 Brian Paulgallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_U...
2008-09-11 Brian Paulcell: more comments, stub code for colormask/logicop/etc
2008-09-11 Brian Paulcell: fix typos in blend code-gen
next