summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-25i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+Chris Forbes1-0/+1
2013-11-25vbo: map indirect buffer and extract params if doing sw primitive restartChris Forbes1-0/+33
2013-11-25mesa: pass indirect buffer to sw primitive restartChris Forbes4-4/+6
2013-11-25i965: pass indirect buffer to primitive restart checkChris Forbes3-6/+9
2013-11-25i965: implement indirect drawing for Gen7Chris Forbes1-2/+55
2013-11-25i965: Add new defines for indirect drawsChris Forbes2-0/+9
2013-11-25vbo: Flesh out implementation of indirect drawsChris Forbes1-0/+218
2013-11-25mesa: add indirect_offset, is_indirect to _mesa_primChris Forbes4-1/+12
2013-11-25mesa: Add validation helpers for new indirect drawsChris Forbes2-0/+218
2013-11-25mesa: Add binding point for indirect bufferChris Forbes4-0/+22
2013-11-25mesa: Add extension scaffolding for ARB_draw_indirectChris Forbes3-0/+4
2013-11-25glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirectChris Forbes5-5/+88
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller18-27/+39
2013-11-25drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)Chris Forbes1-2/+0
2013-11-25i965: remove unused DEBUG_IOCTLChris Forbes2-2/+0
2013-11-25radeon: change last instance of DEBUG_IOCTL to use RADEON_IOCTLChris Forbes1-1/+1
2013-11-25st/mesa: respect higher GLSL levels. (v2)Dave Airlie1-7/+3
2013-11-23glsl: Improve error message when attemping assignment to unsized arrayTimothy Arceri1-2/+8
2013-11-23intel: enable GL_AMD_vertex_shader_layer extension for gen7+Jordan Justen1-0/+1
2013-11-23radeonsi: implement MSAA for CIKMarek Olšák3-11/+28
2013-11-23radeonsi: enable 2D tiling on CIKMarek Olšák1-4/+0
2013-11-23mesa: initialize gl_renderbuffer::Depth in coreMarek Olšák3-4/+1
2013-11-22i965/fs: Make the first pre-allocation heuristic be the post heuristic.Eric Anholt3-23/+44
2013-11-22mesa: Remove the ralloc canary on release builds.Eric Anholt1-0/+6
2013-11-22i965: Fix streamed state dumping/annotation after the blorp-flush change.Eric Anholt1-1/+0
2013-11-22i965: Let driconf clamp_max_samples affect context versionChad Versace1-40/+20
2013-11-22i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace4-40/+37
2013-11-22i965: Terminate brw_supported_msaa_modes() list with -1, not 0Chad Versace1-5/+6
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-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