summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-12-01st/vega: Get rid of renderer_copy_texture.Chia-I Wu
2010-12-01st/vega: vg_copy_texture and vg_copy_surface should share code.Chia-I Wu
2010-12-01st/vega: Clean up renderer fields and functions.Chia-I Wu
2010-12-01st/vega: Clean up vg_context fields and functions.Chia-I Wu
2010-12-01st/vega: vg_manager should care about only the color buffer.Chia-I Wu
2010-12-01st/vega: Make shader_bind call into the renderer.Chia-I Wu
2010-12-01st/vega: Move g3d states to renderer.Chia-I Wu
2010-12-01st/vega: Use st_framebuffer for fb width/height.Chia-I Wu
2010-12-01st/vega: Delay fb state update to vg_validate_state.Chia-I Wu
2010-12-01st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.Chia-I Wu
2010-12-01st/vega: Use the renderer for vgMask.Chia-I Wu
2010-12-01st/vega: Add FILTER renderer state for image filtering.Chia-I Wu
2010-12-01st/vega: Add CLEAR renderer state for vgClear.Chia-I Wu
2010-12-01st/vega: Add SCISSOR renderer state.Chia-I Wu
2010-12-01st/vega: Add DRAWTEX renderer state.Chia-I Wu
2010-12-01st/vega: Overhaul renderer with renderer states.Chia-I Wu
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30r300g: fix texture border color once againMarek Olšák
2010-11-30scons: add alias for identityZack Rusin
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca
2010-11-30scons: Alias for svgaJosé Fonseca
2010-11-30svga: Use consistent hexadecimal representation on debug output.José Fonseca
2010-11-30util: rename u_mempool -> u_slabMarek Olšák
2010-11-30gallivm: fix storing of the addr registerZack Rusin
2010-11-29r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák
2010-11-27r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.Henri Verbeet
2010-11-27r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.Henri Verbeet
2010-11-26xorg/vmwgfx: Don't clip video to viewportThomas Hellstrom
2010-11-26xorg/vmwgfx: Flush even if we don't autopaint the color keyThomas Hellstrom
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák
2010-11-25nvfx: reset nvfx->hw_zetaXavier Chantry
2010-11-25nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry
2010-11-25st/vega: Fix a typo in EXTENDED_BLENDER_OVER_FUNC.Chia-I Wu
2010-11-25st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu
2010-11-25st/vega: Masks and surfaces should share orientation.Chia-I Wu
2010-11-25st/vega: Fix a crash with empty paths.Chia-I Wu
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu
2010-11-25r300g/r600g: bump cache manager timeouts to 1sDave Airlie
2010-11-24gallium/targets/xorg-vmwgfx: Xv fixesThomas Hellstrom
2010-11-24st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher
2010-11-23r600g: Removed duplicated call to tgsi_split_literal_constant().Tilman Sauerbeck
2010-11-23r600g: Only compare active vertex elementsMathias Fröhlich
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee