summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glapi: Force frame pointer elimination on Windows.José Fonseca2015-01-071-0/+22
* radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shadersMarek Olšák2015-01-073-4/+12
* radeonsi: emit SURFACE_SYNC lastMarek Olšák2015-01-071-23/+35
* radeonsi: flush all CB/DB caches unconditionally when changing the framebufferMarek Olšák2015-01-071-11/+7
* radeonsi: change TC cache flushing strategy for texturesMarek Olšák2015-01-072-4/+6
* radeonsi: improve and fix streamout flushingMarek Olšák2015-01-073-10/+40
* radeonsi: use TC L2 for CP DMA operations with shader resources on CIKMarek Olšák2015-01-073-10/+39
* radeonsi: use TC L2 for updating descriptors on CIKMarek Olšák2015-01-072-5/+10
* radeonsi: don't use TC L2 for updating descriptors on SIMarek Olšák2015-01-072-2/+14
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-079-34/+48
* radeonsi: implement separate ICACHE and KCACHE flush for SIMarek Olšák2015-01-071-9/+17
* radeonsi: add a combined flag for flushing a framebufferMarek Olšák2015-01-073-20/+10
* radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák2015-01-077-91/+109
* r600g,radeonsi: separate cache flush flagsMarek Olšák2015-01-075-26/+39
* r600g: move r6xx-specific streamout flush flagging into r600gMarek Olšák2015-01-072-9/+7
* radeonsi: only set BC_OPTIMIZE_DISABLE when necessaryMarek Olšák2015-01-072-6/+15
* radeonsi: do not define FACE as an ordinary PS inputMarek Olšák2015-01-071-1/+2
* radeonsi: remove flatshade from the shader keyMarek Olšák2015-01-073-7/+7
* radeonsi: remove special handling of TGSI_INTERPOLATE_COLOR in shader codegenMarek Olšák2015-01-071-6/+10
* radeonsi: implement VERTEXID_NOBASE and BASEVERTEX system valuesMarek Olšák2015-01-071-0/+10
* radeonsi: fix VertexID for OpenGLMarek Olšák2015-01-071-2/+5
* radeonsi: clarify a hw bug in shader exportsMarek Olšák2015-01-071-5/+10
* radeonsi: use ordered compares for SSG and face selectionMarek Olšák2015-01-072-3/+3
* radeonsi: remove unused and not useful variablesMarek Olšák2015-01-073-6/+1
* radeonsi: remove init config from statesMarek Olšák2015-01-076-5/+4
* radeonsi: reduce the size of si_pm4_stateMarek Olšák2015-01-072-12/+3
* tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2015-01-072-0/+4
* st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEXMarek Olšák2015-01-071-1/+2
* vbo: ignore primitive restart if FixedIndex is enabled in DrawArraysMarek Olšák2015-01-071-1/+2
* vc4: Fix scaling W projection of the Z coordinate when there's a Z offset.Eric Anholt2015-01-061-3/+3
* vc4: Fix deletion from the program cache.Eric Anholt2015-01-061-1/+1
* vc4: Skip storing the Z/S contents when it's invalidated.Eric Anholt2015-01-061-0/+11
* gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.Eric Anholt2015-01-062-0/+17
* egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt2015-01-067-15/+44
* ax_prog_flex.m4: Merge upstream OpenBSD fixes.Vinson Lee2015-01-061-2/+2
* radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6Tom Stellard2015-01-064-16/+27
* radeonsi: Cache LLVMTargetMachine object in si_screenTom Stellard2015-01-066-26/+51
* mesa: create, use new _mesa_texture_base_format() functionBrian Paul2015-01-056-9/+23
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-0512-34/+30
* swrast: use new _mesa_base_tex_image() helperBrian Paul2015-01-056-42/+47
* st/mesa: use new _mesa_base_tex_image() helperBrian Paul2015-01-055-5/+14
* mesa: add _mesa_base_tex_image() helper functionBrian Paul2015-01-051-0/+10
* mesa: simplify a conditional in detach_shader()Brian Paul2015-01-051-3/+1
* mesa: minor whitespace fixes in shaderapi.cBrian Paul2015-01-051-12/+13
* mesa: make _mesa_reference_shader_program() an inline functionBrian Paul2015-01-052-4/+15
* mesa: update comment on delete_shader_program()Brian Paul2015-01-051-2/+3
* mesa: rearrange error handling in glProgramParameteri()Brian Paul2015-01-051-15/+11
* mesa: fix error strings in shaderapi.cBrian Paul2015-01-051-2/+2
* glsl: use the is_gl_identifier() helper in a couple more placesBrian Paul2015-01-052-2/+2
* meta: init var to silence uninitialized variable warningBrian Paul2015-01-051-1/+1