summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Collapse)AuthorAgeFilesLines
* vl: pipe-video branch merged with Königs pipe-video branchThomas Balling Sørensen2010-10-261-30/+7
|
* Merge branch 'pipe-video' of ↵Thomas Balling Sørensen2010-10-265-0/+74
|\ | | | | | | | | | | | | | | | | | | | | | | git://anongit.freedesktop.org/~deathsimple/xvmc-r600 into pipe-video Conflicts: configure.ac src/gallium/auxiliary/vl/vl_compositor.c src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c src/gallium/drivers/softpipe/sp_video_context.c src/gallium/include/pipe/p_defines.h src/gallium/include/pipe/p_screen.h
| * Remove code copied over from r300Christian König2010-10-241-290/+0
| |
| * First xvmc-r600 implementationChristian König2010-10-234-0/+326
| |
| * Fix uninitialized memory problemsChristian König2010-10-231-0/+3
| |
| * Fix problems created by MergeChristian König2010-10-161-14/+26
| |
| * Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-12422-28686/+67101
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac src/gallium/drivers/nvfx/Makefile src/gallium/include/pipe/p_defines.h src/gallium/include/pipe/p_screen.h src/gallium/include/state_tracker/dri1_api.h src/gallium/include/state_tracker/drm_api.h src/gallium/winsys/nouveau/drm/nouveau_drm_api.c
* | \ Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-2687-2800/+4596
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_format.h
| * | | r600g: add assembler support for all the kcache fields.Dave Airlie2010-10-263-2/+17
| | | |
| * | | r600g: fix magic 0x1 ->flat shade enaDave Airlie2010-10-262-2/+2
| | | |
| * | | r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák2010-10-241-4/+9
| | | | | | | | | | | | | | | | | | | | This is kinda hacky, but it's hard to come up with a generic solution for all formats when only a few are used in practice (I mostly get B8G8R8*8).
| * | | r600g: drop more common state handling codeDave Airlie2010-10-244-151/+80
| | | |
| * | | r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck2010-10-243-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [airlied: remove unused vars] Signed-off-by: Tilman Sauerbeck <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
| * | | r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck2010-10-243-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not yet complete. Signed-off-by: Tilman Sauerbeck <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
| * | | r600g: merge more of the common r600/evergreen state handlingDave Airlie2010-10-244-172/+106
| | | |
| * | | r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck2010-10-244-18/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tilman Sauerbeck <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
| * | | softpipe: remove >32bpp color restrictionBrian Paul2010-10-232-8/+1
| | | | | | | | | | | | | | | | The comment was out of date. The tile cache does handle >32-bit colors.
| * | | softpipe: added some texture sample debug code (disabled)Brian Paul2010-10-231-7/+50
| | | |
| * | | r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák2010-10-221-0/+2
| | | |
| * | | r300g: do not print get_param errors in non-debug buildMarek Olšák2010-10-221-4/+4
| | | |
| * | | galahad: silence warningsBrian Paul2010-10-222-3/+3
| | | |
| * | | llvmpipe: enable primitive restartBrian Paul2010-10-211-0/+2
| | | |
| * | | softpipe: enable primitive restartBrian Paul2010-10-211-0/+2
| | | |
| * | | r600g: start splitting out common code from eg/r600.Dave Airlie2010-10-216-339/+367
| | | | | | | | | | | | | | | | | | | | no point duplicating code that doesn't touch hw, also make it easier to spot mistakes
| * | | r600g: initial translate state supportDave Airlie2010-10-214-5/+250
| | | |
| * | | llvmpipe: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
| | | |
| * | | r600g: add texture tiling enable under a debug option.Dave Airlie2010-10-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | At the moment you need kernel patches to have texture tiling work with the kernel CS checker, so once they are upstream and the drm version is bumped we can make this enable flip the other way most likely.
| * | | r600g: add texture tiling alignment support.Dave Airlie2010-10-211-5/+60
| | | | | | | | | | | | | | | | | | | | this sets things up to align stride/height with tile sizes, it also adds support for the 2D/1D array mode cross over point.
| * | | r600g: introduce a per-driver resource flag for transfers.Dave Airlie2010-10-212-2/+5
| | | | | | | | | | | | | | | | this is to be used to decide not to tile a surface being used for transfers.
| * | | r600g: add r600 surface to store the aligned height.Dave Airlie2010-10-214-20/+36
| | | | | | | | | | | | | | | | | | | | we need to know the aligned height when binding the surface to cb/zb, not the gallium surface height.
| * | | r600g: start adding hooks for aligning width/height for tiles.Dave Airlie2010-10-211-4/+26
| | | |
| * | | r600g: move to per-miplevel array mode.Dave Airlie2010-10-214-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | Since the hw transitions from 2D->1D sampling below the 2D macrotile size we need to keep track of the array mode per level so we can render to it using the CB.
| * | | r600g: all non-0 mipmap levels need to be w/h aligned to POT.Dave Airlie2010-10-211-5/+13
| | | | | | | | | | | | | | | | this adds a new minify function to the driver to ensure this.
| * | | llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul2010-10-201-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | We were working around an LLVM 2.5 bug but we're using LLVM 2.6 or later now. This basically reverts commit baddcbc5225e12052b3bc8c07a8b65243d76574d. This fixes the piglit bug/tri-tex-crash.c failure.
| * | | r600g: Ensure r600_src is initialized in tgsi_exp function.Vinson Lee2010-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Silences these GCC warnings. r600_shader.c: In function 'tgsi_exp': r600_shader.c:2339: warning: 'r600_src[0].rel' is used uninitialized in this function r600_shader.c:2339: warning: 'r600_src[0].abs' is used uninitialized in this function r600_shader.c:2339: warning: 'r600_src[0].neg' is used uninitialized in this function r600_shader.c:2339: warning: 'r600_src[0].chan' is used uninitialized in this function r600_shader.c:2339: warning: 'r600_src[0].sel' is used uninitialized in this function
| * | | llvmpipe: Initialize variable.Vinson Lee2010-10-191-0/+1
| | | |
| * | | llvmpipe: Initialize state variable in debug_bin function.Vinson Lee2010-10-191-1/+1
| | | |
| * | | r300g: Add new debug option for logging vertex/fragment program statsTom Stellard2010-10-184-4/+8
| | | |
| * | | llvmpipe: Don't test rounding of x.5 numbers.José Fonseca2010-10-181-1/+4
| | | | | | | | | | | | | | | | | | | | SSE4.1 has different rules, and so far this doesn't seem to cause any problems with conformance test suites.
| * | | llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul2010-10-181-2/+0
| | | |
| * | | r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-183-4/+7
| | | | | | | | | | | | | | | | we need to know if the back is tiled so we can blit from it properly.
| * | | r600g: fix transfer function for tiling.Dave Airlie2010-10-181-2/+3
| | | | | | | | | | | | | | | | this makes readback with tiled back work better.
| * | | r600g: attempt to cleanup depth blitDave Airlie2010-10-181-17/+4
| | | | | | | | | | | | | | | | cleanup what I'm nearly sure is unnecessary work in the depth blit code.
| * | | r600g: depth needs to bound to dsDave Airlie2010-10-181-1/+1
| | | |
| * | | r600g: fix typo in tiling setup cb code.Dave Airlie2010-10-181-1/+1
| | | |
| * | | r600g: do proper tracking of views/samplers.Dave Airlie2010-10-183-16/+44
| | | | | | | | | | | | | | | | | | | | we need to do pretty much what r300g does in for this, this fixes some issues seen while working on tiling.
| * | | llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell2010-10-173-6/+3
| | | |
| * | | llvmpipe: remove unused fileKeith Whitwell2010-10-172-2/+0
| | | |
| * | | Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-17142-9687/+9060
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_setup_coef.c src/gallium/drivers/llvmpipe/lp_setup_coef.h src/gallium/drivers/llvmpipe/lp_setup_coef_intrin.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_setup_tri.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.h
| | * | | llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangleKeith Whitwell2010-10-171-4/+4
| | | | |