summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: move spi update to only when states change.Dave Airlie2011-06-031-2/+9
* cso: move cso hashes to a more table driven schemeDave Airlie2011-06-032-84/+21
* u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie2011-06-031-47/+24
* r600g: make conv pipe prim table driven.Dave Airlie2011-06-031-32/+20
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+1
* r600g: sampler and texture state doesn't need a range/block.Dave Airlie2011-06-034-34/+50
* softpipe: add a better fake implementation of fencesMarek Olšák2011-06-022-6/+5
* util: faster logbase2Brian Paul2011-06-021-4/+7
* d3d1x/sm4: don't reset 1st index of multi-dimensional operands to 0Christoph Bumiller2011-06-021-1/+1
* d3d1x/sm4: fix swizzle for 1 component operandsChristoph Bumiller2011-06-021-0/+1
* r600g: add spi state and move spi/vgt to modify registerDave Airlie2011-06-022-16/+35
* r600g: decrease CPU time on set buffer resourcesDave Airlie2011-06-025-24/+92
* r600g: work out range/block etc at state build time.Dave Airlie2011-06-023-10/+17
* r600g: deinline r600_pipe_state_add_reg.Dave Airlie2011-06-022-12/+17
* r600g: prepare for passing ctx into _r600_pipe_state_add_regDave Airlie2011-06-025-18/+37
* r600g: migrate macros from r600_priv.h to r600.hDave Airlie2011-06-022-10/+11
* r600g: remote ctx arg to block/range macros.Dave Airlie2011-06-023-24/+24
* r600g: avoid copying unnecessary pieces of a block.Dave Airlie2011-06-021-11/+20
* r600g: optimise state setting in r600_draw_vbo.Dave Airlie2011-06-022-11/+21
* r600g: force new evergreen blocks for large range.Dave Airlie2011-06-021-0/+3
* r300g: remove unused debug option DBG_UPLOADMarek Olšák2011-06-012-15/+11
* r600g: add llano supportAlex Deucher2011-05-316-0/+65
* st/egl: Fix udev linkage when egl_dri2 is not buildBenjamin Franzke2011-05-311-1/+1
* r300g: set squared microtiling for the dummy zbufferMarek Olšák2011-05-311-1/+1
* r600g: cs init fixesAlex Deucher2011-05-313-5/+12
* r300g: log when getting unsupported texture formatMarek Olšák2011-05-311-4/+14
* gallium: include limits.h in p_config.hDave Airlie2011-05-311-1/+1
* r600g: add context control to start of CSDave Airlie2011-05-311-0/+13
* r600g: don't emit color blend register on original R600.Dave Airlie2011-05-312-8/+15
* tgsi/ureg: bump the limit of immediatesMarek Olšák2011-05-301-1/+1
* trace: implement texture_barrierMarek Olšák2011-05-291-0/+16
* trace: implement render_conditionMarek Olšák2011-05-291-0/+20
* r300g: clear can be killed by render conditionMarek Olšák2011-05-293-7/+35
* r300g: fix occlusion queries when depth test is disabled or zbuffer is missingMarek Olšák2011-05-292-6/+27
* r300g: cleanup render_condition a bitMarek Olšák2011-05-291-5/+3
* r300g: remove fake occlusion queries (debug option)Marek Olšák2011-05-293-58/+7
* r300g: remove debug option DBG_FALLMarek Olšák2011-05-292-2/+1
* r300g: print some HyperZ debug infoMarek Olšák2011-05-292-0/+4
* nv50: fix emit_add_a16 to emit correct source regTrevor Davenport2011-05-271-2/+2
* i915g: Bump texture sizesJakob Bornecrantz2011-05-251-2/+2
* r600g: remove duplicate opcode in r600_opcodes.hAlex Deucher2011-05-251-1/+0
* r600g: fix eg/cayman scissor workaroundAlex Deucher2011-05-241-11/+13
* r600g: add workaround for buggy hw scissor on eg/cayman.Dave Airlie2011-05-251-1/+14
* r600g: add initial cayman acceleration support.Dave Airlie2011-05-2512-204/+1442
* r600g: don't lookup a vs semantic for position/face.Dave Airlie2011-05-251-0/+4
* r600g: flush the DB dest base as well.Dave Airlie2011-05-251-1/+1
* wgl: Don't hold on to user supplied HDC.José Fonseca2011-05-243-23/+22
* r600g: fix "Fixed-Point Data Conversions"Christian König2011-05-212-2/+2
* st/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESABenjamin Franzke2011-05-201-1/+7
* st/dri: Support dri2 useflags in dri2_create_imageBenjamin Franzke2011-05-201-0/+9