summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-07radeonsi: Enable VGPR spilling for all shader typesvgpr-spilling-Jan07-2014Tom Stellard4-44/+108
2015-01-07radeonsi: Re-enable LLVM IR dumpsTom Stellard1-1/+3
2015-01-07radeonsi/compute: Use relocs for scratch pointer rather than user sgprsTom Stellard1-4/+42
2015-01-07radeon: Teach radeon_elf_read() how to parse reloc informationTom Stellard2-3/+49
2015-01-07radeonsi: Fix crash when destroying si_screenTom Stellard1-2/+4
2015-01-07mesa: Don't use _mesa_generic_nop on Windows.José Fonseca1-0/+9
2015-01-07glapi: Force frame pointer elimination on Windows.José Fonseca1-0/+22
2015-01-07radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shadersMarek Olšák3-4/+12
2015-01-07radeonsi: emit SURFACE_SYNC lastMarek Olšák1-23/+35
2015-01-07radeonsi: flush all CB/DB caches unconditionally when changing the framebufferMarek Olšák1-11/+7
2015-01-07radeonsi: change TC cache flushing strategy for texturesMarek Olšák2-4/+6
2015-01-07radeonsi: improve and fix streamout flushingMarek Olšák3-10/+40
2015-01-07radeonsi: use TC L2 for CP DMA operations with shader resources on CIKMarek Olšák3-10/+39
2015-01-07radeonsi: use TC L2 for updating descriptors on CIKMarek Olšák2-5/+10
2015-01-07radeonsi: don't use TC L2 for updating descriptors on SIMarek Olšák2-2/+14
2015-01-07radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák9-34/+48
2015-01-07radeonsi: implement separate ICACHE and KCACHE flush for SIMarek Olšák1-9/+17
2015-01-07radeonsi: add a combined flag for flushing a framebufferMarek Olšák3-20/+10
2015-01-07radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák7-91/+109
2015-01-07r600g,radeonsi: separate cache flush flagsMarek Olšák5-26/+39
2015-01-07r600g: move r6xx-specific streamout flush flagging into r600gMarek Olšák2-9/+7
2015-01-07radeonsi: only set BC_OPTIMIZE_DISABLE when necessaryMarek Olšák2-6/+15
2015-01-07radeonsi: do not define FACE as an ordinary PS inputMarek Olšák1-1/+2
2015-01-07radeonsi: remove flatshade from the shader keyMarek Olšák3-7/+7
2015-01-07radeonsi: remove special handling of TGSI_INTERPOLATE_COLOR in shader codegenMarek Olšák1-6/+10
2015-01-07radeonsi: implement VERTEXID_NOBASE and BASEVERTEX system valuesMarek Olšák1-0/+10
2015-01-07radeonsi: fix VertexID for OpenGLMarek Olšák1-2/+5
2015-01-07radeonsi: clarify a hw bug in shader exportsMarek Olšák1-5/+10
2015-01-07radeonsi: use ordered compares for SSG and face selectionMarek Olšák2-3/+3
2015-01-07radeonsi: remove unused and not useful variablesMarek Olšák3-6/+1
2015-01-07radeonsi: remove init config from statesMarek Olšák6-5/+4
2015-01-07radeonsi: reduce the size of si_pm4_stateMarek Olšák2-12/+3
2015-01-07tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2-0/+4
2015-01-07st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEXMarek Olšák1-1/+2
2015-01-07vbo: ignore primitive restart if FixedIndex is enabled in DrawArraysMarek Olšák1-1/+2
2015-01-06vc4: Fix scaling W projection of the Z coordinate when there's a Z offset.Eric Anholt1-3/+3
2015-01-06vc4: Fix deletion from the program cache.Eric Anholt1-1/+1
2015-01-06vc4: Skip storing the Z/S contents when it's invalidated.Eric Anholt1-0/+11
2015-01-06gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.Eric Anholt2-0/+17
2015-01-06egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt7-15/+44
2015-01-06ax_prog_flex.m4: Merge upstream OpenBSD fixes.Vinson Lee1-2/+2
2015-01-06radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6Tom Stellard4-16/+27
2015-01-06radeonsi: Cache LLVMTargetMachine object in si_screenTom Stellard6-26/+51
2015-01-05mesa: create, use new _mesa_texture_base_format() functionBrian Paul6-9/+23
2015-01-05mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul12-34/+30
2015-01-05swrast: use new _mesa_base_tex_image() helperBrian Paul6-42/+47
2015-01-05st/mesa: use new _mesa_base_tex_image() helperBrian Paul5-5/+14
2015-01-05mesa: add _mesa_base_tex_image() helper functionBrian Paul1-0/+10
2015-01-05mesa: simplify a conditional in detach_shader()Brian Paul1-3/+1
2015-01-05mesa: minor whitespace fixes in shaderapi.cBrian Paul1-12/+13