summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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