Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-07 | util: implement util_clear_depth_stencil fallback | Roland Scheidegger | |
this doesn't really look terribly useful for drivers to use, but until drivers use their own implementation provide this since some state trackers really want to use these functions. | |||
2010-06-07 | graw: add parse_geometry_shader helper | Keith Whitwell | |
2010-06-07 | tgsi: null-terminate string in parse_identifier | Keith Whitwell | |
Hit this parsing geometry shader properties. | |||
2010-06-07 | draw: don't use llvm engine when geometry shaders active | Keith Whitwell | |
They aren't implemented for llvm. | |||
2010-06-07 | graw: trivial geometry shader test | Keith Whitwell | |
2010-06-07 | graw: add symlinks to shader test directories | Keith Whitwell | |
2010-06-06 | i965g: Use Xorg template makefile | Jakob Bornecrantz | |
2010-06-06 | nouveau: Use Xorg template makefile | Jakob Bornecrantz | |
2010-06-06 | nouveau: Remove left over argument in drm api | Jakob Bornecrantz | |
2010-06-06 | r300g: Use Xorg template makefile | Jakob Bornecrantz | |
2010-06-07 | graw: remove references to unistd.h | Keith Whitwell | |
2010-06-07 | util: new file u_dirty_flags.h | Keith Whitwell | |
2010-06-07 | tests/graw: missing file tri.c | Keith Whitwell | |
2010-06-07 | graw_xlib: build fixes | Keith Whitwell | |
2010-06-07 | graw: update graw_null after interface changes and build graw tests again | Keith Whitwell | |
2010-06-07 | softpipe: remove assert on setting constbufs greater than zero | Keith Whitwell | |
2010-06-07 | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell | |
2010-06-07 | cell/spu: divorce from tgsi_exec.h | Keith Whitwell | |
2010-06-07 | util: add u_box_3d | Keith Whitwell | |
2010-06-07 | gallivm: eliminate tgsi_exec.h include | Keith Whitwell | |
2010-06-07 | include/st: new file swrast_screen_create.h | Keith Whitwell | |
2010-06-07 | util: add util_framebuffer_min_size | Keith Whitwell | |
2010-06-07 | util: allocate larger tmp_row in util_format_translate | Keith Whitwell | |
The tmp_row storage allocation took into account the format's y block size by allocating y_step rows of data. However, the x block size was not being taken into account when deciding how wide those rows need to be. Now make sure that tmp_row is at least x_step by y_step in size. | |||
2010-06-07 | tgsi: reject interpolation and semantics on vs inputs | Keith Whitwell | |
2010-06-07 | regress: remove interpolation and semantic info from vs inputs | Keith Whitwell | |
2010-06-07 | test/graw: add vp-test | Keith Whitwell | |
2010-06-07 | tests/graw: add fp-test | Keith Whitwell | |
2010-06-07 | r300g: fix 24-bit depth texturing | Marek Olšák | |
This is a secret texture format, do not tell anybody. And it looks like we can read stencil in the shader too. | |||
2010-06-06 | r600g: add shader literal constant support | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-06-06 | st/mesa: advertise GL_ARB_fragment_program_shadow | Marek Olšák | |
There is nothing driver-specific about this one. I've also tested it just to be sure. | |||
2010-06-06 | r300g: workaround index bias on chipsets that do not support it | Marek Olšák | |
2010-06-05 | st/mesa: trivially enable GL_ATI_texture_env_combine3 | Marek Olšák | |
This extension is implemented in the texenv program. Gallium drivers pass patched glean/texCombine. (I am going to send the patch soon) Catalyst9.3 advertises this extension too so I don't see a reason we shouldn't. | |||
2010-06-05 | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | |
The specifications are identical. | |||
2010-06-04 | i915g: Use template Xorg makefile | Jakob Bornecrantz | |
2010-06-04 | gallium: Use correct defines in Xorg template makefile | Jakob Bornecrantz | |
2010-06-04 | gallium: Add winsys to include path to Xorg template makefile | Jakob Bornecrantz | |
2010-06-05 | gallium: always build drivers/sw | Joakim Sindholt | |
2010-06-05 | r300compiler: fix scons build | Joakim Sindholt | |
2010-06-05 | r600g: split instruction into scalar | Jerome Glisse | |
Split instruction into scalar in core compiler this simplify the way we translate the instruction in latter stage. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-06-05 | Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query" | Roland Scheidegger | |
This reverts commit acb20e7208341fb6a2b81ac10aa01f17e93a1dea. Oops should check commits after rebase... | |||
2010-06-05 | i915g: fix bug in ds clear logic (still disabled) | Roland Scheidegger | |
2010-06-05 | st/mesa: fix bug in depthstencil optimizing clear logic | Roland Scheidegger | |
2010-06-05 | llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query | Roland Scheidegger | |
asserts on unknown caps | |||
2010-06-05 | llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE. | José Fonseca | |
2010-06-05 | i915: Only emit a MI_FLUSH when the drawing rectangle offset changes. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-06-05 | i915: Fix off-by-one for drawing rectangle. | Chris Wilson | |
The drawing rectangle is given in *inclusive* pixel values, so the range is only [0,2047]. Hence when rendering to a 2048 wide target, such as an extended desktop, we would issue an illegal instruction zeroing the draw area. Fixes: Bug 27408: Primary and Secondary display blanks in extended desktop mode with Compiz enabled https://bugs.freedesktop.org/show_bug.cgi?id=27408 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-06-05 | i915: Inhibit render cache flush when changing drawing rectangle offset. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-06-05 | mesa/st: add support for EXT_texture_swizzle. | Dave Airlie | |
This passes on r300g, the only bit I'm not really sure about is the handling of the sampler_view in st_atom_texture.c, I unreference it there if the swizzle value changes and I also have to create a new set of functions to create a new one since the u_sampler.c ones don't handle swizzle so much. adds r300g + softpipe enables, I think other drivers could pass easily enough. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-06-05 | r300/compiler: implement SIN+COS+SCS for vertex shaders | Marek Olšák | |
2010-06-05 | r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS | Marek Olšák | |