summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-3/+2
* r600g: add assembler support for all the kcache fields.Dave Airlie2010-10-263-2/+17
* r600g: fix magic 0x1 ->flat shade enaDave Airlie2010-10-262-2/+2
* translate: remove unused prototypesBrian Paul2010-10-251-9/+0
* translate: use function typedefs, casts to silence warningsBrian Paul2010-10-252-27/+35
* rtasm: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+1
* util: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+2
* r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák2010-10-241-4/+9
* Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGSJon TURNEY2010-10-241-6/+8
* r600g: drop more common state handling codeDave Airlie2010-10-244-151/+80
* r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck2010-10-243-1/+39
* r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck2010-10-243-2/+16
* r600g: merge more of the common r600/evergreen state handlingDave Airlie2010-10-244-172/+106
* r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck2010-10-244-18/+10
* softpipe: remove >32bpp color restrictionBrian Paul2010-10-232-8/+1
* softpipe: added some texture sample debug code (disabled)Brian Paul2010-10-231-7/+50
* st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu2010-10-232-5/+2
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-12/+32
* st/egl: Fix native_mode refresh mode.Chia-I Wu2010-10-232-3/+3
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-11/+11
* egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-2/+2
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
* r600g: not fatal if we can't get tiling info from kernelDave Airlie2010-10-231-1/+1
* r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák2010-10-221-0/+2
* r300g: do not print get_param errors in non-debug buildMarek Olšák2010-10-221-4/+4
* galahad: silence warningsBrian Paul2010-10-222-3/+3
* egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-81/+37
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-2/+2
* winsys/xlib: rename xm->xlibBrian Paul2010-10-211-147/+147
* winsys/xlib: fix up allocation/dealloction of XImageBrian Paul2010-10-211-1/+8
* winsys/xlib: use Bool type for shm fieldBrian Paul2010-10-211-5/+5
* winsys/xlib: formatting fixesBrian Paul2010-10-211-10/+9
* Merge branch 'primitive-restart-cleanup'Brian Paul2010-10-216-1/+105
|\
| * llvmpipe: enable primitive restartBrian Paul2010-10-211-0/+2
| * softpipe: enable primitive restartBrian Paul2010-10-211-0/+2
| * draw: implement primitive splitting for primitive restartBrian Paul2010-10-211-1/+85
| * gallium: new CAP, state for primitive restartBrian Paul2010-10-213-0/+16
* | draw: fix typo in commentBrian Paul2010-10-211-1/+1
* | gallivm: Silence uninitialized variable warning.Vinson Lee2010-10-211-1/+1
* | gallivm: Silence uninitialized variable warnings.Vinson Lee2010-10-211-1/+1
* | gallivm: Silence uninitialized variable warnings.Vinson Lee2010-10-211-2/+2
|/
* r600g: start splitting out common code from eg/r600.Dave Airlie2010-10-216-339/+367
* r600g: initial translate state supportDave Airlie2010-10-214-5/+250
* draw: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
* llvmpipe: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
* r600g: add texture tiling enable under a debug option.Dave Airlie2010-10-211-0/+7
* r600g: add texture tiling alignment support.Dave Airlie2010-10-211-5/+60
* r600g: introduce a per-driver resource flag for transfers.Dave Airlie2010-10-212-2/+5
* r600g: add r600 surface to store the aligned height.Dave Airlie2010-10-214-20/+36
* r600g: start adding hooks for aligning width/height for tiles.Dave Airlie2010-10-211-4/+26