summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-203-11/+39
* i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry2013-03-192-2/+12
* ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.Paul Berry2013-03-191-16/+0
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-1910-17/+52
* osmesa: fix out-of-tree buildAndreas Boll2013-03-191-0/+1
* mesa: use ieee fp on s390 and m68kAndreas Boll2013-03-191-1/+2
* glsl_to_tgsi: remove indirect addressing limitationsChristian König2013-03-191-33/+3
* glsl_to_tgsi: allocate arrays separately v2Christian König2013-03-192-31/+59
* glsl_to_tgsi: use get_temp for all allocationsChristian König2013-03-191-13/+10
* Add dri image entry point for creating image from fdKristian Høgsberg2013-03-183-4/+94
* i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry2013-03-183-0/+8
* i965: Simplify separate stencil checkPaul Berry2013-03-161-1/+1
* i965: Apply depthstencil alignment workaround when doing fast clears.Paul Berry2013-03-151-1/+5
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-1567-768/+706
* Get rid of _mesa_frag_attrib_to_vert_result().Paul Berry2013-03-152-33/+8
* Get rid of _mesa_vert_result_to_frag_attrib().Paul Berry2013-03-153-37/+26
* mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.Paul Berry2013-03-152-26/+34
* Replace gl_geom_result enum with gl_varying_slot.Paul Berry2013-03-156-52/+22
* mtypes.h: Modify gl_geom_result to refer to new gl_varying_slot enum.Paul Berry2013-03-151-21/+20
* Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry2013-03-155-58/+15
* mtypes.h: Modify gl_geom_attrib to refer to new gl_varying_slot enum.Paul Berry2013-03-151-13/+13
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-1540-376/+343
* 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
* 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
* 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