summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-20docs: update some more FAQsdocs-cleanupAndreas Boll1-12/+16
2012-09-20docs: remove utility.htmlAndreas Boll2-44/+0
2012-09-20docs: remove science.htmlAndreas Boll2-79/+0
2012-09-20docs: remove modelers.htmlAndreas Boll2-73/+0
2012-09-20docs: remove libraries.htmlAndreas Boll2-66/+0
2012-09-20docs: remove games.htmlAndreas Boll2-73/+0
2012-09-20docs/contents: add autoconf.html linkAndreas Boll1-0/+4
2012-09-20docs: convert last traces of progs to mesa/demos repositoryAndreas Boll2-6/+5
2012-09-20docs: add IRC infoAndreas Boll1-1/+6
2012-09-20docs/egl: improve markupAndreas Boll1-36/+52
2012-09-20docs/autoconf: improve markupAndreas Boll1-41/+65
2012-09-20docs/autoconf: remove obsolete demo optionsAndreas Boll1-21/+0
2012-09-20docs: improve quality of gears.pngAndreas Boll1-0/+0
2012-09-20mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick1-0/+12
2012-09-19r300/compiler: Use precomputed q values in the register allocatorTom Stellard1-1/+69
2012-09-19r300g: Init regalloc state during context creationTom Stellard8-155/+204
2012-09-19r300/compiler: Don't create register classes for inputsTom Stellard1-14/+1
2012-09-19ra: Add q_values parameter to ra_set_finalize()Tom Stellard5-5/+18
2012-09-19ra: Clarify usage of ra_set_node_reg()Tom Stellard1-0/+2
2012-09-19r600g: Invalidate texture cache when creating vertex buffers for compute v2Tom Stellard1-1/+3
2012-09-19r600g: Use LOOP_START_DX10 for loopsTom Stellard3-2/+11
2012-09-19r600g: Set the correct value of COLOR*_DIM for RATsTom Stellard1-2/+2
2012-09-19r600g: Make sure to initialize DB_DEPTH_CONTROL register for computeTom Stellard1-1/+3
2012-09-19r600g: Add some comments and debug printfs to compute codeTom Stellard2-5/+53
2012-09-19r600g: Add missing break to case statementTom Stellard1-0/+1
2012-09-19radeon/llvm: Emit ISA for ALU instructions in the R600 code emitterMichal Sciubidlo10-167/+359
2012-09-19radeon/llvm: Only support 512 constant registers on R600Tom Stellard1-1/+1
2012-09-19docs: update faqAndreas Boll1-5/+4
2012-09-19docs: update sourcetreeAndreas Boll1-2/+2
2012-09-19docs: remove obsolete r300c tracesAndreas Boll1-1/+0
2012-09-19Revert "mesa: consolidate subtexture x/y/width/height error checking code"Brian Paul1-73/+84
2012-09-19Revert "more comment"Brian Paul1-2/+4
2012-09-19Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"Brian Paul1-81/+64
2012-09-19docs: fix "Cppyright" typoBrian Paul1-1/+1
2012-09-19mesa: clean-up and fix glCompressedTexSubImage error checkingBrian Paul1-64/+81
2012-09-19more commentBrian Paul1-4/+2
2012-09-19mesa: consolidate subtexture x/y/width/height error checking codeBrian Paul1-84/+73
2012-09-19docs: remove obsolete target attributeAndreas Boll28-262/+237
2012-09-19docs: news.html is the new index.htmlAndreas Boll3-2/+2
2012-09-19docs: remove obsolete frame layoutAndreas Boll2-62/+0
2012-09-19docs: add new iframe layoutAndreas Boll93-69/+800
2012-09-19docs/news: linkify some active linksAndreas Boll1-6/+6
2012-09-19docs/news: deactivate dead linksAndreas Boll1-6/+6
2012-09-19docs/news: drop redundant linkAndreas Boll1-1/+1
2012-09-19docs/news: update linkAndreas Boll1-1/+1
2012-09-19docs/news: remove link to a non-existent pageAndreas Boll1-3/+0
2012-09-19docs: fix some issues in relnotesAndreas Boll2-5/+6
2012-09-19docs/devinfo: fix typoAndreas Boll1-1/+1
2012-09-19winsys/radeon: fix relocs cachingVadim Girlin2-8/+6
2012-09-18radeon/llvm: Add a fdiv pattern.Vincent Lejeune1-3/+10