| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names. | Eric Anholt | 2008-10-27 | 1 | -26/+17 |
* | | CELL: fix use of stencil value mask | Robert Ellison | 2008-10-30 | 1 | -42/+112 |
* | | gallivm: replace the temp parameters of the JIT function with alloca'ed temps... | Stephane Marchesin | 2008-10-30 | 4 | -30/+41 |
* | | cell: Protected use of non-initialized untile buffers | Jonathan White | 2008-10-30 | 1 | -4/+7 |
* | | CELL: stencil bug fixes | Robert Ellison | 2008-10-30 | 6 | -15/+35 |
* | | cell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_flush to fix black blo... | Jonathan White | 2008-10-30 | 1 | -1/+1 |
* | | gallium: grow SPE instruction buffer as needed | Brian Paul | 2008-10-29 | 1 | -16/+41 |
* | | gallium: no longer pass max_inst to ppc_init_func() | Brian Paul | 2008-10-29 | 3 | -3/+3 |
* | | gallium: use execmem for PPC code, grow instruction buffer as needed | Brian Paul | 2008-10-29 | 3 | -21/+58 |
* | | gallium: fix alignment parameter passed to u_mmAllocMem() | Brian Paul | 2008-10-29 | 1 | -2/+2 |
* | | gallium: prefix memory manager functions with u_ to differentiate from functi... | Brian Paul | 2008-10-29 | 4 | -21/+21 |
* | | gallium: test for PIPE_OS_LINUX instead of __linux__ | Brian Paul | 2008-10-29 | 1 | -4/+5 |
* | | cell: add scalar param to emit_function_call() to indicate scalar function calls | Brian Paul | 2008-10-29 | 1 | -34/+69 |
* | | cell: use simd utilities for pow, exp2, log2 | Brian Paul | 2008-10-29 | 1 | -22/+6 |
* | | gallium: added PPC support for SWZ, XPD, POW | Brian Paul | 2008-10-29 | 1 | -0/+86 |
* | | 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 |
* | | 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 |
* | | gallium: use some PPC vec registers to store TGSI temps | Brian Paul | 2008-10-28 | 1 | -62/+122 |
* | | cell: don't include libmisc.h | Brian Paul | 2008-10-28 | 1 | -1/+0 |
* | | 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 |
* | | 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 allo... | Jonathan White | 2008-10-27 | 2 | -7/+152 |
* | | 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. (thanks... | Xiang, Haihao | 2008-10-26 | 1 | -1/+1 |
| * | i965: don't emit state when dri_bufmgr_check_aperture_space fails. | Xiang, Haihao | 2008-10-24 | 2 | -4/+12 |
| * | intel: fallback for intelEmitCopyBlit. | Xiang, Haihao | 2008-10-24 | 1 | -10/+39 |
| * | 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 |
| * | mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D() | Brian Paul | 2008-10-22 | 1 | -15/+21 |
| * | 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 |
| * | 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 |