summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glx: init screen = 0 to fix optimized build warningBrian Paul2013-03-141-1/+1
* i965: Make INTEL_DEBUG=shader_time use the RAW surface format.Kenneth Graunke2013-03-142-3/+3
* i965: Specialize SURFACE_STATE creation for shader time.Kenneth Graunke2013-03-144-8/+45
* i965: Fix INTEL_DEBUG=shader_time for Haswell.Kenneth Graunke2013-03-142-4/+12
* i965: Add definitions for gen7+ data cache messages.Eric Anholt2013-03-141-0/+37
* i965: Split shader_time entries into separate cachelines.Eric Anholt2013-03-144-4/+13
* scons: Define _ALLOW_KEYWORD_MACROS on MSVC builds.José Fonseca2013-03-142-5/+4
* softpipe: Shrink context size.José Fonseca2013-03-141-1/+1
* radeon/llvm: fix LLVM dependenciesChristian König2013-03-141-1/+1
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-03-131-1/+3
* tgsi: fix sample_d emit for arraysRoland Scheidegger2013-03-141-19/+11
* llvmpipe: don't assert when trying to render to surfaces with multiple layersRoland Scheidegger2013-03-142-2/+3
* softpipe: don't assert when creating surfaces with multiple layersRoland Scheidegger2013-03-142-16/+32
* llvmpipe: Fix geometry shader token leak.José Fonseca2013-03-131-0/+1
* radeon/llvm: Add missing license headersTom Stellard2013-03-132-0/+52
* radeon/llvm: Make radeon_llvm_util.cpp a C fileTom Stellard2013-03-133-29/+8
* radeon/llvm: Optimize radeon_llvm_strip_unused_kernels()Tom Stellard2013-03-132-17/+10
* radeon/llvm: Implement radeon_llvm_get_kernel_module() using the C APITom Stellard2013-03-132-7/+15
* radeon/llvm: Implement radeon_llvm_get_num_kernels() using the C APITom Stellard2013-03-131-6/+1
* radeon/llvm: Implement radeon_llvm_parse_bitcode() using C APITom Stellard2013-03-132-8/+11
* r600g/llvm: Move llvm wrapper functions into the radeon directoryTom Stellard2013-03-137-38/+35
* Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_tableJon TURNEY2013-03-132-1/+2
* Fix glapi/tests/check_table.cpp for standardized OpenGL function namesJon TURNEY2013-03-131-264/+264
* Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/Jon TURNEY2013-03-131-3/+3
* scons: Define PACKAGE_VERSION/BUGREPORT globally.José Fonseca2013-03-133-6/+5
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* scons: Define PACKAGE_xxxJosé Fonseca2013-03-131-0/+5
* docs: rewrite the OSMesa info / instructionsBrian Paul2013-03-121-40/+25
* configure: wire-up new OSMesa gallium state tracker and targetBrian Paul2013-03-121-0/+4
* target/osmesa: add new Makefile.amBrian Paul2013-03-121-0/+91
* targets/osmesa: new OSMesa gallium targetBrian Paul2013-03-121-0/+55
* st/osmesa: add new Makefile.amBrian Paul2013-03-121-0/+41
* st/osmesa: new OSMesa gallium state trackerBrian Paul2013-03-121-0/+793
* st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer supportBrian Paul2013-03-121-0/+3
* scons: Re-add ','José Fonseca2013-03-131-1/+1
* autotools: Add missing top-level include dir.José Fonseca2013-03-131-0/+1
* configure.ac: Alphabetize freedreno makefiles.Matt Turner2013-03-121-3/+3
* build: Get rid of dead MESA_ASM_FILES variableMatt Turner2013-03-122-6/+0
* mesa/build: Get rid of dead ALL_FILES variableMatt Turner2013-03-121-6/+0
* xmlpool/.gitignore: Remove 'Makefile'Matt Turner2013-03-121-1/+0
* mesa: Use PACKAGE_BUGREPORT macro.Matt Turner2013-03-122-2/+2
* mesa: Remove unused version #defines from version.h.Matt Turner2013-03-122-13/+0
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-1211-13/+11
* draw/so: Fix stream output with geometry shadersZack Rusin2013-03-122-8/+31
* include: Fix build with VS 11 (i.e, 2012).José Fonseca2013-03-121-0/+42
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-125-180/+125
* scons: Allows choosing VS 10 or 11.José Fonseca2013-03-121-1/+1
* radeonsi: Fix off-by-one for maximum vertex element index in some casesMichel Dänzer2013-03-121-2/+8
* nvc0: avoid crash on updating RASTERIZE_ENABLE stateChristoph Bumiller2013-03-122-4/+18
* gallium/tests: check format in compute tests, make selectableChristoph Bumiller2013-03-121-17/+52