Age | Commit message (Expand) | Author |
2010-11-30 | gallivm: fix storing of the addr register | Zack Rusin |
2010-11-29 | r600g: it looks like r600 can handle dword offsets in the indices. | Dave Airlie |
2010-11-28 | u_blitter: interpolate clear color using a GENERIC varying instead of COLOR | Marek Olšák |
2010-11-27 | r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well. | Henri Verbeet |
2010-11-27 | r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps. | Henri Verbeet |
2010-11-26 | xorg/vmwgfx: Don't clip video to viewport | Thomas Hellstrom |
2010-11-26 | xorg/vmwgfx: Flush even if we don't autopaint the color key | Thomas Hellstrom |
2010-11-25 | u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stall | Marek Olšák |
2010-11-25 | nvfx: reset nvfx->hw_zeta | Xavier Chantry |
2010-11-25 | nvfx: fb->nr_cbufs <= 1 on nv30 | Xavier Chantry |
2010-11-25 | st/vega: Fix a typo in EXTENDED_BLENDER_OVER_FUNC. | Chia-I Wu |
2010-11-25 | st/vega: No flipping in vg_prepare_blend_surface. | Chia-I Wu |
2010-11-25 | st/vega: Masks and surfaces should share orientation. | Chia-I Wu |
2010-11-25 | st/vega: Fix a crash with empty paths. | Chia-I Wu |
2010-11-25 | auxiliary: util_blit_pixels_tex should restore the viewport. | Chia-I Wu |
2010-11-25 | r300g/r600g: bump cache manager timeouts to 1s | Dave Airlie |
2010-11-24 | gallium/targets/xorg-vmwgfx: Xv fixes | Thomas Hellstrom |
2010-11-24 | st/xorg: Add a function to flush pending rendering and damage | Thomas Hellstrom |
2010-11-23 | gallium/egl: fix r300 vs r600 loading | Alex Deucher |
2010-11-23 | r600g: Removed duplicated call to tgsi_split_literal_constant(). | Tilman Sauerbeck |
2010-11-23 | r600g: Only compare active vertex elements | Mathias Fröhlich |
2010-11-22 | llvmpipe: Remove unnecessary headers. | Vinson Lee |
2010-11-22 | r600g: add support for ontario APUs | Alex Deucher |
2010-11-22 | r300g: Avoid returning values in a static array, fixing a potential race | Mathias Fröhlich |
2010-11-22 | r600g: fix some winsys functions to deal properly with evergreen | Alex Deucher |
2010-11-22 | r600g: fix additional EVENT_WRITE packet | Alex Deucher |
2010-11-22 | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák |
2010-11-22 | Merge branch 'lp-offset-twoside' | Keith Whitwell |
2010-11-22 | r600g: pick correct color swap for A8 fbos. | Dave Airlie |
2010-11-21 | i915g: kill idws->pool | Daniel Vetter |
2010-11-21 | i915g: kill buf->map_gtt | Daniel Vetter |
2010-11-21 | i915g: kill RGBA/X formats | Daniel Vetter |
2010-11-21 | i915g: add pineview pci ids | Daniel Vetter |
2010-11-21 | i915g: s/hw_tiled/tiling | Daniel Vetter |
2010-11-21 | i915g: rip out ->sw_tiled | Daniel Vetter |
2010-11-21 | r300g: silence guard band cap errors | Joakim Sindholt |
2010-11-21 | st/vega: Fix vgReadPixels with a subrectangle. | Chia-I Wu |
2010-11-21 | st/vega: Set wrap_r for mask and blend samplers. | Chia-I Wu |
2010-11-21 | st/vega: vegaLookupSingle should validate the state. | Chia-I Wu |
2010-11-21 | tgsi: Add STENCIL to text parser. | Chia-I Wu |
2010-11-20 | nvfx: only expose one rt on nv30 | Xavier Chantry |
2010-11-20 | r600g: Fix location for clip plane registers | Owen W. Taylor |
2010-11-20 | r300g: fix rendering with no vertex elements | Marek Olšák |
2010-11-19 | r600g: use full range of VS resources for vertex samplers | Alex Deucher |
2010-11-19 | r600g: use meaningful defines for chiprev | Alex Deucher |
2010-11-19 | r600g: translate ARR instruction for evergreen | Alex Deucher |
2010-11-19 | r600g: add fetch shader capabilities | Jerome Glisse |
2010-11-19 | r600g: All EVENT_WRITE packets need the EVENT_INDEX field | Alex Deucher |
2010-11-19 | r600g: fix occlusion query on evergreen (avoid lockup) | Jerome Glisse |
2010-11-19 | llvmpipe: twoside for specular color also | Keith Whitwell |