Age | Commit message (Expand) | Author |
2009-10-23 | mesa: Enable remap table in core. | Chia-I Wu |
2009-10-23 | mesa/main: Add support for remap table. | Chia-I Wu |
2009-10-23 | st/xorg: lots of fixes related to compositing | Zack Rusin |
2009-10-23 | r600: remove duplicate stride setting | Andre Maasikas |
2009-10-23 | r600: for position invariant programs reading vert_pos is not always known at... | Andre Maasikas |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell |
2009-10-23 | cell: typo from ExtSwizzle commit | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-10-23 | r300g: last changes's typo, miss a include file | Cooper Yuan |
2009-10-23 | r300g: add flush_frontbuffer function to display video surface | Cooper Yuan |
2009-10-23 | g3dvl: pass display and screen to g3dvl when creating video private context | Cooper Yuan |
2009-10-23 | r600: remove remains of old tnl pipeline | Alex Deucher |
2009-10-23 | r600: fix render size prediction | Alex Deucher |
2009-10-23 | r600: remove old tnl pipeline | Alex Deucher |
2009-10-23 | r600: clean up context creation | Alex Deucher |
2009-10-22 | Revert "Store clipping distance for user clip planes as part of vertex proces... | Ian Romanick |
2009-10-22 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-22 | mesa: fix up vbo comments | Brian Paul |
2009-10-22 | mesa: added _mesa_dump_texture() | Brian Paul |
2009-10-22 | intel: flush old context before binding new context | Brian Paul |
2009-10-22 | glx: don't destroy context immediately if it's currently bound | Brian Paul |
2009-10-22 | mesa: code refactoring- new _mesa_finish(), _mesa_flush() | Brian Paul |
2009-10-22 | st/xorg: fix the makefile when used with new xextproto | Zack Rusin |
2009-10-22 | i965: fix hacked Fallback usage in brw_prepare_vertices() | Brian Paul |
2009-10-22 | intel: define INTEL_FALLBACK_DRIVER for drivers | Brian Paul |
2009-10-22 | intel: Fallback field is a bitmask, use GLbitfield | Brian Paul |
2009-10-22 | i965: remove unused brw_context::tmp_fallback field | Brian Paul |
2009-10-22 | i965: remove unused BRW_FALLBACK_TEXTURE bit | Brian Paul |
2009-10-22 | r300g: Enable more stuff in r300_screen, cleanup comments. | Corbin Simpson |
2009-10-22 | r300g: Cleanup PSC setup math a bit and stop using Draw formats. | Corbin Simpson |
2009-10-22 | nv50: handle PIPE_TEX_FILTER_ANISO case | Christoph Bumiller |
2009-10-22 | nouveau: nv30: rewrite so we can render only in depth buffer | Patrice Mandin |
2009-10-22 | nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8 | Patrice Mandin |
2009-10-22 | Kill off trident. | Corbin Simpson |
2009-10-22 | Nuke s3v. | Corbin Simpson |
2009-10-22 | r300g: Clean up duplicate code in r300_render. | Corbin Simpson |
2009-10-22 | r300g: Move render functions to r300_render. | Corbin Simpson |
2009-10-22 | llvmpipe: Avoid yet another variable size array. | José Fonseca |
2009-10-22 | llvmpipe: Define rdtsc for MSVC. | José Fonseca |
2009-10-22 | llvmpipe: Avoid variable size arrays. | José Fonseca |
2009-10-22 | llvmpipe: Use the pack/unpack functions for 8bit unsigned norm multiplication. | José Fonseca |
2009-10-22 | llvmpipe: Utility function to double the bit width of a type. | José Fonseca |
2009-10-22 | llvmpipe: Factor vector packing/unpacking to a separate source file. | José Fonseca |
2009-10-22 | llvmpipe: Call util_cpu_detect() from the unit tests. | José Fonseca |
2009-10-22 | util: Set cpu endianness too. | José Fonseca |
2009-10-22 | Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa | Alex Deucher |
2009-10-22 | st/xorg: cleanup the checks for whether the op is accelerated | Zack Rusin |
2009-10-22 | Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes... | Alex Deucher |
2009-10-22 | st/xorg: lots of render fixes | Zack Rusin |