summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: remove some old sampler support structsKeith Whitwell2009-10-088-107/+45
|
* llvmpipe: Fix up lp_rast_shade_quads.José Fonseca2009-10-082-12/+14
|
* llvmpipe: Remove dead files from SConscript.José Fonseca2009-10-081-2/+0
|
* llvmpipe: Update lp_setup_clear invocation.José Fonseca2009-10-082-6/+7
|
* llvmpipe: Update more copyright headers.José Fonseca2009-10-082-2/+30
|
* llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-0814-2333/+33
|
* llvmpipe: rewrite llvmpipe_clear()Keith Whitwell2009-10-081-29/+7
|
* llvmpipe: wip me harderKeith Whitwell2009-10-087-304/+536
|
* llvmpipe: Update includes and copyright headers.José Fonseca2009-10-084-3/+61
|
* llvmpipe: Update SConscript.José Fonseca2009-10-081-1/+3
|
* llvmpipe: Add the rast -> jit shader glue.José Fonseca2009-10-083-8/+73
| | | | Ugly code. Will eventually be reduced to a very thin inlined function.
* llvmpipe: whip out the intra-tile code from lp_setup_tri.cKeith Whitwell2009-10-081-293/+33
| | | | | The "setup" module handles building per-tile display lists. Intra-tile rendering is handled by lp_rast*.c
* llvmpipe: more wippingKeith Whitwell2009-10-089-69/+484
|
* llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell2009-10-0818-2212/+1276
| | | | | | | | WIP, does't build or run. Rasterizer code is based on Nick Capen's devmaster posts and the larrabee articles, but currently doesn't share either the performance or correctness of either...
* i915g: Fix MSVC build.Vinson Lee2009-10-071-1/+1
|
* softpipe: new commentsBrian Paul2009-10-071-0/+39
|
* softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8
|
* softpipe: prefix non-static functions with sp_Brian Paul2009-10-073-55/+55
|
* Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-07161-21291/+745
|\ | | | | | | | | | | | | Conflicts: src/gallium/drivers/r300/r300_tgsi_to_rc.c Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
| * Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-073-16/+39
| |\
| | * gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-073-13/+34
| | |
| | * gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
| | | | | | | | | | | | | | | A little better than leaving the values undefined, I think. See bug 24321.
| * | util: do some more util_blit_pixels cases without temporariesKeith Whitwell2009-10-071-90/+73
| | | | | | | | | | | | | | | | | | When the source surface is pointing at a 2d texture with only one mipmap level, use that directly rather than creating a temporary. Probably want to cover more cases, but this is a start.
| * | st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer2009-10-071-0/+4
| | | | | | | | | | | | | | | | | | This seems to help for compiz at least with some drivers. Also add an assert(0) to catch unhandled cases in the future.
| * | i915g: Use buffer write instead of map for lit verticesJakob Bornecrantz2009-10-071-2/+37
| | |
| * | i915g: Change order of buffer_write argumentsJakob Bornecrantz2009-10-072-5/+5
| | | | | | | | | | | | | | | | | | They now follow the pipe_buffer_write style, its the gallium driver that sets the interface not the winsys.
| * | i915g: Disable vbuf fifo and minor commenting of vbuf codeJakob Bornecrantz2009-10-071-11/+26
| | | | | | | | | | | | | | | The vbuf fifo doesn't appear to help once the libdrm reuse flag has been set.
| * | nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton2009-10-061-113/+34
| | | | | | | | | | | | | | | | | | Workarounds not necessary, SIFM can handle NPOT, we just weren't setting dst dimensions properly. SIFM can't handle odd w,h though, that still needs fixing.
| * | nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs2009-10-062-4/+10
| | | | | | | | | | | | Tested with progs/demos/multiarb.
| * | nouveau: fix buffer object leakBen Skeggs2009-10-061-1/+4
| | | | | | | | | | | | Very apparent with resizing windows on DRI2.
| * | i915g: Add more defines to tweek batchbufferJakob Bornecrantz2009-10-061-13/+28
| | |
| * | i915g: Tweek vertexbuffer sizeJakob Bornecrantz2009-10-061-4/+4
| | |
| * | i965g: remove 965/brw files from XLIB_WINSYS_SOURCESBrian Paul2009-10-051-3/+0
| | |
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-0511-21/+15
| |\ \ | | |/ | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_cpu_detect.c
| | * gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul2009-10-021-2/+2
| | | | | | | | | | | | The parameter is a bitmask.
| | * gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul2009-10-021-2/+2
| | | | | | | | | | | | This reverts part of commit a6b84aef4ad3a7bac40704146a98977c62bfb6e8
| | * gallium: replace // comments with /* */Brian Paul2009-10-029-11/+11
| | |
| | * gallium: remove // comment and extra whitespaceBrian Paul2009-10-021-7/+0
| | |
| | * gallium/util: silence uninitialized var warningBrian Paul2009-10-011-0/+1
| | |
| * | i915g: Drop the simple sufixJakob Bornecrantz2009-10-0541-11/+11
| | | | | | | | | | | | | | | | | | None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.
| * | i965g: Drop i965simpleJakob Bornecrantz2009-10-0574-19978/+0
| | | | | | | | | | | | | | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git.
| * | r300g: fix scons buildJoakim Sindholt2009-10-054-10/+17
| | | | | | | | | | | | | | | | | | So I didn't touch r300compiler, but r300g now compiles after having declarations and code untangled. As nha so gently points out, we shouldn't have to do this just to comply with MSVC compilers.
| * | util: Improve the cpuid assembly.José Fonseca2009-10-051-10/+12
| | | | | | | | | | | | | | | | | | No need to save ebx on 64bit. Use just xchgl. Refer to gcc's cpuid.h header. Thanks to Uros Bizjak for pointing this out.
| * | util: add lost code to util_make_fragment_tex_shader_writemask()Keith Whitwell2009-10-051-1/+9
| | | | | | | | | | | | | | | This got ported to ureg at some point, but lost the code that distinguishes it from regular util_make_fragment_tex_shader().
| * | st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs2009-10-051-0/+3
| | | | | | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
| * | nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs2009-10-053-0/+12
| | | | | | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
| * | nouveau: return pitch value from local_handle_from_texture()Ben Skeggs2009-10-051-0/+1
| | | | | | | | | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
| * | st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs2009-10-051-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous behaviour was incorrect, and resulted in EXT_tfp being broken for DDX drivers that implement the correct behaviour (intel/radeon/nouveau). In the cases where a fake front buffer is required, the X server will return one when requesting __DRI_BUFFER_FRONT_LEFT. The Xorg state tracker (aka modesetting_drv) is likely broken now until it's modified to match the other drivers. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
| * | util: Make assert a no-op on non-debug builds.José Fonseca2009-10-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that an assertion like assert(expensive_test()); won't have any penalty on release builds. It also implies that no vital code should be in assert expressions.
| * | llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca2009-10-043-2/+9
| | |