summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-01-01i965/gen8: Allow sampling with hiz when supportedbdw-aux-hiz-v1Jordan Justen1-1/+11
2001-01-01i965/gen8: Add HiZ auxiliary buffer supportKenneth Graunke1-1/+4
2014-07-08i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONEJordan Justen1-2/+2
2014-07-08i965: Support sampling with hiz during renderingJordan Justen1-1/+4
2014-07-08i965: Add function to indicate when sampling with hiz is supportedJordan Justen2-0/+14
2014-07-08i965/gen8: Use aux buf qpitch for Auxiliary Buffer (MCS)Jordan Justen1-2/+2
2014-07-08i965/gen8: Use intel_miptree_aux_buffer for auxiliary bufferJordan Justen1-14/+14
2014-07-08i965: Wrap MCS miptree in intel_miptree_aux_bufferJordan Justen6-51/+75
2014-07-08i965/gen8: Enable hiz for all depth levelsJordan Justen1-1/+1
2014-07-08i965/gen8: Don't allocate hiz miptree structureJordan Justen1-0/+91
2014-07-08i965/gen7: Don't allocate hiz miptree structureJordan Justen1-2/+93
2014-07-07i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen1-3/+3
2014-07-07i965/gen7: Don't rely directly on the hiz miptree structureJordan Justen2-6/+7
2014-07-07i965/hiz: Start to separate miptree out from hiz buffersJordan Justen8-28/+76
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