Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-06-07 | 1 | -1/+0 |
| | |||||
* | graw: Add gallium library to SCons build. | Vinson Lee | 2010-06-07 | 1 | -1/+1 |
| | | | | Fixes MSVC SCons build. | ||||
* | r300g: fix hardlock caused by an incompatible vertex format | Marek Olšák | 2010-06-07 | 1 | -1/+1 |
| | | | | The drivers aborts instead, I am working on a real fix... | ||||
* | graw: add gs-test.c and some simple geometry shader examples | Keith Whitwell | 2010-06-07 | 8 | -2/+626 |
| | |||||
* | softpipe: use util_clear_render_target/depth_stencil fallbacks | Roland Scheidegger | 2010-06-07 | 1 | -0/+2 |
| | |||||
* | llvmpipe: use util_clear_render_target/depth_stencil fallbacks | Roland Scheidegger | 2010-06-07 | 1 | -0/+2 |
| | |||||
* | util: implement util_clear_depth_stencil fallback | Roland Scheidegger | 2010-06-07 | 2 | -1/+115 |
| | | | | | | 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. | ||||
* | graw: add parse_geometry_shader helper | Keith Whitwell | 2010-06-07 | 2 | -0/+16 |
| | |||||
* | tgsi: null-terminate string in parse_identifier | Keith Whitwell | 2010-06-07 | 1 | -0/+1 |
| | | | | Hit this parsing geometry shader properties. | ||||
* | draw: don't use llvm engine when geometry shaders active | Keith Whitwell | 2010-06-07 | 1 | -1/+1 |
| | | | | They aren't implemented for llvm. | ||||
* | graw: trivial geometry shader test | Keith Whitwell | 2010-06-07 | 2 | -0/+269 |
| | |||||
* | graw: add symlinks to shader test directories | Keith Whitwell | 2010-06-07 | 2 | -0/+2 |
| | |||||
* | i965g: Use Xorg template makefile | Jakob Bornecrantz | 2010-06-06 | 1 | -37/+10 |
| | |||||
* | nouveau: Use Xorg template makefile | Jakob Bornecrantz | 2010-06-06 | 1 | -45/+10 |
| | |||||
* | nouveau: Remove left over argument in drm api | Jakob Bornecrantz | 2010-06-06 | 1 | -2/+1 |
| | |||||
* | r300g: Use Xorg template makefile | Jakob Bornecrantz | 2010-06-06 | 1 | -42/+15 |
| | |||||
* | graw: remove references to unistd.h | Keith Whitwell | 2010-06-07 | 4 | -4/+1 |
| | |||||
* | util: new file u_dirty_flags.h | Keith Whitwell | 2010-06-07 | 1 | -0/+28 |
| | |||||
* | tests/graw: missing file tri.c | Keith Whitwell | 2010-06-07 | 1 | -0/+253 |
| | |||||
* | graw_xlib: build fixes | Keith Whitwell | 2010-06-07 | 1 | -0/+3 |
| | |||||
* | graw: update graw_null after interface changes and build graw tests again | Keith Whitwell | 2010-06-07 | 5 | -14/+30 |
| | |||||
* | softpipe: remove assert on setting constbufs greater than zero | Keith Whitwell | 2010-06-07 | 1 | -1/+0 |
| | |||||
* | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell | 2010-06-07 | 8 | -10/+135 |
| | |||||
* | cell/spu: divorce from tgsi_exec.h | Keith Whitwell | 2010-06-07 | 3 | -2/+161 |
| | |||||
* | util: add u_box_3d | Keith Whitwell | 2010-06-07 | 1 | -0/+19 |
| | |||||
* | gallivm: eliminate tgsi_exec.h include | Keith Whitwell | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | include/st: new file swrast_screen_create.h | Keith Whitwell | 2010-06-07 | 1 | -0/+67 |
| | |||||
* | util: add util_framebuffer_min_size | Keith Whitwell | 2010-06-07 | 2 | -0/+40 |
| | |||||
* | util: allocate larger tmp_row in util_format_translate | Keith Whitwell | 2010-06-07 | 1 | -3/+4 |
| | | | | | | | | | 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. | ||||
* | tgsi: reject interpolation and semantics on vs inputs | Keith Whitwell | 2010-06-07 | 1 | -2/+6 |
| | |||||
* | regress: remove interpolation and semantic info from vs inputs | Keith Whitwell | 2010-06-07 | 30 | -56/+56 |
| | |||||
* | test/graw: add vp-test | Keith Whitwell | 2010-06-07 | 2 | -1/+508 |
| | |||||
* | tests/graw: add fp-test | Keith Whitwell | 2010-06-07 | 2 | -0/+513 |
| | |||||
* | .gitignore: Ignore emacs .dir-locals.el files | Kristian Høgsberg | 2010-06-07 | 1 | -0/+1 |
| | |||||
* | Remove last bits of progs/ infrastructure | Kristian Høgsberg | 2010-06-07 | 4 | -84/+0 |
| | |||||
* | r300g: fix 24-bit depth texturing | Marek Olšák | 2010-06-07 | 2 | -1/+4 |
| | | | | | This is a secret texture format, do not tell anybody. And it looks like we can read stencil in the shader too. | ||||
* | r600g: add shader literal constant support | Jerome Glisse | 2010-06-06 | 3 | -14/+75 |
| | | | | Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | st/mesa: advertise GL_ARB_fragment_program_shadow | Marek Olšák | 2010-06-06 | 1 | -0/+1 |
| | | | | | There is nothing driver-specific about this one. I've also tested it just to be sure. | ||||
* | r300g: workaround index bias on chipsets that do not support it | Marek Olšák | 2010-06-06 | 3 | -47/+164 |
| | |||||
* | st/mesa: trivially enable GL_ATI_texture_env_combine3 | Marek Olšák | 2010-06-05 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
* | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | 2010-06-05 | 2 | -0/+2 |
| | | | | The specifications are identical. | ||||
* | i915g: Use template Xorg makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -46/+10 |
| | |||||
* | gallium: Use correct defines in Xorg template makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -4/+4 |
| | |||||
* | gallium: Add winsys to include path to Xorg template makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -0/+1 |
| | |||||
* | gallium: always build drivers/sw | Joakim Sindholt | 2010-06-05 | 2 | -7/+11 |
| | |||||
* | r300compiler: fix scons build | Joakim Sindholt | 2010-06-05 | 1 | -0/+2 |
| | |||||
* | r600g: split instruction into scalar | Jerome Glisse | 2010-06-05 | 4 | -147/+142 |
| | | | | | | | Split instruction into scalar in core compiler this simplify the way we translate the instruction in latter stage. Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query" | Roland Scheidegger | 2010-06-05 | 1 | -2/+0 |
| | | | | | This reverts commit acb20e7208341fb6a2b81ac10aa01f17e93a1dea. Oops should check commits after rebase... | ||||
* | i915g: fix bug in ds clear logic (still disabled) | Roland Scheidegger | 2010-06-05 | 1 | -2/+2 |
| | |||||
* | st/mesa: fix bug in depthstencil optimizing clear logic | Roland Scheidegger | 2010-06-05 | 1 | -1/+2 |
| |