summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-06i965/fs: Disable unlit_centroid_workaround on Haswell.Matt Turner1-2/+4
2014-07-06i965/vec4: Perform CSE on CMP(N) instructions.Matt Turner1-1/+16
2014-07-06i965/vec4: Don't emit null MOVs in CSE.Matt Turner1-5/+7
2014-07-06i965/vec4: Improve CSE performance by expiring some available expressions.Matt Turner1-0/+20
2014-07-06i965/vec4: Add basic common subexpression elimination.Kenneth Graunke4-0/+236
2014-07-06i965: Fix warnings introduced in commit e24ef5ab.Matt Turner1-2/+1
2014-07-06gallium/radeon: use PRIX64 instead of PRIu64Christian König2-2/+2
2014-07-05i965: Move assembly annotation functions to intel_asm_annotation.c.Matt Turner4-61/+67
2014-07-05i965: Rename intel_asm_printer -> intel_asm_annotation.Matt Turner8-7/+7
2014-07-05i965: Make backend_instruction usable from C.Matt Turner1-4/+7
2014-07-05i965/cfg: Make cfg_t usable from C.Matt Turner3-8/+6
2014-07-05i965: Repack backend_instruction struct.Matt Turner1-7/+5
2014-07-05i965: Make a brw_predicate enum.Matt Turner6-31/+35
2014-07-05i965: Make a brw_conditional_mod enum.Matt Turner18-43/+54
2014-07-05i965: Move common fields into backend_instruction.Matt Turner3-25/+13
2014-07-05i965: Use enum brw_reg_type for register types.Matt Turner7-13/+14
2014-07-05i965: Move is_zero/one/null/accumulator into backend_reg.Matt Turner6-93/+44
2014-07-05i965: Make a common backend_reg class.Matt Turner4-42/+36
2014-07-05i965: Drop imm union from visitor register classes.Matt Turner2-14/+0
2014-07-05i965: Use immediate storage in brw_reg for visitor regs.Matt Turner6-41/+37
2014-07-05docs: add news item for mesa-demos 8.2.0 releaseAndreas Boll1-0/+8
2014-07-05glsl: Fix merging of layout(invocations) with other qualifiersChris Forbes1-0/+10
2014-07-03nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin5-4/+57
2014-07-03nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin3-2/+50
2014-07-03nv50: disable dedicated ubo upload methodIlia Mirkin1-0/+7
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin17-18/+20
2014-07-03mesa/st: enable AMD_vertex_shader_viewport_indexIlia Mirkin3-1/+7
2014-07-03r600g: allow vs to write to gl_ViewportIndexIlia Mirkin1-0/+17
2014-07-03svga: Don't unnecessarily reemit BindGBShader commands v2Thomas Hellstrom3-20/+8
2014-07-03radeon/llvm: Allocate space for kernel metadata operandsAaron Watry1-3/+7
2014-07-03glsl: fix duplicated layout qualifier detection for GSSamuel Iglesias Gonsalvez1-6/+16
2014-07-03svga: add switch cases for PIPE_SHADER_CAP_DOUBLESBrian Paul1-0/+4
2014-07-03st/xa: Don't close the drm fd on failure v2Thomas Hellstrom1-1/+6
2014-07-03Revert "radeonsi: Use dma_copy when possible for si_blit."Michel Dänzer1-19/+0
2014-07-02i965: expose AMD_vertex_shader_viewport_index on gen7+Ilia Mirkin2-1/+4
2014-07-02glsl: add support for AMD_vertex_shader_viewport_indexIlia Mirkin4-0/+8
2014-07-02mesa: add support for AMD_vertex_shader_viewport_indexIlia Mirkin2-0/+2
2014-07-02mesa/st: enable ARB_fragment_layer_viewportIlia Mirkin3-1/+3
2014-07-02i965/gen6: Add a spec citation about push constant packet requirements.Eric Anholt1-1/+8
2014-07-02i965: Add a comment about null renderbuffer surfaces and why they exist.Eric Anholt3-2/+22
2014-07-02i965: Update a ton of comments about constant buffers.Eric Anholt4-32/+74
2014-07-02i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt4-53/+42
2014-07-02i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.Eric Anholt4-66/+52
2014-07-02i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt14-35/+36
2014-07-02i965: Fix state flags for gen4/5 CURBE.Eric Anholt1-8/+8
2014-07-02i965: Remove a dead define.Eric Anholt1-2/+0
2014-07-02i965: Reuse libdrm's header for AUB definitions.Eric Anholt4-71/+7
2014-07-02i965: Fix stale comments about the state cache.Eric Anholt2-2/+9
2014-07-02i965: Fix stale binding table comment.Eric Anholt1-2/+0
2014-07-02i965: Drop the memcmp for finding duplicated CURBE uploads.Eric Anholt4-50/+2