summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-21glsl: Fix interstage uniform interface block link error detection.Paul Berry3-32/+62
2013-11-21glsl: Fix cross-version linking between VS and GS.Paul Berry1-4/+23
2013-11-21glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.Paul Berry5-1/+60
2013-11-21i965: Enable the AMD_performance_monitor extension on Gen5+.Kenneth Graunke1-0/+61
2013-11-21i965: Take "bookend" OA snapshots at the start/end of each batch.Kenneth Graunke3-9/+379
2013-11-21i965: Reserve batchbuffer space for a closing MI_REPORT_PERF_COUNT.Kenneth Graunke1-1/+7
2013-11-21i965: Add some plumbing for gathering OA results.Kenneth Graunke1-0/+91
2013-11-21i965: Start and stop OA counters as necessary.Kenneth Graunke4-1/+61
2013-11-21i965: Add functions to start and stop the OA counters.Kenneth Graunke1-0/+42
2013-11-21i965: Add #defines for the OACONTROL register and fields.Kenneth Graunke1-0/+4
2013-11-21i965: Take OA counter snapshots at Begin/EndPerfMonitor time.Kenneth Graunke1-1/+37
2013-11-21i965: Add a function to emit the MI_REPORT_PERF_COUNT packet.Kenneth Graunke1-0/+76
2013-11-21i965: Track the number of monitors that need OA counters.Kenneth Graunke2-1/+19
2013-11-21i965: Enumerate Observability Architecture counters on Gen5+.Kenneth Graunke2-0/+306
2013-11-21i965: Expose pipeline statistics registers via performance monitors.Kenneth Graunke1-5/+141
2013-11-21i965: Enumerate the pipeline statistics register counters on Gen6+.Kenneth Graunke2-0/+83
2013-11-21i965: Initialize performance monitor Groups/NumGroups.Kenneth Graunke1-1/+35
2013-11-21i965: Add macros for creating performance monitor counters and groups.Kenneth Graunke1-0/+26
2013-11-21i965: Periodically dump the list of monitors if INTEL_DEBUG=perfmon.Kenneth Graunke1-0/+3
2013-11-21i965: Add basic driver hooks and plumbing for AMD_performance_monitor.Kenneth Graunke4-0/+228
2013-11-21i965: Add INTEL_DEBUG=perfmon support.Kenneth Graunke2-0/+2
2013-11-21i965: Move brw_emit_query_begin() to the render ring prelude.Kenneth Graunke2-2/+8
2013-11-21i965: Introduce a "render ring prelude" hook.Kenneth Graunke2-0/+10
2013-11-21i965: Introduce an UNKNOWN_RING state.Kenneth Graunke3-3/+17
2013-11-21i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.Kenneth Graunke6-23/+29
2013-11-21llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger1-6/+82
2013-11-21svga: remove special-case code for texkil w componentBrian Paul1-23/+6
2013-11-21gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca5-19/+19
2013-11-21tgsi_exec: Fix mask calculation for emit_kill_if.José Fonseca1-0/+3
2013-11-21mesa: Use IROUND instead of roundf.José Fonseca1-1/+1
2013-11-21mesa: enable GL_TEXTURE_LOD_BIAS set/getTapani Pälli1-8/+8
2013-11-21winsys/radeon: cleanup virtual memory nonsenseChristian König2-20/+18
2013-11-21mesa: Update MESA_INFO to eliminate errorCourtney Goeltzenleuchter3-5/+9
2013-11-21i965: Disable BLORP on Broadwell for now.Kenneth Graunke4-5/+8
2013-11-21i965: Disable HiZ on Broadwell for now.Kenneth Graunke1-1/+1
2013-11-21i965: Claim OpenGL 3.3 support on Broadwell.Kenneth Graunke1-0/+1
2013-11-21i965: Add device info structs for Broadwell.Kenneth Graunke1-0/+29
2013-11-20glsl: Use more portable bash invocation construct.Vinson Lee26-26/+26
2013-11-20gallivm: Ignore unknown file type in non-debug builds.Vinson Lee1-0/+1
2013-11-21glx: don't fail out when no configs if we have visualsDave Airlie1-1/+1
2013-11-21mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie1-2/+2
2013-11-20mesa: Fix setup of LocalParams array.Eric Anholt2-7/+14
2013-11-20i965/test: Use unreachable() to silence warning.Matt Turner1-0/+1
2013-11-20i965: Link -ldl after libmesa.laMatt Turner1-1/+1
2013-11-20i965: Add a pass to remove dead control flow.Matt Turner5-0/+114
2013-11-20i965: Make invalidate_live_intervals() a virtual method of backend_visitor.Matt Turner1-0/+2
2013-11-20i965/vec4: Add invalidate_live_intervals method.Matt Turner6-7/+14
2013-11-20i965/fs: Don't emit SIMD16 BFI instructions.Matt Turner1-1/+22
2013-11-20i965/fs: Emit compressed 3-source instructions on Haswell.Matt Turner1-3/+3
2013-11-20i965: Fix disassembled names of BFI1 and BFI2 instructions.Matt Turner1-2/+2