summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Add a pf_is_ycbcr utility function.José Fonseca2008-07-181-9/+7
|
* 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
| | | | SWIG does a poor job with arrays inside structures.
* tgsi: Express tgsi_sanity in terms of tgsi_iterate.Michal Krol2008-07-181-24/+36
|
* scons: List util/tgsi_iterate.c.Michal Krol2008-07-181-0/+1
|
* tgsi: Add tgsi_iterate_shader utility.Michal Krol2008-07-182-0/+155
| | | | Walks the token stream and invokes callbacks.
* tgsi: Fix parsing an instruction with no operands.Michal Krol2008-07-171-3/+12
|
* tgsi: Perform a sanity check after reading a shader from text.Michal Krol2008-07-171-1/+5
|
* scons: List util/tgsi_sanity.c.Michal Krol2008-07-171-0/+1
|
* tgsi: New file.Michal Krol2008-07-172-0/+307
|
* python: Reimplement the generation of random texture samples in C.José Fonseca2008-07-186-310/+606
|
* gallium: Expose the ability to get a tile outside a surface.José Fonseca2008-07-182-36/+54
|
* gallium: Be less verbose with debug options messages.José Fonseca2008-07-181-12/+20
|
* 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
|
* gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from ↵José Fonseca2008-07-161-4/+28
| | | | yuv surfaces.
* 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
|
* gallium: Add pf_is_compressed utility function.José Fonseca2008-07-161-20/+11
|
* softpipe: DXT formats not really supported.José Fonseca2008-07-161-4/+9
|
* gallium: added some sanity check assertionsBrian Paul2008-07-151-0/+5
|
* 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
|
* tgsi: Numerical label before an instruction is optional.Michal Krol2008-07-151-5/+10
|
* tgsi: fix bug in execution of loops inside of conditionals.Brian Paul2008-07-141-1/+2
| | | | Fixes infinite loop bug.
* 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
|
* i915: Ops should not have pushed thatJakob Bornecrantz2008-07-134-147/+172
| | | | This reverts commit 930a863c4f6f11d0fd5cf396ef76054d52c69b9f.
* i915: WIP swap reworkJakob Bornecrantz2008-07-134-172/+147
|
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-1310-0/+1447
| | | | Still under development. Just barely works.
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-133-47/+30
| | | | | You don't need a pipe_context * for this, and all other necessary info is already inside pipe_surface.
* pb: buffer over/underflows are errors.José Fonseca2008-07-131-2/+2
|
* tgsi: Parse destination operand modulate modifier.Michal Krol2008-07-133-24/+43
|
* tgsi: Parse extended source register modifiers.Michal Krol2008-07-131-1/+126
|
* tgsi: Parse _SAT and _SAT opcode suffix.Michal Krol2008-07-132-2/+8
|
* tgsi: Parse IMM statements.Michal Krol2008-07-131-1/+110
|
* tgsi: Parse texture instructions correctly.Michal Krol2008-07-132-121/+152
|
* tgsi: Fix instruction operand counts.Michal Krol2008-07-131-104/+104
|
* tgsi: Fix instruction opcode parsing.Michal Krol2008-07-131-1/+1
|