aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cell: Protected use of non-initialized untile buffersJonathan White2008-10-301-4/+7
* CELL: stencil bug fixesRobert Ellison2008-10-305-13/+24
* cell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_flush to fix black blo...Jonathan White2008-10-301-1/+1
* gallium: grow SPE instruction buffer as neededBrian Paul2008-10-291-16/+41
* gallium: no longer pass max_inst to ppc_init_func()Brian Paul2008-10-293-3/+3
* gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul2008-10-293-21/+58
* gallium: fix alignment parameter passed to u_mmAllocMem()Brian Paul2008-10-291-2/+2
* gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul2008-10-294-21/+21
* gallium: test for PIPE_OS_LINUX instead of __linux__Brian Paul2008-10-291-4/+5
* cell: add scalar param to emit_function_call() to indicate scalar function callsBrian Paul2008-10-291-34/+69
* cell: use simd utilities for pow, exp2, log2Brian Paul2008-10-291-22/+6
* gallium: added PPC support for SWZ, XPD, POWBrian Paul2008-10-291-0/+86
* gallium: clean-upsBrian Paul2008-10-291-10/+4
* gallium: added ppc_vnmsubfp()Brian Paul2008-10-292-1/+12
* gallium: ppc: implement TGSI_OPCODE_LOG/EXPBrian Paul2008-10-281-1/+110
* gallium: remove old codeBrian Paul2008-10-281-29/+0
* gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ...Brian Paul2008-10-282-13/+17
* cell: fix a number of fence issuesBrian Paul2008-10-284-7/+30
* gallium: use some PPC vec registers to store TGSI tempsBrian Paul2008-10-281-62/+122
* cell: don't include libmisc.hBrian Paul2008-10-281-1/+0
* cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screenBrian Paul2008-10-271-0/+3
* gallium: ppc: emit fewer 'li' instructions prior to vector loads/storesBrian Paul2008-10-271-31/+75
* gallium: ppc: use a src register cache to avoid redundant loadsBrian Paul2008-10-271-96/+204
* cell: Added support for untwiddling textures during glReadPixels. This allo...Jonathan White2008-10-272-7/+152
* disable OPENGL_BITAlan Hourihane2008-10-271-4/+4
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-2710-105/+137
|\
| * intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...Xiang, Haihao2008-10-261-1/+1
| * i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao2008-10-242-4/+12
| * intel: fallback for intelEmitCopyBlit.Xiang, Haihao2008-10-241-10/+39
| * mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul2008-10-231-14/+6
| * mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul2008-10-221-15/+21
| * mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul2008-10-221-33/+32
| * mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul2008-10-223-14/+20
| * glx: updated commentKristof Ralovich2008-10-211-1/+1
| * i915: fix carsh in i830_emit_state. (bug #17766)Xiang, Haihao2008-10-211-1/+2
| * fix span issue with really old ddx and non-tcl r100 chipsRoland Scheidegger2008-10-161-1/+1
| * mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul2008-10-161-15/+6
| * Update DRI2 implementation according to new specification.Kristian Høgsberg2008-10-147-69/+101
| * Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg2008-10-147-3019/+2893
| * glx: indent -br -i3 -npcs --no-tabs glxclient.hRALOVICH, Kristóf2008-10-131-173/+188
| * glx: indent -br -i3 -npcs --no-tabs glcontextmodes.hRALOVICH, Kristóf2008-10-131-15/+15
| * glx: indent -br -i3 -npcs --no-tabs glxextensions.cRALOVICH, Kristóf2008-10-131-178/+183
| * glx: indent -br -i3 -npcs --no-tabs glxextensions.hRALOVICH, Kristóf2008-10-131-24/+32
| * glx: indent -br -i3 -npcs --no-tabs xfont.cRALOVICH, Kristóf2008-10-131-211/+212
| * glx: indent -br -i3 -npcs --no-tabs xf86dristr.hRALOVICH, Kristóf2008-10-131-207/+232
| * glx: indent -br -i3 -npcs --no-tabs XF86dri.cRALOVICH, Kristóf2008-10-131-461/+493
| * glx: indent -br -i3 -npcs --no-tabs xf86dri.hRALOVICH, Kristóf2008-10-131-52/+53
| * glx: kill old K&R syntax in XF86dri.cRALOVICH, Kristóf2008-10-131-63/+15
| * glx: indent -br -i3 -npcs --no-tabs vertarr.cRALOVICH, Kristóf2008-10-131-103/+118
| * glx: indent -br -i3 -npcs --no-tabs singlepix.cRALOVICH, Kristóf2008-10-131-138/+145