| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-12 | progs/redbook: Silence compiler warnings in aaindex.c. | Vinson Lee | |
| 2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts. | Vinson Lee | |
| 2009-12-11 | llvmpipe: checkpoint: plug in the new fencing code | Brian Paul | |
| This has only been very lightly tested. More work to come. | |||
| 2009-12-11 | llvmpipe: added lp_rast_fence() bin function | Brian Paul | |
| 2009-12-11 | llvmpipe: added lp_rast_get_num_threads() | Brian Paul | |
| 2009-12-11 | llvmpipe: added lp_bin_get_num_bins() | Brian Paul | |
| 2009-12-11 | llvmpipe: remove old fence code, compile new lp_fence.c file | Brian Paul | |
| 2009-12-11 | llvmpipe: initial fence implementation | Brian Paul | |
| 2009-12-12 | r300: disable blit debugging info | Maciej Cencora | |
| 2009-12-12 | r300: emit number of used colorbuffers to pass radeon cs checker | Maciej Cencora | |
| 2009-12-12 | r300: setup render target format for r300/r400 cards too | Maciej Cencora | |
| 2009-12-12 | r300: finish blit support for r300 | Maciej Cencora | |
| 2009-12-12 | more blit fixes | Maciej Cencora | |
| 2009-12-12 | blit WIP | Maciej Cencora | |
| 2009-12-12 | r300: use accelerated emit for CopyTex[Sub]Image functions | Maciej Cencora | |
| 2009-12-12 | r300: accelerated blit support | Maciej Cencora | |
| 2009-12-12 | r300: fix wrong assertion | Maciej Cencora | |
| 2009-12-12 | r300: export translateTexFormat function | Maciej Cencora | |
| 2009-12-12 | r300: refactor PVS code and constants emission | Maciej Cencora | |
| 2009-12-12 | r300: refactor R500 fragment program emission | Maciej Cencora | |
| 2009-12-12 | r300: refactor color buffer setup | Maciej Cencora | |
| 2009-12-12 | r300: use _mesa_meta_Clear for buffer clears | Maciej Cencora | |
| 2009-12-12 | r300: minor texture code refactoring | Maciej Cencora | |
| 2009-12-11 | gallium: added comment for pipe_reference() return value | Brian Paul | |
| 2009-12-11 | mesa: minor reformatting/rewrapping in dd.h | Brian Paul | |
| 2009-12-11 | mesa: remove unused ctx->Driver.ActiveTexture() hook | Brian Paul | |
| 2009-12-11 | mesa: updated comment | Brian Paul | |
| 2009-12-11 | llvmpipe: implement lp_rast_load_color() | Brian Paul | |
| 2009-12-11 | llvmpipe: checkpoint: more thread/queuing changes | Brian Paul | |
| Now mapping/unmapping the framebuffer is done by a rasteizer thread rather than the main calling thread. | |||
| 2009-12-11 | gallium: comments and minor re-org in p_thread.h | Brian Paul | |
| There's more work to do in this file: 1. Implement condvars for Windows via Win32 CONDITION_VARIABLE type. 2. Implement barriers for Windows 3. Try to get rid of PIPE_THREAD_HAVE_CONDVAR (only used in trace driver) 4. Why the 2 in _P_THREAD2_H_? | |||
| 2009-12-11 | gallium: added pipe_barrier type and functions | Brian Paul | |
| 2009-12-11 | llvmpipe: remove unused lp_rasterizer::fb field | Brian Paul | |
| 2009-12-11 | llvmpipe: improve framebuffer/surface code | Brian Paul | |
| 2009-12-11 | llvmpipe: fix-up #includes | Brian Paul | |
| 2009-12-11 | llvmpipe: fix inverted util_framebuffer_state_equal() result | Brian Paul | |
| 2009-12-11 | gallium/util: added util_unreference_framebuffer_state() | Brian Paul | |
| 2009-12-11 | gallium/util: simplify util_framebuffer_state_equal() | Brian Paul | |
| And copy width, height in util_copy_framebuffer_state(). | |||
| 2009-12-11 | llvmpipe: remove unused fb parameter | Brian Paul | |
| 2009-12-11 | llvmpipe: minor comment fix | Brian Paul | |
| 2009-12-11 | Revert "scons: Pass -fno-strict-aliasing to gcc." | Brian Paul | |
| This reverts commit a2937a2f4ecf22a5a4242cd0a350f20228f50232. Per Jose's comment, We don't want this on master. | |||
| 2009-12-11 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
| Conflicts: src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/drivers/dri/intel/intel_span.c | |||
| 2009-12-11 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
| 2009-12-11 | docs: updated 7.6.1 relnotes with GLSL fixes | Brian Paul | |
| 2009-12-11 | mesa: remove unnecessary loop in _mesa_remove_output_reads() | Brian Paul | |
| 2009-12-11 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
| 2009-12-11 | mesa: check dst reg in _mesa_find_free_register() | Brian Paul | |
| If a register was only being used as a destination (as will happen when generated condition-codes) we missed its use. So we'd errantly return a register index that was really in-use, not free. Fixes bug 25579. | |||
| 2009-12-11 | sparc: additional preprocessor test for SPARC 64-bit | Aurelien Jarno | |
| 2009-12-11 | scons: Tweak MSVC release options. | José Fonseca | |
| Enable whole program optimizations and fast math. | |||
| 2009-12-11 | svga: Add a missing dependency from the prescale state. | José Fonseca | |
| Thanks for Keith to finding this. Fixes Jedi Knight 2 menus. | |||
| 2009-12-11 | svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC. | José Fonseca | |
| Since we're reusing buffers we're effectively transforming all of them into dynamic buffers. It would be nice to not cache long lived static buffers. But there is no way to detect the long lived from short lived ones yet. A good heuristic would be buffer size. | |||
