summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-23277-6894/+5252
|\
| * graw: Replace dead symlinks to delete python statetracker shaders with their ...José Fonseca2011-04-2364-2/+818
| * draw: fix point/line/tri flushing bug in vbuf codeBrian Paul2011-04-221-4/+10
| * r300g: do not advertise color_buffer_float on r300 and r400Marek Olšák2011-04-221-1/+1
| * egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-221-0/+1
| * r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0Marek Olšák2011-04-221-4/+9
| * st/egl: Update to wayland protocol,egl changesBenjamin Franzke2011-04-222-27/+92
| * galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-212-0/+9
| * gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-218-0/+70
| * util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
| * r600g: fix userspace fences againAlex Deucher2011-04-201-0/+3
| * r600g: don't flush the dest caches on every drawFredrik Höglund2011-04-207-72/+176
| * translate: disable clamping of instanced array indexesBrian Paul2011-04-192-9/+16
| * r600g: add evergreen+ big endian supportAlex Deucher2011-04-194-6/+74
| * r600g: add big endian support for r6xx/r7xxCédric Cano2011-04-198-14/+151
| * r600g: add cb support for snorm formats.Dave Airlie2011-04-192-9/+13
| * r600g: fix warnings with piglit texture-rg test.Dave Airlie2011-04-192-0/+6
| * r600g: make loop const always flushDave Airlie2011-04-192-2/+2
| * r600g: add dirty tracking to context reg.Dave Airlie2011-04-191-7/+12
| * r600g: deinline some large functions.Dave Airlie2011-04-192-76/+83
| * r600g: consolidate r600/evergreen code for resource emission.Dave Airlie2011-04-193-41/+8
| * r600g: don't flush caches if we already did so, even for a subset of the flagsBas Nieuwenhuizen2011-04-191-2/+2
| * r600g: attempt to avoid emitting resources that are the sameDave Airlie2011-04-191-18/+49
| * r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie2011-04-194-12/+39
| * r600g: track dirty registers better. (v2)Dave Airlie2011-04-194-121/+171
| * nvfx: comment-out unused varBrian Paul2011-04-181-1/+1
| * r300g: remove non-existing include path from SConscriptMarek Olšák2011-04-181-1/+0
| * r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-1836-593/+586
| * r600g: disable ARB_draw_instancedMarek Olšák2011-04-181-1/+3
| * r300g: disable ARB_draw_instanced on SWTCL chipsets.Marek Olšák2011-04-181-1/+1
| * r600g: use some loops.Dave Airlie2011-04-172-29/+24
| * r600g: consolidate the same piece of cut-n-paste code into a function.Dave Airlie2011-04-173-42/+21
| * gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-176-0/+6
| * nvc0: work around what looks like a code prefetch bugChristoph Bumiller2011-04-171-1/+4
| * nv50,nvc0: add new texture and render target formatsChristoph Bumiller2011-04-172-7/+177
| * nv50,nvc0: fix normalized RG16 and RGBA32 texture format entriesChristoph Bumiller2011-04-172-6/+6
| * nvc0: fix viewport rectangle calculationChristoph Bumiller2011-04-171-5/+7
| * gallium/docs: Improve min_index/max_index description.José Fonseca2011-04-161-8/+17
| * translate: s/varient/variant/Brian Paul2011-04-151-44/+44
| * vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul2011-04-151-1/+2
| * gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-1510-41/+78
| * r300g: enable A/L/LA/I float render targetsMarek Olšák2011-04-151-14/+14
| * gallium: add A/L/LA/I floating point formatsLuca Barbieri2011-04-152-0/+17
| * svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGESBrian Paul2011-04-131-1/+3
| * svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update commentsBrian Paul2011-04-131-4/+12
| * egl/wayland: Update to per-surface frame eventsBenjamin Franzke2011-04-121-3/+3
| * st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-04-121-5/+12
| * st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-04-121-3/+3
| * svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca2011-04-126-26/+45
| * u_vbuf_mgr: fixed vbo max_index calculationpepp2011-04-111-1/+1