summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-30r600g: move user fence into base radeon structureJerome Glisse6-43/+42
2011-03-30Use proper source row stride when getting depth/stencil texels.Michel Dänzer1-1/+2
2011-03-30st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke1-2/+6
2011-03-30st/mesa: Validate state before doing blits.Henri Verbeet1-0/+3
2011-03-24r300g: fix alpha-test with no colorbufferMarek Olšák1-0/+5
2011-03-24i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt3-0/+13
2011-03-24i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt1-1/+8
2011-03-24i965: bump VS thread number to 60 on SNBZou Nan hai2-2/+11
2011-03-23glsl: Only allow unsized array assignment in an initializerIan Romanick1-14/+17
2011-03-23glsl: Use insert_before for lists instead of open coding itIan Romanick1-4/+1
2011-03-23linker: Add imported functions to the linked IRIan Romanick1-1/+7
2011-03-23glsl: Add several function / call related validationsIan Romanick1-0/+27
2011-03-23glsl: Function signatures cannot have NULL return typeIan Romanick2-1/+7
2011-03-23glsl: Process redeclarations before initializersIan Romanick1-43/+44
2011-03-23glsl: Refactor AST-to-HIR code handling variable redeclarationsIan Romanick1-62/+82
2011-03-23glsl: Refactor AST-to-HIR code handling variable initializersIan Romanick1-108/+125
2011-03-23mesa: More glGet* fixes.José Fonseca1-4/+4
2011-03-22i965: Fix tex_swizzle when depth mode is GL_REDChad Versace1-1/+2
2011-03-22glcpp: Remove trailing contexts from #if rules.Kenneth Graunke1-6/+6
2011-03-22glcpp: Rework lexer to use a SKIP state rather than REJECT.Kenneth Graunke1-21/+16
2011-03-22mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).José Fonseca1-3/+3
2011-03-18r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard3-3/+4
2011-03-14r600: don't close fd on failed loadDave Airlie1-3/+0
2011-03-12st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák1-0/+8
2011-03-12r300/compiler: remove unused variablesMarek Olšák1-1/+1
2011-03-12r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák1-18/+16
2011-03-12r300/compiler: saturate Z before the shadow comparisonMarek Olšák1-37/+44
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák1-1/+1
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák1-3/+0
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2-9/+0
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák1-3/+8
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák1-1/+5
2011-03-12st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák1-0/+4
2011-03-12st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák1-6/+10
2011-03-08docs: add, fix release notes linksBrian Paul1-1/+2
2011-03-08docs: fill in 7.10.1 release dataBrian Paul1-1/+1
2011-03-08docs: update news.html with 7.10.1 and 7.9.2 releasesBrian Paul1-0/+13
2011-03-08docs: pull 7.9.2 release notes into 7.10 branchBrian Paul1-0/+336
2011-03-02docs: Add 7.10.1 md5sumsIan Romanick1-1/+6
2011-03-02docs: Add change log to 7.10.1 release notesmesa-7.10.1Ian Romanick1-1/+244
2011-03-02mesa: set version string to 7.10.1 (final)Ian Romanick2-2/+2
2011-03-01intel: Remove driver date and related bits from renderer stringIan Romanick1-5/+1
2011-03-01docs: Clean up bug fixes listIan Romanick1-13/+16
2011-03-01docs: Update 7.10.1 with (hopefully) the last of the cherry picksIan Romanick1-0/+4
2011-03-01Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois1-1/+1
2011-03-01docs: updated environment variable listBrian Paul1-12/+90
2011-03-01docs: fix glsl_compiler nameSam Hocevar1-1/+1
2011-03-01docs: add glsl infoSam Hocevar1-0/+1
2011-03-01tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace1-0/+40
2011-03-01i915: Force lowering of all types of indirect array accesses in the FSIan Romanick1-3/+11