aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Add support for swap interval and swap behavior.Chia-I Wu2010-11-032-5/+22
* st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu2010-11-036-23/+0
* d3d1x: Use native_surface::present.Chia-I Wu2010-11-031-10/+4
* st/egl: Use native_surface::present callback.Chia-I Wu2010-11-032-4/+5
* st/egl: Add native_surface::present callback.Chia-I Wu2010-11-037-2/+170
* st/vega: Remove unnecessary headers.Vinson Lee2010-11-0212-23/+0
* r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck2010-11-021-0/+3
* r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck2010-11-021-0/+2
* r600g: Delete custom_dsa_flush on shutdown.Tilman Sauerbeck2010-11-021-0/+2
* r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.Tilman Sauerbeck2010-11-021-0/+1
* r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck2010-11-021-1/+1
* r600g: Fixed unmap condition in radeon_bo_pb_destroy().Tilman Sauerbeck2010-11-021-4/+6
* r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().Tilman Sauerbeck2010-11-021-13/+7
* r600g: Removed unused 'ptr' argument from radeon_bo().Tilman Sauerbeck2010-11-023-8/+4
* graw: Tidy graw xlib scons file a bitJakob Bornecrantz2010-11-021-7/+1
* llvmpipe: add a castBrian Paul2010-11-021-1/+1
* llvmpipe: assign context's frag shader pointer before using itBrian Paul2010-11-021-2/+2
* st/mesa: unbind constant buffer when not in useKeith Whitwell2010-11-022-0/+10
* llvmpipe: guard against NULL task->query pointerKeith Whitwell2010-11-021-2/+5
* llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell2010-11-022-14/+35
* scons: i915 can't build on MSVC either.José Fonseca2010-11-021-1/+1
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-028-8/+14
* r600g: List recently added files in SConscript.José Fonseca2010-11-021-0/+2
* scons: Disable python state tracker when swig is not present.José Fonseca2010-11-011-0/+3
* scons: Some pipe drivers are not portable for MSVCJosé Fonseca2010-11-011-2/+7
* scons: Revamp how to specify targets to build.José Fonseca2010-11-0134-737/+561
* st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke2010-11-011-1/+2
* targets/egl: Fix a warning with --disable-opengl build.Chia-I Wu2010-10-311-2/+1
* targets: Add missing quotes to Makefile.xorg.Chia-I Wu2010-10-291-1/+1
* Merge branch 'glapi-reorg'Chia-I Wu2010-10-291-3/+2
|\
| * glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-3/+2
* | gallivm: Remove the EMMS opcodes.José Fonseca2010-10-282-15/+0
* | gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca2010-10-281-7/+1
* | gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-283-6/+6
* | Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-272-6/+6
* | r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák2010-10-271-9/+5
* | r600g: Silence uninitialized variable warnings.Vinson Lee2010-10-271-4/+4
* | r300g: Silence uninitialized variable warning.Vinson Lee2010-10-271-0/+5
* | r600g: Destroy the blitter.Tilman Sauerbeck2010-10-271-0/+2
* | r600g: In radeon_bo(), call LIST_INITHEAD early.Tilman Sauerbeck2010-10-271-1/+1
|/
* 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