summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | as with constants
* mesa: don't continually redrawBrian Paul2008-10-281-1/+1
|
* cell: fix a number of fence issuesBrian Paul2008-10-284-7/+30
| | | | Plus add assertions to check status, alignment, etc.
* gallium: use some PPC vec registers to store TGSI tempsBrian Paul2008-10-281-62/+122
| | | | This could be a lot better, but already makes for better code.
* cell: don't include libmisc.hBrian Paul2008-10-281-1/+0
| | | | Doesn't seem to be needed and fixes compilation with SDK 3.1 beta.
* 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
| | | | | Needed to get MAP_ANONYMOUS in execmem.c and to define timezone type in glxgears.c Adding -std=c99 earlier caused this regression.
* 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 ↵Jonathan White2008-10-272-7/+152
| | | | allows glReadPixels to work correctly on cell now and makes conformance tests that use pixel compares useable.
* 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. ↵Xiang, Haihao2008-10-261-1/+1
| | | | | | | | (thanks Eric).
| * i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao2008-10-242-4/+12
| | | | | | | | This ensures there is an unfilled batchbuffer used for emitting states again. Partial fix for #17964.
| * intel: fallback for intelEmitCopyBlit.Xiang, Haihao2008-10-241-10/+39
| | | | | | | | | | Use _mesa_copy_rect instead of BLT operation if dri_bufmgr_check_aperture_space still fails after flushing batchbuffer. Partial fix for #17964.
| * 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
| | | | | | | | The texImage->Width/Height fields will have the post-convolution width/height.
| * mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul2008-10-221-15/+21
| | | | | | | | Do it after initial error checking, after we know the texture's internal format.
| * 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
| | | | | | | | | | Makes things consistant with the code in teximage.c. We only want to apply convolution to color formats (not depth/index formats)
| * 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
| |
| * Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg2008-10-147-3019/+2893
| | | | | | | | Why are we reindenting code that's work in progress...
| * 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
| |
| * glx: indent -br -i3 -npcs --no-tabs single2.cRALOVICH, Kristóf2008-10-131-681/+718
| |
| * glx: indent -br -i3 -npcs --no-tabs renderpix.cRALOVICH, Kristóf2008-10-131-102/+111
| |
| * glx: indent -br -i3 -npcs --no-tabs render2.cRALOVICH, Kristóf2008-10-131-272/+296
| |