Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [g3dvl] enable gl_rasterization_rules for idct | Christian König | 2011-05-15 | 1 | -11/+6 |
| | |||||
* | [g3dvl] enable gl_rasterization_rules for zscan | Christian König | 2011-05-15 | 1 | -6/+5 |
| | |||||
* | [g3dvl] store mvpos seperately from x,y cord | Christian König | 2011-05-15 | 1 | -23/+27 |
| | |||||
* | [g3dvl] pre apply zscan to quant matrix | Christian König | 2011-05-15 | 1 | -68/+51 |
| | |||||
* | [g3dvl] no need for seperate intermediate buffers any more | Christian König | 2011-05-15 | 2 | -102/+110 |
| | | | | This should reduce the video memory footprint drastically. | ||||
* | [g3dvl] move alignment of buffers to mb size into context | Christian König | 2011-05-15 | 2 | -7/+4 |
| | |||||
* | [g3dvl] fix fi_frame mb increment | Christian König | 2011-05-14 | 1 | -2/+19 |
| | |||||
* | [g3dvl] move dct_type detection out of get_macroblock_modes | Christian König | 2011-05-08 | 1 | -29/+23 |
| | |||||
* | [g3dvl] fix field selection of mb without mc | Christian König | 2011-05-08 | 1 | -18/+23 |
| | |||||
* | [g3dvl] memcpy the DCT buffer instead of writing it directly | Christian König | 2011-05-07 | 1 | -2/+6 |
| | | | | It looks like texture buffers are not cached so this seems to be alot faster | ||||
* | vdpau: use multiple buffers to speed up rendering | Christian König | 2011-05-07 | 2 | -9/+27 |
| | |||||
* | vdpau: implement PresentationQueueSetBackgroundColor | Christian König | 2011-05-07 | 1 | -1/+11 |
| | |||||
* | vdpau: as long as we don't have a background picture we don't want an alpha ↵ | Christian König | 2011-05-07 | 1 | -0/+4 |
| | | | | channel | ||||
* | [g3dvl] rgba surfaces are clearing if the alpha channel is one | Christian König | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | [g3dvl] using reciprocals for size calc is sometimes not precise enough | Christian König | 2011-05-07 | 1 | -9/+9 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-05-07 | 74 | -851/+2257 |
|\ | | | | | | | | | Conflicts: src/gallium/drivers/r600/r600_state.c | ||||
| * | r300g: handle seamless_cube_map caps | Marek Olšák | 2011-05-07 | 1 | -0/+2 |
| | | |||||
| * | nv50,nvc0: activate seamless cube map filtering | Christoph Bumiller | 2011-05-06 | 3 | -1/+44 |
| | | |||||
| * | r600g: implement seamless_cube_map for evergreen | Marek Olšák | 2011-05-06 | 3 | -0/+15 |
| | | | | | | | | The r600/r700 support will follow soon. | ||||
| * | gallium: implement seamless cubemap extensions | Marek Olšák | 2011-05-06 | 3 | -0/+7 |
| | | | | | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
| * | r600g: avoid recursion in rv670 flush workaround | Alex Deucher | 2011-05-06 | 1 | -2/+7 |
| | | | | | | | | | | | | | | Should fix: https://bugs.freedesktop.org/show_bug.cgi?id=36914 Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | gallium/xorg st/nv50: add PIPE_BIND_CURSOR | Marcin Slusarz | 2011-05-06 | 3 | -2/+12 |
| | | | | | | | | | | We need to distinguish surfaces for mouse cursors from scanouts, because nv50 hardware display engine ignores tiling flags. | ||||
| * | Add pci id for FirePro 2270 | Kostas Georgiou | 2011-05-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Kostas Georgiou <[email protected]> | ||||
| * | r600g: add back SOURCE_FORMAT setting that get accidently dropped | Alex Deucher | 2011-05-05 | 1 | -0/+1 |
| | | | | | | | | | | | | Spotted by Henri Verbeet Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | r600g: fix up the rules for enabling SOURCE_FORMAT(EXPORT_NORM) | Alex Deucher | 2011-05-05 | 2 | -10/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting SOURCE_FORMAT to EXPORT_NORM is an optimization. Leaving SOURCE_FORMAT at 0 will work in all cases, but is less efficient. The conditions for the setting the EXPORT_NORM optimization are as follows: R600/RV6xx: BLEND_CLAMP is enabled BLEND_FLOAT32 is disabled 11-bit or smaller UNORM/SNORM/SRGB R7xx/evergreen: 11-bit or smaller UNORM/SNORM/SRGB 16-bit or smaller FLOAT Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | r600g: further r6xx cache flush fixes | Alex Deucher | 2011-05-05 | 1 | -12/+10 |
| | | | | | | | | | | | | | | Don't emit sync packets for additional CBs or DB. Spotted by Fredrik Höglund. Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | r600g: add rv670 flushing workaround. | Dave Airlie | 2011-05-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Hopefully we can find out the proper fix for this, but for now this makes the fbo mipmap tests pass on my rv670 (x2 card). Signed-off-by: Dave Airlie <[email protected]> | ||||
| * | r600g: fix cache flushes on r6xx | Alex Deucher | 2011-05-06 | 2 | -9/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r6xx asics have some problems with the surface sync logic for the CB and DB. It's recommended to use the event write interface for flushing the DB/CB caches rather than the sync packets. A single event write flush flushes all dst caches, so we only need one for all CBs and DB. Should fix: https://bugs.freedesktop.org/show_bug.cgi?id=35312 Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
| * | r600g: Match alpha ref precision to color format precision. | Henri Verbeet | 2011-05-05 | 4 | -21/+64 |
| | | | | | | | | | | | | This fixes piglit fbo-alphatest-formats on Evergreen. Signed-off-by: Henri Verbeet <[email protected]> | ||||
| * | r600g: do RV6xx base updates inline with state updates. | Dave Airlie | 2011-05-05 | 2 | -54/+22 |
| | | | | | | | | | | | | | | | | | | This seems more in line with what the documentation suggests we should be doing. It doesn't fix the rv635 regression, though I thought it might, so it means I've no idea whats actually going wrong there. Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | ||||
| * | st/wgl: Allow to create pbuffers bigger than the desktop. | José Fonseca | 2011-05-04 | 1 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | We use a hidden window for pbuffer contexts, but Windows limits window sizes to the desktop size by default. This means that creating a big pbuffer on a small resolution single monitor would truncate the pbuffer size to the desktop. This change overrides the windows maximum size, allow to create windows arbitrarily large. | ||||
| * | st/wgl: Cope with zero width/height windows. | José Fonseca | 2011-05-04 | 1 | -12/+38 |
| | | | | | | | | While ensuring the framebuffer area is never zero. | ||||
| * | i915g: add const qualifier to silence warning | Brian Paul | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | r600g: add some new pci ids | Alex Deucher | 2011-05-03 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | st/xorg: flush after loading the cursor | Marcin Slusarz | 2011-05-03 | 1 | -7/+15 |
| | | | | | | | | | | We need cursor data to land in destination buffer before drmModeSetCursor. It fixes "cursor lag" on nv50. | ||||
| * | gallium/draw: Fix enum type taken by draw_get_shader_param(). | Michel Dänzer | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Pointed out by clang: src/gallium/auxiliary/draw/draw_context.h:251:41: warning: implicit conversion from enumeration type 'enum pipe_cap' to different enumeration type 'enum pipe_shader_cap' [-Wconversion] return tgsi_exec_get_shader_param(param); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ | ||||
| * | r600g: reorder caps | Marek Olšák | 2011-05-03 | 1 | -17/+10 |
| | | |||||
| * | r600g: set correct PIPE_CAP_MAX_COMBINED_SAMPLERS | Marek Olšák | 2011-05-03 | 1 | -3/+2 |
| | | |||||
| * | nv50,nvc0: advertise GL_FIXED vertex buffers as supported | Christoph Bumiller | 2011-05-03 | 2 | -0/+36 |
| | | | | | | | | | | We'll handle them like f64 vertex buffers, by falling back to copying vertex data to the command buffer through translate. | ||||
| * | gallium: reorder fields of pipe_rasterizer_state to pack it more tightly | Marek Olšák | 2011-05-02 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | sizeof(struct pipe_rasterizer_state): Before: 32 bytes After: 28 bytes Reviewed-by: Brian Paul <[email protected]> | ||||
| * | r600g: document some new evergreen formats | Marek Olšák | 2011-05-02 | 1 | -0/+3 |
| | | |||||
| * | r600g: remove some more FIXME comments | Marek Olšák | 2011-05-02 | 2 | -2/+0 |
| | | |||||
| * | st/xorg: Fix two more instances of typo 'accle'. | Michel Dänzer | 2011-05-02 | 1 | -2/+2 |
| | | |||||
| * | st/xorg: fix typos | Marcin Slusarz | 2011-05-02 | 2 | -4/+4 |
| | | |||||
| * | targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so | Marcin Slusarz | 2011-05-02 | 1 | -1/+1 |
| | | |||||
| * | targets/xorg-nouveau: add libnvc0.a to nouveau libs | Marcin Slusarz | 2011-05-02 | 1 | -0/+1 |
| | | |||||
| * | r600g: remove some FIXME comments | Marek Olšák | 2011-05-02 | 2 | -2/+0 |
| | | | | | | | | All texture LOD tests pass. | ||||
| * | Revert "r600g: truncate point sampled texture coordinates" | Marek Olšák | 2011-05-02 | 2 | -14/+1 |
| | | | | | | | | | | | | | | This reverts commit 1dc204d145dc8c0b19473a7814c201a8954b6274. MC_COORD_TRUNCATE is for MPEG and produces quite an interesting behavior on regular textures. Anyway that commit broke filtering in demos/cubemap. | ||||
| * | tgsi: remove set-but-unused variables | Marek Olšák | 2011-05-01 | 1 | -4/+0 |
| | | |||||
| * | draw: remove set-but-unused variable | Marek Olšák | 2011-05-01 | 1 | -2/+1 |
| | |