summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Merged tgsi/util and tgsi/exec moved some headers around.Younes Manton2008-08-162-4/+4
* Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-149-503/+772
|\
| * python: Use st_buffers instead of pipe_buffers.José Fonseca2008-08-121-6/+26
| * python: Bindings for p_compiler.h types.José Fonseca2008-08-122-0/+30
| * python: Bindings for pipe_{depth,stencil,alpha}_state.José Fonseca2008-08-121-1/+3
| * python: Simplify setting the constant buffers.José Fonseca2008-08-121-2/+7
| * python: Split the interface definition file in smaller ones.José Fonseca2008-08-125-519/+662
| * python: Add unsigned arrays.José Fonseca2008-08-121-1/+2
| * python: Allow writing to buffers.José Fonseca2008-08-123-8/+76
| * python: Update the documentation.José Fonseca2008-08-121-3/+3
* | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-071-2/+2
|\|
| * Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* | g3dvl: Temporarily disable IDCT.Younes Manton2008-08-032-15/+19
* | g3dvl: Use R16_SNORM instead of A8L8_UNORM for block rendering.Younes Manton2008-07-303-276/+153
* | nv all: Copy shader tokens on create, free on delete.Younes Manton2008-07-231-10/+10
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-2312-117/+1699
|\|
| * python/tests: Check support for non-pot/non-square textures.José Fonseca2008-07-201-3/+13
| * python/tests: Specify the right texture target when querying formats.José Fonseca2008-07-191-2/+4
| * gallium: Finer grained is_format_supported.José Fonseca2008-07-193-12/+24
| * python/tests: Extend the texture tests to cover volumes.José Fonseca2008-07-181-22/+43
| * python: Add methods to get texture width, height, etc.José Fonseca2008-07-181-0/+20
| * python: Reimplement the generation of random texture samples in C.José Fonseca2008-07-186-310/+606
| * python: Reimplement tile comparison in C to speed up tests.José Fonseca2008-07-182-15/+53
| * python/tests: Cover all last_level combinations.José Fonseca2008-07-171-18/+25
| * python/tests: Extend the texture tests to cover cube maps.José Fonseca2008-07-162-61/+162
| * python: Set PIPE_TEX_MIPFILTER_NONE by default.José Fonseca2008-07-161-1/+1
| * python: Test all miplevels.José Fonseca2008-07-162-43/+116
| * python: Expand the texture test suit to cover one YUV and one DXT format.José Fonseca2008-07-163-24/+53
| * python: Silent debug output.José Fonseca2008-07-161-10/+2
| * python: Cleanup.José Fonseca2008-07-153-30/+23
| * python: Request/respect the texture & buffer usage flags in the examples.José Fonseca2008-07-153-41/+121
| * python: Get object ownership done correctly.José Fonseca2008-07-153-10/+37
| * python: Allow hardware support.José Fonseca2008-07-158-13/+96
| * python: Move the python scons code to a separate tool module.José Fonseca2008-07-151-37/+7
| * python: Get it to build on windows too.José Fonseca2008-07-151-2/+34
| * python: Basic test case for 2d texture.José Fonseca2008-07-143-0/+606
| * python: Raw tile access to surface.José Fonseca2008-07-141-0/+11
| * python: Get the sample app to draw triangle like trivial/tri exanple.José Fonseca2008-07-141-26/+40
| * python: Surface clears.José Fonseca2008-07-142-1/+3
| * python: Set default state.José Fonseca2008-07-143-10/+116
| * python: Allow to create/specify shaders.José Fonseca2008-07-143-40/+97
* | g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-225-14/+73
* | g3dvl: Fix some memory leaks in the winsys.Younes Manton2008-07-201-2/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-149-0/+1445
|\|
| * python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-139-0/+1445
* | g3dvl: IDCT part 1.Younes Manton2008-07-063-8/+379
* | g3dvl: Round surfaces up to POT, use src rect when outputting surfaces.Younes Manton2008-07-067-18/+93
* | g3dvl: Use block and stride instead of cpp and pitch.Younes Manton2008-06-303-26/+28
* | g3dvl: Simplify shader code.Younes Manton2008-06-304-2345/+889
* | g3dvl: Support for field and frame based MC for progressive pictures.Younes Manton2008-06-308-228/+1946