aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python
Commit message (Expand)AuthorAgeFilesLines
* python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca2008-12-311-1/+1
* gallium: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-1/+11
* python/retrace: Dump indices too.José Fonseca2008-12-091-1/+44
* python/retrace: Dump vertex buffer contents.José Fonseca2008-12-081-0/+24
* python/retrace: Dump constants.José Fonseca2008-11-201-2/+15
* python: Allow to read from buffers.José Fonseca2008-11-202-1/+31
* python/retrace: Fix formatting of shaders.José Fonseca2008-11-191-5/+11
* python/retrace: Ignore irrelevant calls.José Fonseca2008-11-191-0/+10
* python/retrace: Highlight the trace dump to help to visualize.José Fonseca2008-11-194-35/+185
* python/retrace: Use the usual BSD-style license.José Fonseca2008-11-193-54/+78
* python: Cleanup tri example.José Fonseca2008-09-051-2/+1
* python: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-044-16/+16
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-033-3/+3
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-244-5/+8
* python/retrace: Interpret texture/surfaces destructions.José Fonseca2008-08-221-2/+8
* python/retrace: Process the trace call-by-call (instead of reading everything...José Fonseca2008-08-222-27/+23
* python/retrace: Support gziped traces.José Fonseca2008-08-212-3/+14
* python/retrace: Retrace draw_elements and draw_range_elements.José Fonseca2008-08-201-0/+6
* python: bindings for draw_range_elements.José Fonseca2008-08-201-0/+10
* python/retrace: Add several missing functions.José Fonseca2008-08-191-9/+48
* python: Handle null state.José Fonseca2008-08-191-0/+10
* python/retrace: Trim null chars.José Fonseca2008-08-191-0/+1
* python/retrace: Update frame when PIPE_FLUSH_FRAME spotted.José Fonseca2008-08-151-1/+2
* pyhon/retrace: Retrace surface contents.José Fonseca2008-08-151-9/+26
* python/retrace: Keep addresses as strings.José Fonseca2008-08-152-3/+1
* python: Fix put/get_tile_raw bindings.José Fonseca2008-08-151-2/+2
* python/retrace: Commit unsaved changes to the doc.José Fonseca2008-08-151-3/+2
* python: Update status.José Fonseca2008-08-141-3/+4
* python/retrace: Application capable of replaying gallium traces.José Fonseca2008-08-144-0/+919
* python: Allow to use trace pipe driver with python.José Fonseca2008-08-143-8/+33
* python: Fix typo in buffer::write.José Fonseca2008-08-141-1/+13
* python: Remove unused var.José Fonseca2008-08-141-1/+1
* python: Simplify st_winsys.José Fonseca2008-08-144-44/+9
* python: Bindings fixes.José Fonseca2008-08-144-10/+34
* 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 tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* 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