aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-03-131-1/+3
* scons: Define PACKAGE_VERSION/BUGREPORT globally.José Fonseca2013-03-131-5/+0
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* scons: Define PACKAGE_xxxJosé Fonseca2013-03-131-0/+5
* st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer supportBrian Paul2013-03-121-0/+3
* 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-121-1/+1
* mesa: Remove unused version #defines from version.h.Matt Turner2013-03-121-11/+0
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-125-5/+5
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-51/+5
* mesa: Use correct functions for enum conversion.Vinson Lee2013-03-111-2/+2
* i965: Fix typo in doxygen hyperlinkChad Versace2013-03-111-1/+1
* mesa: Reduce memory usage for reg alloc with many graph nodes (part 2).Eric Anholt2013-03-111-4/+8
* mesa: Reduce the memory usage for reg alloc with many graph nodes (part 1)Eric Anholt2013-03-111-1/+13
* i965/fs: Improve CSE performance by expiring some available expressions.Eric Anholt2013-03-111-1/+19
* i965/fs: Improve live variables calculation performance.Eric Anholt2013-03-112-26/+32
* i965/fs: Also do the gen4 SEND dependency workaround against other SENDs.Eric Anholt2013-03-111-9/+15
* i965/fs: Switch to using sampler LD messages for uniform pull constants.Eric Anholt2013-03-114-52/+50
* i965/fs: Fix broken rendering in large shaders with UBO loads.Eric Anholt2013-03-111-0/+2
* i965/fs: Add a comment about about an implementation detail.Eric Anholt2013-03-111-0/+4
* i965/fs: Fix register allocation for uniform pull constants in 16-wide.Eric Anholt2013-03-111-23/+31
* intel: Remove some unused debug flags.Eric Anholt2013-03-112-8/+0
* mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák2013-03-111-10/+12
* i965: Link i965_dri.so with C++ linker.Frank Henigman2013-03-081-0/+1
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-082-2/+2
* dri/nouveau: fix crash in nouveau_flushJan de Groot2013-03-071-1/+2
* vbo: fix crash found with shared display listsBrian Paul2013-03-071-1/+1
* mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-073-2/+14
* Unreference sampler object when it's currently bound to texture unit.Alan Hourihane2013-03-061-0/+10
* i965: Don't fill buffer with zeroes.Kenneth Graunke2013-03-061-6/+0
* i965: Fix off-by-one in query object result gathering.Kenneth Graunke2013-03-061-2/+2
* intel: Improve the matching (more formats!) for TexImage from PBOs.Eric Anholt2013-03-051-25/+3
* intel: Improve the test for readpixels blit path format checking.Eric Anholt2013-03-053-37/+6
* intel: Fold intel_region_copy() into its one caller.Eric Anholt2013-03-053-53/+16
* intel: Transition intel_region_map() to being a miptree operation.Eric Anholt2013-03-055-91/+55
* intel: Remove num_mapped_regions tracking.Eric Anholt2013-03-052-14/+0
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-054-39/+2
* mesa: Remove the special enum for _mesa_error debug output.Eric Anholt2013-03-052-6/+8
* mesa: Remove the enum for the oom-within-debug-output case.Eric Anholt2013-03-052-6/+4
* mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.Eric Anholt2013-03-051-8/+0
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-052-3/+6
* intel: Add missing perf debug for a stall on mapping a BO.Eric Anholt2013-03-051-0/+2
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-0516-48/+83