summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-08-17nv50: generate JOINs for outermost IF clausesChristoph Bumiller
2010-08-17nv50: fix thinko in store to output reg possible checkChristoph Bumiller
2010-08-17nv50: flatten simple IF/ELSE/ENDIF constructsChristoph Bumiller
2010-08-15nv50: loops part 2Christoph Bumiller
2010-08-15nv50: more constant foldingChristoph Bumiller
2010-08-10nv50: begin implementing loopsChristoph Bumiller
2010-08-10nv50: fix reg countChristoph Bumiller
2010-08-05nv50: build proper phi functions in the first placeChristoph Bumiller
2010-08-05nv50: fix constbuf validationChristoph Bumiller
2010-08-05nv50: don't eliminate loads to dedicated valuesChristoph Bumiller
2010-07-31nv50: fixes for nested IFsChristoph Bumiller
2010-07-31nv50: explicitly set src type for SET opsChristoph Bumiller
2010-07-31nv50: insert MOVs also for PHI sources from dominating blockChristoph Bumiller
2010-07-31nv50: fix for empty BBsChristoph Bumiller
2010-07-31nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufsChristoph Bumiller
2010-07-26nv50: add missing 2nd source for POW multiplicationChristoph Bumiller
2010-07-26nv50: permit usage of undefined TGSI TEMPsChristoph Bumiller
2010-07-26nv50: fix constant_operand opt mul by 2 caseChristoph Bumiller
2010-07-26nv50: simple reload elimination and local CSEChristoph Bumiller
2010-07-24nv50: add/fix some license headersChristoph Bumiller
2010-07-24nv50: change back accidentally swapped UNORM,SNORM vertex typeChristoph Bumiller
2010-07-24nv50: don't produce MOV immediate to output reg in store optChristoph Bumiller
2010-07-24nv50: introduce the big formats tableChristoph Bumiller
2010-07-24nouveau: update nouveau_class.hChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-07-22llvmpipe: Partially fix resource texture from_handleJakob Bornecrantz
2010-07-22llvmpipe: Don't align values already alignedJakob Bornecrantz
2010-07-22i915g: Set total_nblocksy in from_handleJakob Bornecrantz
2010-07-22i915g: Add some debug prints in texture codeJakob Bornecrantz
2010-07-22i915g: Ifdef out debug code on non-debug buildsJakob Bornecrantz
2010-07-21softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul
2010-07-21softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul
2010-07-21r600g: add support for all R6XX/R7XX asicJerome Glisse
2010-07-21r600g: add r600 compile mode to compiler.Dave Airlie
2010-07-21r600g: add family retrivalDave Airlie
2010-07-21llvmpipe: say no to depth clampMarek Olšák
2010-07-21r300g: implement depth clampMarek Olšák
2010-07-21r300g: cleanup clip state emissionMarek Olšák
2010-07-21nouveau/nvfx: Add new PIPE_CAP valuesPatrice Mandin
2010-07-20r600g: split trans unit computationJerome Glisse
2010-07-20softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol
2010-07-19r300g: fix possible crash in destroy_contextMarek Olšák
2010-07-19r300g: fix typoMarek Olšák
2010-07-19r300g: use memory pools for buffer_create and get_transferMarek Olšák
2010-07-18r300g: u_upload optimisationDave Airlie
2010-07-18llvmpipe: Remove dead initialization.Vinson Lee
2010-07-17r300g: final fix for r3xx constant buffer emissionMarek Olšák