summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-04-24r600g: Remove r600_helper.c from SConscript.Vinson Lee1-1/+0
2011-04-25r600g: remove some pointless and unused functionsMarek Olšák3-21/+3
2011-04-25r600g: do not reset device to 0 when doing unrelated operationsMarek Olšák1-2/+0
2011-04-25r600g: trivially implement LATC/3DCMarek Olšák1-0/+4
2011-04-25r600g: drop r600_helper.c no point in itDave Airlie4-73/+39
2011-04-25r600g: enable EXT_draw_buffers2Dave Airlie1-5/+1
2011-04-24r600g: fix glean clipflat test.Dave Airlie2-3/+8
2011-04-24r300g: reorder capsMarek Olšák1-13/+11
2011-04-24r300g: fix exposing caps on r300-r400Marek Olšák1-2/+2
2011-04-24r600g: fix glsl-fs-abs-negDave Airlie1-0/+2
2011-04-24r600g: fix bank swizzle calcs for scalar only operations.Dave Airlie1-15/+25
2011-04-24r600g: PV/PS have cycle restrictions in scalar operationsDave Airlie1-2/+6
2011-04-23graw: Replace dead symlinks to delete python statetracker shaders with their ...José Fonseca64-2/+818
2011-04-22draw: fix point/line/tri flushing bug in vbuf codeBrian Paul1-4/+10
2011-04-22r300g: do not advertise color_buffer_float on r300 and r400Marek Olšák1-1/+1
2011-04-22egl/wayland: Update to buffer.damage additionBenjamin Franzke1-0/+1
2011-04-22r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0Marek Olšák1-4/+9
2011-04-22st/egl: Update to wayland protocol,egl changesBenjamin Franzke2-27/+92
2011-04-21galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2-0/+9
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák8-0/+70
2011-04-21util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák1-9/+13
2011-04-20r600g: fix userspace fences againAlex Deucher1-0/+3
2011-04-20r600g: don't flush the dest caches on every drawFredrik Höglund7-72/+176
2011-04-19translate: disable clamping of instanced array indexesBrian Paul2-9/+16
2011-04-19r600g: add evergreen+ big endian supportAlex Deucher4-6/+74
2011-04-19r600g: add big endian support for r6xx/r7xxCédric Cano8-14/+151
2011-04-19r600g: add cb support for snorm formats.Dave Airlie2-9/+13
2011-04-19r600g: fix warnings with piglit texture-rg test.Dave Airlie2-0/+6
2011-04-19r600g: make loop const always flushDave Airlie2-2/+2
2011-04-19r600g: add dirty tracking to context reg.Dave Airlie1-7/+12
2011-04-19r600g: deinline some large functions.Dave Airlie2-76/+83
2011-04-19r600g: consolidate r600/evergreen code for resource emission.Dave Airlie3-41/+8
2011-04-19r600g: don't flush caches if we already did so, even for a subset of the flagsBas Nieuwenhuizen1-2/+2
2011-04-19r600g: attempt to avoid emitting resources that are the sameDave Airlie1-18/+49
2011-04-19r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie4-12/+39
2011-04-19r600g: track dirty registers better. (v2)Dave Airlie4-121/+171
2011-04-18nvfx: comment-out unused varBrian Paul1-1/+1
2011-04-18r300g: remove non-existing include path from SConscriptMarek Olšák1-1/+0
2011-04-18r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák36-593/+586
2011-04-18r600g: disable ARB_draw_instancedMarek Olšák1-1/+3
2011-04-18r300g: disable ARB_draw_instanced on SWTCL chipsets.Marek Olšák1-1/+1
2011-04-17r600g: use some loops.Dave Airlie2-29/+24
2011-04-17r600g: consolidate the same piece of cut-n-paste code into a function.Dave Airlie3-42/+21
2011-04-17gallium: include u_format.h for util_format_is_supportedMarcin Slusarz6-0/+6
2011-04-17nvc0: work around what looks like a code prefetch bugChristoph Bumiller1-1/+4
2011-04-17nv50,nvc0: add new texture and render target formatsChristoph Bumiller2-7/+177
2011-04-17nv50,nvc0: fix normalized RG16 and RGBA32 texture format entriesChristoph Bumiller2-6/+6
2011-04-17nvc0: fix viewport rectangle calculationChristoph Bumiller1-5/+7
2011-04-16gallium/docs: Improve min_index/max_index description.José Fonseca1-8/+17
2011-04-15translate: s/varient/variant/Brian Paul1-44/+44