summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Remove unnecessary header.Vinson Lee2010-06-071-1/+0
|
* graw: Add gallium library to SCons build.Vinson Lee2010-06-071-1/+1
| | | | Fixes MSVC SCons build.
* r300g: fix hardlock caused by an incompatible vertex formatMarek Olšák2010-06-071-1/+1
| | | | The drivers aborts instead, I am working on a real fix...
* graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell2010-06-078-2/+626
|
* softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger2010-06-071-0/+2
|
* llvmpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger2010-06-071-0/+2
|
* util: implement util_clear_depth_stencil fallbackRoland Scheidegger2010-06-072-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 helperKeith Whitwell2010-06-072-0/+16
|
* tgsi: null-terminate string in parse_identifierKeith Whitwell2010-06-071-0/+1
| | | | Hit this parsing geometry shader properties.
* draw: don't use llvm engine when geometry shaders activeKeith Whitwell2010-06-071-1/+1
| | | | They aren't implemented for llvm.
* graw: trivial geometry shader testKeith Whitwell2010-06-072-0/+269
|
* graw: add symlinks to shader test directoriesKeith Whitwell2010-06-072-0/+2
|
* i965g: Use Xorg template makefileJakob Bornecrantz2010-06-061-37/+10
|
* nouveau: Use Xorg template makefileJakob Bornecrantz2010-06-061-45/+10
|
* nouveau: Remove left over argument in drm apiJakob Bornecrantz2010-06-061-2/+1
|
* r300g: Use Xorg template makefileJakob Bornecrantz2010-06-061-42/+15
|
* graw: remove references to unistd.hKeith Whitwell2010-06-074-4/+1
|
* util: new file u_dirty_flags.hKeith Whitwell2010-06-071-0/+28
|
* tests/graw: missing file tri.cKeith Whitwell2010-06-071-0/+253
|
* graw_xlib: build fixesKeith Whitwell2010-06-071-0/+3
|
* graw: update graw_null after interface changes and build graw tests againKeith Whitwell2010-06-075-14/+30
|
* softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell2010-06-071-1/+0
|
* llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell2010-06-078-10/+135
|
* cell/spu: divorce from tgsi_exec.hKeith Whitwell2010-06-073-2/+161
|
* util: add u_box_3dKeith Whitwell2010-06-071-0/+19
|
* gallivm: eliminate tgsi_exec.h includeKeith Whitwell2010-06-071-1/+1
|
* include/st: new file swrast_screen_create.hKeith Whitwell2010-06-071-0/+67
|
* util: add util_framebuffer_min_sizeKeith Whitwell2010-06-072-0/+40
|
* util: allocate larger tmp_row in util_format_translateKeith Whitwell2010-06-071-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 inputsKeith Whitwell2010-06-071-2/+6
|
* regress: remove interpolation and semantic info from vs inputsKeith Whitwell2010-06-0730-56/+56
|
* test/graw: add vp-testKeith Whitwell2010-06-072-1/+508
|
* tests/graw: add fp-testKeith Whitwell2010-06-072-0/+513
|
* .gitignore: Ignore emacs .dir-locals.el filesKristian Høgsberg2010-06-071-0/+1
|
* Remove last bits of progs/ infrastructureKristian Høgsberg2010-06-074-84/+0
|
* r300g: fix 24-bit depth texturingMarek Olšák2010-06-072-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 supportJerome Glisse2010-06-063-14/+75
| | | | Signed-off-by: Jerome Glisse <[email protected]>
* st/mesa: advertise GL_ARB_fragment_program_shadowMarek Olšák2010-06-061-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 itMarek Olšák2010-06-063-47/+164
|
* st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák2010-06-051-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 relnotesMarek Olšák2010-06-052-0/+2
| | | | The specifications are identical.
* i915g: Use template Xorg makefileJakob Bornecrantz2010-06-041-46/+10
|
* gallium: Use correct defines in Xorg template makefileJakob Bornecrantz2010-06-041-4/+4
|
* gallium: Add winsys to include path to Xorg template makefileJakob Bornecrantz2010-06-041-0/+1
|
* gallium: always build drivers/swJoakim Sindholt2010-06-052-7/+11
|
* r300compiler: fix scons buildJoakim Sindholt2010-06-051-0/+2
|
* r600g: split instruction into scalarJerome Glisse2010-06-054-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 Scheidegger2010-06-051-2/+0
| | | | | This reverts commit acb20e7208341fb6a2b81ac10aa01f17e93a1dea. Oops should check commits after rebase...
* i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger2010-06-051-2/+2
|
* st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger2010-06-051-1/+2
|