summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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