Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: clean-ups | Brian Paul | 2008-10-29 | 1 | -10/+4 |
| | |||||
* | gallium: added ppc_vnmsubfp() | Brian Paul | 2008-10-29 | 2 | -1/+12 |
| | |||||
* | move glut.h include | Brian Paul | 2008-10-28 | 1 | -1/+2 |
| | |||||
* | mesa: use APP_CC compiler in progs/vp/ | Brian Paul | 2008-10-28 | 1 | -3/+3 |
| | |||||
* | mesa: convert log/exp tests to ARB_v_p | Brian Paul | 2008-10-28 | 2 | -8/+10 |
| | |||||
* | gallium: ppc: implement TGSI_OPCODE_LOG/EXP | Brian Paul | 2008-10-28 | 1 | -1/+110 |
| | |||||
* | gallium: remove old code | Brian Paul | 2008-10-28 | 1 | -29/+0 |
| | |||||
* | gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ↵ | Brian Paul | 2008-10-28 | 2 | -13/+17 |
| | | | | as with constants | ||||
* | mesa: don't continually redraw | Brian Paul | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | cell: fix a number of fence issues | Brian Paul | 2008-10-28 | 4 | -7/+30 |
| | | | | Plus add assertions to check status, alignment, etc. | ||||
* | gallium: use some PPC vec registers to store TGSI temps | Brian Paul | 2008-10-28 | 1 | -62/+122 |
| | | | | This could be a lot better, but already makes for better code. | ||||
* | cell: don't include libmisc.h | Brian Paul | 2008-10-28 | 1 | -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 screen | Brian Paul | 2008-10-27 | 1 | -0/+3 |
| | |||||
* | cell: added -D_BSD_SOURCE flag | Brian Paul | 2008-10-27 | 1 | -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/stores | Brian Paul | 2008-10-27 | 1 | -31/+75 |
| | |||||
* | gallium: ppc: use a src register cache to avoid redundant loads | Brian Paul | 2008-10-27 | 1 | -96/+204 |
| | |||||
* | cell: Added support for untwiddling textures during glReadPixels. This ↵ | Jonathan White | 2008-10-27 | 2 | -7/+152 |
| | | | | allows glReadPixels to work correctly on cell now and makes conformance tests that use pixel compares useable. | ||||
* | disable OPENGL_BIT | Alan Hourihane | 2008-10-27 | 1 | -4/+4 |
| | |||||
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-10-27 | 14 | -136/+1041 |
|\ | |||||
| * | intel: GL_FALSE on a BO if it won't be modified when mapping this BO. ↵ | Xiang, Haihao | 2008-10-26 | 1 | -1/+1 |
| | | | | | | | | (thanks Eric). | ||||
| * | i965: don't emit state when dri_bufmgr_check_aperture_space fails. | Xiang, Haihao | 2008-10-24 | 2 | -4/+12 |
| | | | | | | | | This ensures there is an unfilled batchbuffer used for emitting states again. Partial fix for #17964. | ||||
| * | intel: fallback for intelEmitCopyBlit. | Xiang, Haihao | 2008-10-24 | 1 | -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.h | Brian Paul | 2008-10-23 | 1 | -2/+748 |
| | | |||||
| * | mesa: version 21 of glxext.h | Brian Paul | 2008-10-23 | 1 | -13/+29 |
| | | |||||
| * | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul | 2008-10-23 | 1 | -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 Paul | 2008-10-22 | 1 | -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 checking | Brian Paul | 2008-10-22 | 1 | -33/+32 |
| | | |||||
| * | mesa: in textore.c, only adjust image for convolution if image is a color format | Brian Paul | 2008-10-22 | 3 | -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 comment | Kristof Ralovich | 2008-10-21 | 1 | -1/+1 |
| | | |||||
| * | i915: fix carsh in i830_emit_state. (bug #17766) | Xiang, Haihao | 2008-10-21 | 1 | -1/+2 |
| | | |||||
| * | glxswapcontrol: added -fullscreen option | Brian Paul | 2008-10-16 | 1 | -14/+77 |
| | | |||||
| * | glxgears: for fullscreen, disable window borders the right way | Brian Paul | 2008-10-16 | 1 | -2/+50 |
| | | |||||
| * | fix span issue with really old ddx and non-tcl r100 chips | Roland Scheidegger | 2008-10-16 | 1 | -1/+1 |
| | | |||||
| * | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul | 2008-10-16 | 1 | -15/+6 |
| | | |||||
| * | Update DRI2 implementation according to new specification. | Kristian Høgsberg | 2008-10-14 | 7 | -69/+101 |
| | | |||||
| * | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 2008-10-14 | 7 | -3019/+2893 |
| | | | | | | | | Why are we reindenting code that's work in progress... | ||||
| * | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -173/+188 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -15/+15 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs glxextensions.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -178/+183 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs glxextensions.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -24/+32 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs xfont.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -211/+212 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs xf86dristr.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -207/+232 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs XF86dri.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -461/+493 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs xf86dri.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -52/+53 |
| | | |||||
| * | glx: kill old K&R syntax in XF86dri.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -63/+15 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs vertarr.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -103/+118 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs singlepix.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -138/+145 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs single2.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -681/+718 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs renderpix.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -102/+111 |
| | | |||||
| * | glx: indent -br -i3 -npcs --no-tabs render2.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -272/+296 |
| | |