Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv50,nvc0: don't assert on cso with 0 vertex elements | Christoph Bumiller | 2011-03-13 | 3 | -6/+2 |
| | |||||
* | rbug: Use the call mutex | Jakob Bornecrantz | 2011-03-13 | 1 | -19/+187 |
| | | | | Fixes crashes in [soft|llvm]pipe when replacing shaders | ||||
* | r600g: Only update DB_SHADER_CONTROL once in r600_pipe_shader_ps(). | Mathias Fröhlich | 2011-03-13 | 1 | -16/+13 |
| | | | | | | | | | Avoid setting the same gpu register several times in a r600_pipe_state. Compute the final value of the register and set that one time. This avoids some overhead in r600_context_pipe_state_set(). Signed-off-by: Mathias Fröhlich <[email protected]> Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | tgsi: Fix parsing of properties with digits in the name | Jakob Bornecrantz | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | rbug: Skip drawing on disabled shaders | Jakob Bornecrantz | 2011-03-13 | 1 | -1/+4 |
| | |||||
* | rbug: Remove flags from flush | Jakob Bornecrantz | 2011-03-13 | 2 | -6/+0 |
| | |||||
* | i915g: Lie more so we get GLSL | Jakob Bornecrantz | 2011-03-13 | 1 | -2/+3 |
| | | | | Lots of piglit tests are lazy and wants GLSL | ||||
* | i915g: Point sprite cap could be supported | Jakob Bornecrantz | 2011-03-13 | 1 | -1/+2 |
| | |||||
* | i915g: Sort cap list | Jakob Bornecrantz | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | nvc0: support edge flags | Christoph Bumiller | 2011-03-13 | 4 | -14/+88 |
| | |||||
* | nvc0: fix POLYGON_MODE_BACK macro copy/paste error | Christoph Bumiller | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | nv50,nvc0: fix pipe context switch | Christoph Bumiller | 2011-03-13 | 2 | -10/+64 |
| | |||||
* | nv50,nvc0: clean up flushes | Christoph Bumiller | 2011-03-13 | 5 | -38/+28 |
| | |||||
* | nv50,nvc0: add some missing resource referencing | Christoph Bumiller | 2011-03-13 | 4 | -7/+64 |
| | |||||
* | nvc0: mask out centroid bit for writing FP header | Christoph Bumiller | 2011-03-13 | 1 | -1/+1 |
| | | | | It's only 2 bit per input, centroid is set in the instruction. | ||||
* | nvc0: identify VERTEX_QUARANTINE | Christoph Bumiller | 2011-03-13 | 3 | -8/+17 |
| | | | | | | | | Well, not sure what exactly it is, but it certainly doesn't contain the control flow stack, but vertex data. Not sure about size, I've only seen the first few KiB written, but the binary driver seems to allocate more. | ||||
* | nvc0: don't enable early-z if alpha test is enabled | Christoph Bumiller | 2011-03-13 | 4 | -12/+20 |
| | | | | | | Depth values are also written before the shader is executed, so if early tests are enabled, fragments that failed the alpha test were modifying the depth buffer, but they shouldn't. | ||||
* | nvc0: move sprite coord replace state into cso | Christoph Bumiller | 2011-03-13 | 2 | -27/+8 |
| | | | | It's not dependent on any other state anymore now. | ||||
* | nvc0: s/nblocksx/nblocksy for height in resource_copy_region | Christoph Bumiller | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | nvc0: fix unitialized variable in TGSI sysval decl processing | Christoph Bumiller | 2011-03-13 | 1 | -0/+1 |
| | |||||
* | nvc0: update/fix supported instruction src modifiers | Christoph Bumiller | 2011-03-13 | 5 | -20/+31 |
| | |||||
* | i915g: fix transfer coherency | Daniel Vetter | 2011-03-12 | 3 | -26/+7 |
| | | | | | | | | | | | | The kernel drm takes care of all coherency as long as we don't forget to submit all outstanding commands in the batchbuffer ... Also move batchbuffer initialization up because otherwise transfers for some helper textures fail with a segmentation fault. And kill the dead code, flushes should now be correct everywhere. Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | i915g: don't recalculate fb dimension | Daniel Vetter | 2011-03-12 | 3 | -31/+4 |
| | | | | | | The statetracker should do this for us correctly. Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | i915g: use y-tiling when the blitter is not used | Daniel Vetter | 2011-03-12 | 1 | -1/+4 |
| | | | | | | The blitter is broken. Who'd have guessed? Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | i915g: implement copy_region using u_blitter | Daniel Vetter | 2011-03-12 | 4 | -9/+128 |
| | | | | Signed-off-by: Daniel Vetter <[email protected]>works | ||||
* | i915g: fix use after free | Daniel Vetter | 2011-03-12 | 2 | -3/+3 |
| | | | | | | | Pipe templates should be copied if still needed after the create call completes. Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | gallium: Delay the creation of simple helper shaders | Jakob Bornecrantz | 2011-03-12 | 2 | -80/+116 |
| | |||||
* | r600g: Fix VS sampler view offsets for r600/r700. | Carl-Philip Hänsch | 2011-03-12 | 1 | -1/+2 |
| | | | | | | 077c448d184799e0d9ec962013ec784c6a5c1807 missed this. Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | r600g: Fix an unused variable warning. | Henri Verbeet | 2011-03-12 | 1 | -3/+5 |
| | |||||
* | u_blitter: Do blits in linear color space. | Henri Verbeet | 2011-03-12 | 2 | -22/+38 |
| | | | | | Blits between sRGB and linear formats should happen in linear color space. This fixes piglit fbo/fbo-srgb-blit. | ||||
* | st/dri: fix warning: ‘bind’ may be used uninitialized in this function | Marek Olšák | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | llvmpipe: fix warning: ‘t0’ may be used uninitialized in this function | Marek Olšák | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | r300g: implement fragment color clamping in the shader | Marek Olšák | 2011-03-12 | 3 | -0/+10 |
| | | | | | This finishes the implementation of the fragment color clamp control for ARB_color_buffer_float. I don't wanna keep this stuff in a branch... | ||||
* | r600g: revert unintentional commit | Adam Jackson | 2011-03-11 | 1 | -1/+0 |
| | |||||
* | r600: Build fix | Adam Jackson | 2011-03-11 | 1 | -0/+1 |
| | | | | r600_dri.so.tmp: undefined reference to `_mesa_rgba_logicop_enabled' | ||||
* | st/python: Remove flags from flush function. | Vinson Lee | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | st/python: Remove the geom_flags param from is_format_supported. | Vinson Lee | 2011-03-11 | 1 | -4/+2 |
| | |||||
* | st/python: Clean up fence_finish. | Vinson Lee | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 65 | -207/+161 |
| | | | | | | | | | | The drivers have been changed so that they behave as if all of the flags were set. This is already implicit in most hardware drivers and required for multiple contexts. Some state trackers were also abusing the PIPE_FLUSH_RENDER_CACHE flag to decide whether flush_frontbuffer should be called. New flag ST_FLUSH_FRONT has been added to st_api.h as a replacement. | ||||
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 42 | -123/+89 |
| | |||||
* | gallium: cleanup fence_signalled and fence_finish | Marek Olšák | 2011-03-11 | 25 | -115/+78 |
| | | | | So that they don't have the driver-specific param and return type. | ||||
* | gallium: kill is_resource_referenced | Marek Olšák | 2011-03-11 | 44 | -462/+44 |
| | | | | Only st/xorg used it and even incorrectly with regards to pipelined transfers. | ||||
* | swrastg: Add __DRI_TEX_BUFFER support | Adam Jackson | 2011-03-11 | 1 | -0/+1 |
| | | | | | | | Without this, EXT_texture_from_pixmap is trivially broken. With it, it's merely subtly broken. Signed-off-by: Adam Jackson <[email protected]> | ||||
* | vega: remove unused pipe var | Brian Paul | 2011-03-11 | 1 | -1/+0 |
| | |||||
* | svga: Propagate discard/unsynchronized flags to the host when doing texture ↵ | José Fonseca | 2011-03-11 | 3 | -12/+38 |
| | | | | DMAs. | ||||
* | util: Fix typo in u_upload_flush(). | José Fonseca | 2011-03-11 | 1 | -2/+2 |
| | | | | upload->offset is how much we used. upload->size is the whole buffer size. | ||||
* | r300g: fix alignement for NPOT values in hyperz setup | Nicolas Peninguy | 2011-03-11 | 1 | -3/+3 |
| | | | | | | | With 3 pipes cards we need to align with NPOT values. This fixes: https://bugs.freedesktop.org/show_bug.cgi?id=32945 Signed-off-by: Nicolas Peninguy <[email protected]> | ||||
* | draw: remove unnecessary flush | Marek Olšák | 2011-03-11 | 1 | -7/+0 |
| | |||||
* | st/vega: remove unnecessary flushes | Marek Olšák | 2011-03-11 | 3 | -14/+0 |
| | | | | I don't see a reason we need them. | ||||
* | st/mesa: remove unnecessary flushes | Marek Olšák | 2011-03-11 | 1 | -2/+0 |
| | | | | | | | The framebuffer cache flush should be implicit when calling set_framebuffer_state. There is no need to flush the command stream either. |