summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca8-17/+40
2011-02-18svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca1-1/+19
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca1-5/+4
2011-02-18svga: Ensure LRP's restrictions are observed in all uses.José Fonseca1-38/+51
2011-02-18svga: Preserve src swizzles in submit_op2/3/4.José Fonseca1-25/+45
2011-02-18r300g: remove tracking whether vertex buffers need to be validatedMarek Olšák7-88/+27
2011-02-18svga: Disable surface cache for texturesJakob Bornecrantz1-1/+2
2011-02-18svga: Describe svga_sampler_views for refcnt debuggingJakob Bornecrantz2-1/+21
2011-02-18svga: Make sure that refcnt debugger gets the correct backtrace for createJakob Bornecrantz2-0/+9
2011-02-18util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz2-2/+21
2011-02-18u_vbuf_mgr: initialize flag indicating that buffers have been updatedMarek Olšák1-1/+1
2011-02-18gallium/svga: Fix unnecessary swtnl fallbacksThomas Hellstrom1-0/+1
2011-02-18r600g: reorganise rgtc pieces.Dave Airlie1-16/+23
2011-02-18r600g: Start a new TEX clause if the texture lookup address was fetched in th...Fabian Bieler1-0/+12
2011-02-18r600g: Add support to dump vertex- and texture-fetch clausesFabian Bieler1-1/+56
2011-02-18r600g: add BC4/5 to RGTC conversionDave Airlie1-0/+8
2011-02-17util: Fix typo in last commit.José Fonseca1-1/+1
2011-02-17draw: update comments, rename vars in pstipple codeBrian Paul1-16/+18
2011-02-17svga: Don't use more than one constant per IFC instruction.José Fonseca1-2/+15
2011-02-17util: Cleanup symbol name resolution on Windows.José Fonseca2-39/+1310
2011-02-17softpipe: rename env vars to be consistentBrian Paul1-2/+2
2011-02-17r600g: get s3tc working on cards with crappy 64/128 bit types.Dave Airlie4-0/+30
2011-02-17r600g: add missing type to color buffer swap.Dave Airlie1-0/+1
2011-02-16gallium/util: init key with memset()Brian Paul1-1/+3
2011-02-16svga: flush when transitioning between HW and SW rendering pathsBrian Paul2-0/+11
2011-02-16rtasm: add dummy return statement to silence MSVC warningBrian Paul1-1/+2
2011-02-16svga: use TRUE/FALSE instead of 0/1Brian Paul1-4/+4
2011-02-16svga: fix incorrect commentBrian Paul1-1/+1
2011-02-16svga: dimension the dirty[] array with SVGA_STATE_MAXBrian Paul1-1/+3
2011-02-16svga: disable a debug_printf() callBrian Paul1-3/+6
2011-02-16svga: Proper redefine_user_buffer implementation.José Fonseca4-1/+58
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák6-13/+25
2011-02-16r300g: fix blitting NPOT compressed texturesMarek Olšák2-11/+11
2011-02-16svga: Don't fake DXT compression ability.José Fonseca2-17/+0
2011-02-16nvc0: fix blend factor mappingChristoph Bumiller1-31/+26
2011-02-16nvc0: fix emit_dfdx,dfdyChristoph Bumiller1-0/+2
2011-02-16nvc0: don't swap sources if either value is not in a GPRChristoph Bumiller1-0/+3
2011-02-16nvc0: add missing break statements in constant_operandChristoph Bumiller1-0/+2
2011-02-16nvc0: fix clipping and use VIEWPORT instead of SCISSORChristoph Bumiller5-70/+58
2011-02-16nvc0: demagic the clear flags and fix region clearsChristoph Bumiller3-32/+62
2011-02-16nvc0: front stencil mask and func mask methods are swappedChristoph Bumiller2-8/+10
2011-02-16nvc0: clone memory values with multiple refs before modifying themChristoph Bumiller1-2/+5
2011-02-16nvc0: disable early fragment tests if KIL is usedChristoph Bumiller1-1/+1
2011-02-16nvc0: force vertex data through FIFO if we need to convert itChristoph Bumiller2-1/+9
2011-02-16nvc0: use format from the template on surface creationChristoph Bumiller1-1/+1
2011-02-16nvc0: update the set of formats supported by the 2D engineChristoph Bumiller1-16/+10
2011-02-16nvc0: fix user vertex buffer updatesChristoph Bumiller4-11/+42
2011-02-16r600g: fix typo in previous s3tc commitDave Airlie1-1/+1
2011-02-16r300g: fix texture border color for float formatsMarek Olšák1-1/+14
2011-02-16Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie1-14/+2