summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNSMatt Turner2-19/+9
2012-09-24clover: Silence narrowing conversion warnings in resource.cpp.Francisco Jerez1-3/+3
2012-09-24clover: Handle NULL value for clEnqueueNDRangeKernel local_work_sizeTom Stellard1-7/+6
2012-09-24i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry1-2/+7
2012-09-24upgrade glext.h to version 85Brian Paul1-177/+117
2012-09-24st/mesa: check for zero-size image in st_TestProxyTexImage()Brian Paul1-0/+5
2012-09-23mesa: Silence narrowing warnings in ff_fragment_shader's emit_texenv().Kenneth Graunke1-4/+4
2012-09-23docs: fixup GL4.3 TODO listMarek Olšák1-4/+1
2012-09-22radeon/llvm: support for interpolation intrinsicsVincent Lejeune10-2/+318
2012-09-22draw: fix non-indexed draw calls if there's an index bufferMarek Olšák3-8/+6
2012-09-21r600g: Fix build with LLVM compilerTom Stellard1-1/+1
2012-09-22r600g: set QUANT_MODE on Cayman tooMarek Olšák1-1/+2
2012-09-22r600g: use CS helpers to emit streamout stateMarek Olšák2-33/+14
2012-09-22r600g: remove initialization of unused loop register tablesMarek Olšák2-38/+0
2012-09-22r600g: remove now-unused SURFACE_BASE_UPDATE logicMarek Olšák3-9/+3
2012-09-22r600g: remove unused CB registers from register listsMarek Olšák2-87/+0
2012-09-22r600g: atomize framebuffer stateMarek Olšák11-868/+664
2012-09-22r600g: don't snoop context state while building shadersMarek Olšák3-28/+43
2012-09-21meta: Add on demand compilation of per target shader programsAnuj Phogat1-57/+84
2012-09-21clover: Initialize height and depth to 1 for transfersTom Stellard1-1/+1
2012-09-21pipe-loader: Remove a few debug_printfsTom Stellard2-4/+0
2012-09-21radeon/llvm: Handle loads from the constants address space.Tom Stellard2-0/+10
2012-09-21radeon/llvm: Add support for v4f32 stores on R600Tom Stellard3-9/+27
2012-09-21radeon/llvm: Add support for i8 reads on R600Tom Stellard3-0/+25
2012-09-21radeon/llvm: Expand vector fadd and fmul on R600Tom Stellard1-0/+3
2012-09-21radeon/llvm: Add optimization for FP_ROUNDTom Stellard2-0/+27
2012-09-21radeon/llvm: Replace AMDGPU pow intrinsic with the llvm versionTom Stellard4-7/+26
2012-09-21i965/blorp: Fix narrowing warnings.Paul Berry1-3/+3
2012-09-21i965: Remove brw_set_predicate_inverse(p, true) from scratch offset codeKenneth Graunke1-1/+0
2012-09-20mesa: Don't override S3TC internalFormat if data is pre-compressed.Kenneth Graunke1-1/+1
2012-09-20i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke2-4/+8
2012-09-20mesa: Ignore SRGB when determining compatible resolve formats.Kenneth Graunke1-1/+2
2012-09-20docs: update some more FAQsAndreas Boll1-14/+18
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-20gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() commentBrian Paul1-1/+1
2012-09-20llvmpipe: fix overflow bug in total texture size computationBrian Paul1-2/+16
2012-09-20r600g/llvm: rs780/rs880 are r600 asicsAlex Deucher1-2/+2
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