aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-1545-391/+358
* mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.Paul Berry2013-03-152-28/+43
* mtypes.h: Add new gl_varying_slot enum, and bitfield defines.Paul Berry2013-03-151-0/+70
* i965: Change fragment input related bitfields to 64-bit.Paul Berry2013-03-155-15/+16
* st/dri: add support for the always_have_depth_buffer optionBrian Paul2013-03-153-11/+28
* driconf: add a miscellaneous section and always_have_depth_buffer optionBrian Paul2013-03-151-0/+14
* driconf: reorder options, reformat comments, etcBrian Paul2013-03-151-60/+74
* wayland: fix segfault when using software renderingPhilipp Brüschweiler2013-03-151-1/+1
* softpipe: fix up NUM_ENTRIES confusionBrian Paul2013-03-143-13/+13
* st/osmesa: silence some optimized build warningsBrian Paul2013-03-141-2/+6
* draw: init pre_clip_pos = NULL to fix optimized build warningBrian Paul2013-03-141-1/+1
* 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
* softpipe: Shrink context size.José Fonseca2013-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-132-6/+0
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* scons: Define PACKAGE_xxxJosé Fonseca2013-03-131-0/+5
* 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
* build: Get rid of dead MESA_ASM_FILES variableMatt Turner2013-03-121-1/+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-121-11/+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