summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry2013-03-192-2/+12
* 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
* 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-1517-86/+86
* Get rid of _mesa_frag_attrib_to_vert_result().Paul Berry2013-03-151-8/+7
* Get rid of _mesa_vert_result_to_frag_attrib().Paul Berry2013-03-152-16/+9
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-1520-200/+201
* 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
* xmlpool/.gitignore: Remove 'Makefile'Matt Turner2013-03-121-1/+0
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* i965: Fix typo in doxygen hyperlinkChad Versace2013-03-111-1/+1
* 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
* i965: Link i965_dri.so with C++ linker.Frank Henigman2013-03-081-0/+1
* dri/nouveau: fix crash in nouveau_flushJan de Groot2013-03-071-1/+2
* 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
* 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
* intel: Finish renaming fallback_debug() to perf_debug().Eric Anholt2013-03-055-18/+13
* intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.Eric Anholt2013-03-054-0/+8
* dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz2013-03-051-1/+1
* i965: Fix Crystal Well PCI IDs.Kenneth Graunke2013-03-031-9/+9
* i965: Pull query BO reallocation out into a helper function.Kenneth Graunke2013-03-011-23/+33
* i965: Replace the global brw->query.bo variable with query->bo.Kenneth Graunke2013-03-012-16/+7
* i965: Turn if (query->bo) into an assertion.Kenneth Graunke2013-03-011-5/+5
* i965: Unify query object BO reallocation code.Kenneth Graunke2013-03-011-11/+10