summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-05r600/llvm: Allow arbitrary amount of temps in tgsi to llvmr600-llvmVincent Lejeune2-4/+45
2013-11-23radeon/llvm: Add SinkingPass to r600/radeonsiVincent Lejeune1-0/+1
2013-11-22st/mesa: simplify writemask for emitting fog resultBrian Paul2-2/+2
2013-11-22mesa: fix indentation in ffvertex_prog.cBrian Paul1-12/+14
2013-11-22tgsi: Prevent emission of instructions with empty writemask.José Fonseca2-0/+42
2013-11-22tgsi: Rework calls to ureg_emit_insn().José Fonseca1-96/+104
2013-11-22docs: Add a section with recommended reading for llvmpipe development.José Fonseca1-2/+56
2013-11-22llvmpipe: (trivial) disable new accurate origin calculationRoland Scheidegger1-1/+1
2013-11-21meta: Move declaration before code.Vinson Lee1-1/+2
2013-11-21mesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.Paul Berry1-0/+12
2013-11-21mesa: Fix texture target validation for glFramebufferTexture()Paul Berry1-12/+47
2013-11-21i965: Fix fast clear of depth buffers.Paul Berry1-2/+10
2013-11-21i965: Fix blorp clear of layered framebuffers.Paul Berry1-7/+19
2013-11-21i965: refactor blorp clear code in preparation for layered clears.Paul Berry1-53/+66
2013-11-21meta: fix meta clear of layered framebuffersPaul Berry1-3/+48
2013-11-21mesa: Track number of layers in layered framebuffers.Paul Berry5-6/+21
2013-11-22nvc0: inform kernel about buffers that screen_create touchesBen Skeggs1-0/+2
2013-11-21radeonsi/compute: Fix LDS size calculationTom Stellard1-1/+16
2013-11-21r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard3-1/+17
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