aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry2013-03-247-21/+27
* i965/gen7: Use WE_all mode when enabling channel masks for URB write.Paul Berry2013-03-241-0/+1
* i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.Paul Berry2013-03-245-10/+10
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-2315-152/+149
* i965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8Chris Forbes2013-03-241-2/+2
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-241-2/+4
* i965/vs: Add IR dumping for immediates.Kenneth Graunke2013-03-201-0/+16
* i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.Kenneth Graunke2013-03-201-1/+2
* i965: Don't print a fatal-looking message if intelCreateContext fails.Kenneth Graunke2013-03-201-1/+0
* 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-195-9/+33
* i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry2013-03-181-0/+6
* 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-1513-48/+48
* 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-1518-173/+174
* i965: Change fragment input related bitfields to 64-bit.Paul Berry2013-03-155-15/+16
* 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
* 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
* i965: Link i965_dri.so with C++ linker.Frank Henigman2013-03-081-0/+1
* 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
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-0510-41/+62
* intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.Eric Anholt2013-03-053-0/+3
* 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
* i965: Use query->last_index instead of the global brw->query.index.Kenneth Graunke2013-03-012-7/+6
* i965: Remove brw_query_object::first_index field as it's always 0.Kenneth Graunke2013-03-012-6/+3
* i965: Add a pile of comments to brw_queryobj.c.Kenneth Graunke2013-03-011-16/+143
* i965: Write TIMESTAMP query values into the first buffer element.Kenneth Graunke2013-03-011-4/+3
* i965: Implement the new QueryCounter() hook.Kenneth Graunke2013-03-011-6/+21
* i965/fs: add support for ir_txf_ms on Gen6+Chris Forbes2013-03-023-13/+54
* i965/vs: add support for ir_txf_ms on Gen6+Chris Forbes2013-03-021-4/+21
* i965: add a new virtual opcode: SHADER_OPCODE_TXF_MSChris Forbes2013-03-025-0/+18
* i965: Support multisampling in surface_state for texturesChris Forbes2013-03-022-5/+6
* i965: add support for multisample texturesChris Forbes2013-03-022-0/+3