summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs/autoconf: remove obsolete demo optionsAndreas Boll2012-09-201-21/+0
* docs: improve quality of gears.pngAndreas Boll2012-09-201-0/+0
* gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() commentBrian Paul2012-09-201-1/+1
* llvmpipe: fix overflow bug in total texture size computationBrian Paul2012-09-201-2/+16
* r600g/llvm: rs780/rs880 are r600 asicsAlex Deucher2012-09-201-2/+2
* mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick2012-09-201-0/+12
* r300/compiler: Use precomputed q values in the register allocatorTom Stellard2012-09-191-1/+69
* r300g: Init regalloc state during context creationTom Stellard2012-09-198-155/+204
* r300/compiler: Don't create register classes for inputsTom Stellard2012-09-191-14/+1
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-195-5/+18
* ra: Clarify usage of ra_set_node_reg()Tom Stellard2012-09-191-0/+2
* r600g: Invalidate texture cache when creating vertex buffers for compute v2Tom Stellard2012-09-191-1/+3
* r600g: Use LOOP_START_DX10 for loopsTom Stellard2012-09-193-2/+11
* r600g: Set the correct value of COLOR*_DIM for RATsTom Stellard2012-09-191-2/+2
* r600g: Make sure to initialize DB_DEPTH_CONTROL register for computeTom Stellard2012-09-191-1/+3
* r600g: Add some comments and debug printfs to compute codeTom Stellard2012-09-192-5/+53
* r600g: Add missing break to case statementTom Stellard2012-09-191-0/+1
* radeon/llvm: Emit ISA for ALU instructions in the R600 code emitterMichal Sciubidlo2012-09-1910-167/+359
* radeon/llvm: Only support 512 constant registers on R600Tom Stellard2012-09-191-1/+1
* docs: update faqAndreas Boll2012-09-191-5/+4
* docs: update sourcetreeAndreas Boll2012-09-191-2/+2
* docs: remove obsolete r300c tracesAndreas Boll2012-09-191-1/+0
* Revert "mesa: consolidate subtexture x/y/width/height error checking code"Brian Paul2012-09-191-73/+84
* Revert "more comment"Brian Paul2012-09-191-2/+4
* Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"Brian Paul2012-09-191-81/+64
* docs: fix "Cppyright" typoBrian Paul2012-09-191-1/+1
* mesa: clean-up and fix glCompressedTexSubImage error checkingBrian Paul2012-09-191-64/+81
* more commentBrian Paul2012-09-191-4/+2
* mesa: consolidate subtexture x/y/width/height error checking codeBrian Paul2012-09-191-84/+73
* docs: remove obsolete target attributeAndreas Boll2012-09-1928-262/+237
* docs: news.html is the new index.htmlAndreas Boll2012-09-193-2/+2
* docs: remove obsolete frame layoutAndreas Boll2012-09-192-62/+0
* docs: add new iframe layoutAndreas Boll2012-09-1993-69/+800
* docs/news: linkify some active linksAndreas Boll2012-09-191-6/+6
* docs/news: deactivate dead linksAndreas Boll2012-09-191-6/+6
* docs/news: drop redundant linkAndreas Boll2012-09-191-1/+1
* docs/news: update linkAndreas Boll2012-09-191-1/+1
* docs/news: remove link to a non-existent pageAndreas Boll2012-09-191-3/+0
* docs: fix some issues in relnotesAndreas Boll2012-09-192-5/+6
* docs/devinfo: fix typoAndreas Boll2012-09-191-1/+1
* winsys/radeon: fix relocs cachingVadim Girlin2012-09-192-8/+6
* radeon/llvm: Add a fdiv pattern.Vincent Lejeune2012-09-181-3/+10
* radeon/llvm: reserve also corresponding 128bits regVincent Lejeune2012-09-181-0/+1
* docs: drop obsolete sourceforge linkAndreas Boll2012-09-181-1/+0
* softpipe: implement the new can_create_resource() functionBrian Paul2012-09-172-5/+29
* llvmpipe: implement the new can_create_resource() functionBrian Paul2012-09-171-5/+23
* st/mesa: implement new proxy texture codeBrian Paul2012-09-172-1/+73
* gallium: add new pipe_screen::can_create_resource() functionBrian Paul2012-09-172-0/+18
* mesa: take cube faces into account in _mesa_test_proxy_teximage()Brian Paul2012-09-171-0/+1
* mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()Brian Paul2012-09-171-1/+7