summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-...Thomas Balling Sørensen2010-10-2613-22/+156
|\
| * Workaround for skipping vertex elements for r600gChristian König2010-10-251-1/+2
| * Remove code copied over from r300Christian König2010-10-241-290/+0
| * First xvmc-r600 implementationChristian König2010-10-238-1/+375
| * Fix uninitialized memory problemsChristian König2010-10-233-0/+7
| * Some more merge fixesChristian König2010-10-231-16/+2
| * Fix problems created by MergeChristian König2010-10-164-30/+44
| * Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-121157-43517/+136925
| |\
* | \ Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-26200-4866/+9064
|\ \ \
| * | | 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