summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | [g3dvl] move stuff from flush into own functionsChristian König2010-11-111-37/+59
* | | [g3dvl] remove empty block handling for nowChristian König2010-11-118-76/+5
* | | [g3dvl] use only one vertex element for ycbcr z-coordChristian König2010-11-111-39/+26
* | | [g3dvl] move the rest of the calculations into the vertex shaderChristian König2010-11-112-138/+124
* | | [g3dvl] cleanup vert_stream_0Christian König2010-11-111-59/+35
* | | [g3dvl] use clamp to border for empty block handlingChristian König2010-11-101-31/+32
* | | [g3dvl] move to 3D textures for y cb crChristian König2010-11-101-94/+84
* | | [g3dvl] again rework vertex shader a bitChristian König2010-11-101-17/+34
* | | [g3dvl] workaround for motion vertical field selectionChristian König2010-11-091-8/+23
* | | [g3dvl] start handling motion_vertical_field_selectChristian König2010-11-092-0/+6
* | | [g3dvl] cleanup naming convention and commentsChristian König2010-11-061-20/+27
* | | [g3dvl] motion type depends on picture structure not dct typeChristian König2010-11-061-7/+8
* | | [g3dvl] simplyfy shaders and fix bugsChristian König2010-11-051-23/+16
* | | [g3dvl] it finally starts to look like a badly deinterlaced videoChristian König2010-11-051-17/+55
* | | [g3dvl] move scaling to macroblocksize into vertex shaderChristian König2010-11-051-63/+57
* | | [g3dvl] move vertex normalisation into vertex shaderChristian König2010-11-042-34/+44
* | | [g3dvl] rework shader a bitChristian König2010-11-041-219/+56
* | | Fix zero block handling for field based mcChristian König2010-11-031-26/+39
* | | First try of field based mcChristian König2010-10-301-19/+190
* | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-28192-4010/+7469
|\| |
| * | 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