summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.Eric Anholt2008-10-271-26/+17
* | CELL: fix use of stencil value maskRobert Ellison2008-10-301-42/+112
* | gallivm: replace the temp parameters of the JIT function with alloca'ed temps...Stephane Marchesin2008-10-304-30/+41
* | cell: Protected use of non-initialized untile buffersJonathan White2008-10-301-4/+7
* | CELL: stencil bug fixesRobert Ellison2008-10-306-15/+35
* | 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
* | move glut.h includeBrian Paul2008-10-281-1/+2
* | mesa: use APP_CC compiler in progs/vp/Brian Paul2008-10-281-3/+3
* | mesa: convert log/exp tests to ARB_v_pBrian Paul2008-10-282-8/+10
* | 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
* | mesa: don't continually redrawBrian Paul2008-10-281-1/+1
* | 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
* | cell: added -D_BSD_SOURCE flagBrian Paul2008-10-271-1/+1
* | 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-2714-136/+1041
|\|
| * 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: version 43 of glext.hBrian Paul2008-10-231-2/+748
| * mesa: version 21 of glxext.hBrian Paul2008-10-231-13/+29
| * 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
| * glxswapcontrol: added -fullscreen optionBrian Paul2008-10-161-14/+77
| * glxgears: for fullscreen, disable window borders the right wayBrian Paul2008-10-161-2/+50
| * 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