summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-01-21softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul
2010-01-20gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith
2010-01-19r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson
2010-01-19r300g: Make invariant state into an atom.Corbin Simpson
2010-01-19softpipe: remove redundant assignmentsBrian Paul
2010-01-18nv50: fix constant vtxattr methodsChristoph Bumiller
2010-01-18nv50: make instanced drawing work with edge flagsChristoph Bumiller
2010-01-18nv50: cannot exit shaders on a control flow instructionChristoph Bumiller
2010-01-18nv50: fix nv50_program->immd memory leakMarcin Slusarz
2010-01-18r300g: fix polygon offsetMarek Olšák
2010-01-18r300g: fix vertex data swizzleMarek Olšák
2010-01-18r300g: do not align compressed textures to a tile sizeMarek Olšák
2010-01-18softpipe: Fix leak in vbuf draw moduleJakob Bornecrantz
2010-01-17nv50: implement instanced drawingChristoph Bumiller
2010-01-17softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz
2010-01-17r300g: Check for bogus texture targets.Corbin Simpson
2010-01-17r300g: fix the rasterization of secondary colorMarek Olšák
2010-01-17r300g: fix vertex colors with 8 bits per channelMarek Olšák
2010-01-17r300g: simplify is_format_supportedMarek Olšák
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák
2010-01-17r300g: move debug flags into r300_screenMarek Olšák
2010-01-17r300g: disable the MIP filter for NPOT texturesMarek Olšák
2010-01-17r300g: fix the CS size when emitting invariant stateMarek Olšák
2010-01-16r300g: Stop using indices.Corbin Simpson
2010-01-16r300g: Respect fill modes in indices fallback.Corbin Simpson
2010-01-16nv50: fix tile flags for scanout tex usageChristoph Bumiller
2010-01-16nv50: handle all and more system valuesChristoph Bumiller
2010-01-16nv50: hook up geometry programsChristoph Bumiller
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller
2010-01-16nv50: get access to primitive input spaceChristoph Bumiller
2010-01-15nouveau: nv30: Remove useless variables fs, txp. Also do not change txf, as b...Patrice Mandin
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-14Merge branch 'instanced-arrays'Michal Krol
2010-01-14r300g: Cleanup from last few commits.Corbin Simpson
2010-01-14r300g: Really destroy translated buffer at the end.Łukasz Krotowski
2010-01-13r300g: Use indices to translate index buffers of ubytes.Corbin Simpson
2010-01-13r300g: Disable immediate mode rendering for now.Corbin Simpson
2010-01-13svga: Fix compile_vs error code.José Fonseca
2010-01-13svga: Fix call to translate::run().Michal Krol
2010-01-13r300g: Account for CS space used per atom.Corbin Simpson
2010-01-13r300g: Two dirty state optimizations.Corbin Simpson
2010-01-13r300g: DCE in emit.Corbin Simpson
2010-01-12r300g: Lower the immd mode threshold.Corbin Simpson
2010-01-12r300g: Fix is_r400 status for rs4xx and rc4xx.Corbin Simpson
2010-01-12r300g: Switch to immediate mode for tiny renders.Corbin Simpson
2010-01-12r300g: emit blend LTE/GTE thresholds on >=RV350Marek Olšák
2010-01-12r300g: update the texture initialization so that it respects tilingMarek Olšák
2010-01-12r300g: add emission of texture tiling bitsMarek Olšák
2010-01-12r300g: add is_r400 flagMarek Olšák