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 |
| | |||||
* | glsl: Document glsl_type::sampler_dimensionality | Chad Versace | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | Revert "mesa: Convert fixed function fragment program generator to GLSL IR." | Eric Anholt | 2011-03-12 | 4 | -668/+783 |
| | | | | | This reverts commit 7cb87dffce2c7a37f960f3a865cf92fd193dd8c5. There were regressions (Bug #35244) and more review has been requested. | ||||
* | Revert "mesa: Track a computed _CurrentFragmentProgram for current ↵ | Eric Anholt | 2011-03-12 | 2 | -10/+4 |
| | | | | | | gl_shader_program" This reverts commit b4452c3baad6e0379eeb7f22f2e51d13999e1323. | ||||
* | Revert "i965: Use the fixed function GLSL program instead of the ARB program." | Eric Anholt | 2011-03-12 | 2 | -5/+5 |
| | | | | | This reverts commit 81b34a4e3a7aec9cdf2781757408dc5e9eec79cb. There were regressions in the core change that this depends on. | ||||
* | 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 | 3 | -96/+154 |
| | |||||
* | 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 | 3 | -23/+39 |
| | | | | | Blits between sRGB and linear formats should happen in linear color space. This fixes piglit fbo/fbo-srgb-blit. | ||||
* | r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500 | Marek Olšák | 2011-03-12 | 1 | -1/+1 |
| | | | | | | | | | | The docs say it can be set for direct texture lookups, but even that causes problems. This fixes the wireframe bug: https://bugs.freedesktop.org/show_bug.cgi?id=32688 NOTE: This is a candidate for the 7.9 and 7.10 branches. | ||||
* | r300/compiler: TEX instructions don't support negation on source arguments | Marek Olšák | 2011-03-12 | 1 | -3/+0 |
| | | | | | | | This fixes piglit: - glsl-fs-texture2d-dependent-4 NOTE: This is a candidate for the 7.9 and 7.10 branches. | ||||
* | r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles) | Marek Olšák | 2011-03-12 | 2 | -9/+0 |
| | | | | NOTE: This is a candidate for the 7.9 and 7.10 branches. | ||||
* | r300/compiler: fix translating the src negate bits in pair_translate | Marek Olšák | 2011-03-12 | 1 | -3/+8 |
| | | | | | | | | | | | (1, -_, ...) was converted to (-1, ...) because of the negation in the second component. Masking out the unused bits fixes this. Piglit: - glsl-fs-texture2d-branching NOTE: This is a candidate for the 7.9 and 7.10 branches. | ||||
* | 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 | 5 | -0/+33 |
| | | | | | 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... | ||||
* | r300/compiler: fix the saturate modifier when applied to TEX instructions | Marek Olšák | 2011-03-12 | 1 | -1/+5 |
| | | | | This bug can only be triggered if the source texture is either signed or float. | ||||
* | r600g: revert unintentional commit | Adam Jackson | 2011-03-11 | 1 | -1/+0 |
| | |||||
* | nouveau: Build fix | Adam Jackson | 2011-03-11 | 1 | -0/+1 |
| | | | | nouveau_vieux_dri.so.tmp: undefined reference to `_mesa_need_secondary_color' | ||||
* | r600: Build fix | Adam Jackson | 2011-03-11 | 3 | -0/+3 |
| | | | | 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 |
| | |||||
* | scons: Move texenvprogram.c to ff_fragment_shader.cpp. | Vinson Lee | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | i965: Use the fixed function GLSL program instead of the ARB program. | Eric Anholt | 2011-03-11 | 2 | -5/+5 |
| | | | | | | This gets one more piece of the pipeline onto the new codegen backend. Once ARB_fragment_program can generate GLSL programs, we can nuke the old backend. |