| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/wayland: Update to buffer.damage addition | Benjamin Franzke | 2011-04-22 | 1 | -0/+1 |
* | r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0 | Marek Olšák | 2011-04-22 | 1 | -4/+9 |
* | st/egl: Update to wayland protocol,egl changes | Benjamin Franzke | 2011-04-22 | 2 | -27/+92 |
* | galahad,util: warn on resource target mismatch in copy_region | Marek Olšák | 2011-04-21 | 2 | -0/+9 |
* | gallium: add fallback for copying buffers to all drivers | Marek Olšák | 2011-04-21 | 8 | -0/+70 |
* | util: add a simple memcpy path for copying buffers in util_resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -9/+13 |
* | r600g: fix userspace fences again | Alex Deucher | 2011-04-20 | 1 | -0/+3 |
* | r600g: don't flush the dest caches on every draw | Fredrik Höglund | 2011-04-20 | 7 | -72/+176 |
* | translate: disable clamping of instanced array indexes | Brian Paul | 2011-04-19 | 2 | -9/+16 |
* | r600g: add evergreen+ big endian support | Alex Deucher | 2011-04-19 | 4 | -6/+74 |
* | r600g: add big endian support for r6xx/r7xx | Cédric Cano | 2011-04-19 | 8 | -14/+151 |
* | r600g: add cb support for snorm formats. | Dave Airlie | 2011-04-19 | 2 | -9/+13 |
* | r600g: fix warnings with piglit texture-rg test. | Dave Airlie | 2011-04-19 | 2 | -0/+6 |
* | r600g: make loop const always flush | Dave Airlie | 2011-04-19 | 2 | -2/+2 |
* | r600g: add dirty tracking to context reg. | Dave Airlie | 2011-04-19 | 1 | -7/+12 |
* | r600g: deinline some large functions. | Dave Airlie | 2011-04-19 | 2 | -76/+83 |
* | r600g: consolidate r600/evergreen code for resource emission. | Dave Airlie | 2011-04-19 | 3 | -41/+8 |
* | r600g: don't flush caches if we already did so, even for a subset of the flags | Bas Nieuwenhuizen | 2011-04-19 | 1 | -2/+2 |
* | r600g: attempt to avoid emitting resources that are the same | Dave Airlie | 2011-04-19 | 1 | -18/+49 |
* | r600g: modify block to only emit the first few dirty registers. (v2) | Dave Airlie | 2011-04-19 | 4 | -12/+39 |
* | r600g: track dirty registers better. (v2) | Dave Airlie | 2011-04-19 | 4 | -121/+171 |
* | nvfx: comment-out unused var | Brian Paul | 2011-04-18 | 1 | -1/+1 |
* | r300g: remove non-existing include path from SConscript | Marek Olšák | 2011-04-18 | 1 | -1/+0 |
* | r300g/winsys: rename r300->radeon and do a little cleanup | Marek Olšák | 2011-04-18 | 36 | -593/+586 |
* | r600g: disable ARB_draw_instanced | Marek Olšák | 2011-04-18 | 1 | -1/+3 |
* | r300g: disable ARB_draw_instanced on SWTCL chipsets. | Marek Olšák | 2011-04-18 | 1 | -1/+1 |
* | r600g: use some loops. | Dave Airlie | 2011-04-17 | 2 | -29/+24 |
* | r600g: consolidate the same piece of cut-n-paste code into a function. | Dave Airlie | 2011-04-17 | 3 | -42/+21 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 6 | -0/+6 |
* | nvc0: work around what looks like a code prefetch bug | Christoph Bumiller | 2011-04-17 | 1 | -1/+4 |
* | nv50,nvc0: add new texture and render target formats | Christoph Bumiller | 2011-04-17 | 2 | -7/+177 |
* | nv50,nvc0: fix normalized RG16 and RGBA32 texture format entries | Christoph Bumiller | 2011-04-17 | 2 | -6/+6 |
* | nvc0: fix viewport rectangle calculation | Christoph Bumiller | 2011-04-17 | 1 | -5/+7 |
* | gallium/docs: Improve min_index/max_index description. | José Fonseca | 2011-04-16 | 1 | -8/+17 |
* | translate: s/varient/variant/ | Brian Paul | 2011-04-15 | 1 | -44/+44 |
* | vega: move ureg_destroy(ureg) after last use of ureg var | Brian Paul | 2011-04-15 | 1 | -1/+2 |
* | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 10 | -41/+78 |
* | r300g: enable A/L/LA/I float render targets | Marek Olšák | 2011-04-15 | 1 | -14/+14 |
* | gallium: add A/L/LA/I floating point formats | Luca Barbieri | 2011-04-15 | 2 | -0/+17 |
* | svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGES | Brian Paul | 2011-04-13 | 1 | -1/+3 |
* | svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update comments | Brian Paul | 2011-04-13 | 1 | -4/+12 |
* | egl/wayland: Update to per-surface frame events | Benjamin Franzke | 2011-04-12 | 1 | -3/+3 |
* | st/wgl: Prevent spurious framebuffer sizes when the window is minimized. | José Fonseca | 2011-04-12 | 1 | -5/+12 |
* | st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size(). | José Fonseca | 2011-04-12 | 1 | -3/+3 |
* | svga: Rebind framebuffer and tss bindings strictly when necessary. | José Fonseca | 2011-04-12 | 6 | -26/+45 |
* | u_vbuf_mgr: fixed vbo max_index calculation | pepp | 2011-04-11 | 1 | -1/+1 |
* | r600g: handle PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL in get_param | Marek Olšák | 2011-04-11 | 1 | -0/+1 |
* | nv50,nvc0: silence shader debug output | Christoph Bumiller | 2011-04-10 | 16 | -109/+85 |
* | nvc0: make the card permit separate colour outputs | Christoph Bumiller | 2011-04-10 | 2 | -14/+4 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 9 | -31/+32 |