summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: use DMA for clears with unaligned sizeNicolai Hähnle2017-03-281-19/+27
* radeonsi: CP DMA clear supports unaligned destination addressesNicolai Hähnle2017-03-281-1/+2
* radeonsi: remove the early-out for SDMA in si_clear_bufferNicolai Hähnle2017-03-281-22/+21
* radv: move shader stages calculation to pipeline.Dave Airlie2017-03-283-9/+10
* radv: move pa_cl_vs_out_cntl calculation to pipelineDave Airlie2017-03-283-17/+32
* radv: move calculating fragment shader i/os to pipeline.Dave Airlie2017-03-283-63/+77
* radv: move shader_z_format calculation to pipeline.Dave Airlie2017-03-283-4/+8
* radv: move db_shader_control calculation to pipeline.Dave Airlie2017-03-283-16/+20
* radv: move vgt_gs_mode value to pipeline.Dave Airlie2017-03-283-27/+30
* radv: add parameter to emit_waitcnt.Dave Airlie2017-03-281-3/+8
* radv: rework vertex/export shader output handlingDave Airlie2017-03-284-70/+86
* radv: fix ia_multi_vgt_param for instanced vs indirect draw.Dave Airlie2017-03-283-13/+15
* radv: handle NULL multisample state.Dave Airlie2017-03-281-8/+12
* radv: flush DB cache before and after HTILE decompress.Bas Nieuwenhuizen2017-03-281-0/+6
* i965: Delete tile resource mode codeAnuj Phogat2017-03-275-267/+35
* i965: Delete fast copy blit codeAnuj Phogat2017-03-272-185/+48
* i965: Require Kernel 3.6 for Gen4-5 platforms.Kenneth Graunke2017-03-272-3/+3
* glsl: fix spelling of embedded in commentTimothy Arceri2017-03-281-1/+1
* glsl: fix lower jumps for returns when loop is inside an ifTimothy Arceri2017-03-281-5/+12
* radv: don't emit no color formats. (v3)Dave Airlie2017-03-281-2/+19
* mesa/tests: Link main-test with CLOCK_LIB.Vinson Lee2017-03-271-1/+2
* i965/fs: Don't emit SEL instructions for type-converting MOVs.Matt Turner2017-03-271-0/+2
* anv/blorp: Fix a crash in CmdClearColorImageXu Randy2017-03-271-2/+2
* mesa: simplify code around 'variable_data' in marshal.cBrian Paul2017-03-271-12/+7
* st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul2017-03-273-28/+18
* glsl: Interface Block instances don't need linking validationAndres Gomez2017-03-271-5/+9
* glsl: UBOs and SSBOs must match the binding qualifier tooAndres Gomez2017-03-271-0/+3
* glsl: on UBO/SSBOs link error reset the number of active blocks to 0Andres Gomez2017-03-271-0/+6
* anv: enable sampling from fast-cleared images on SKLSamuel Iglesias Gonsálvez2017-03-271-2/+2
* glsl, st/shader_cache: check the whole sha1 for zeroGrazvydas Ignotas2017-03-272-2/+4
* glsl/shader_cache: restore evicted shader keysGrazvydas Ignotas2017-03-271-0/+17
* st/nine: Use atomics for available_texture_memAxel Davy2017-03-261-2/+2
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-263-5/+17
* st/nine: Fix user vertex data uploader with csmtAxel Davy2017-03-262-8/+8
* scons: Fix dependencies of marshal_generated.[ch].Jose Fonseca2017-03-261-2/+2
* glsl: Link tests with CLOCK_LIB.Vinson Lee2017-03-251-3/+6
* mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri2017-03-253-1/+84
* util/disk_cache: don't deadlock on premature EOFGrazvydas Ignotas2017-03-251-17/+26
* genxml: Add 3DSTATE_DEPTH_BUFFER to gen5.xmlChad Versace2017-03-241-0/+56
* tests/cache_test: mark arguments constGrazvydas Ignotas2017-03-251-4/+4
* freedreno: free compiler when screen is destroyedRob Clark2017-03-243-6/+2
* genxml: Whitespace fixesJason Ekstrand2017-03-245-39/+39
* genxml: Replace "[N]" with "N"Jason Ekstrand2017-03-243-15/+15
* genxml/gen6: Remove a couple of bogus valuesJason Ekstrand2017-03-241-6/+2
* genxml/gen8: Remove BLACK_LEVEL_CORRECTION_STATEJason Ekstrand2017-03-241-6/+0
* genxml: Rename two MCS fields to Auxiliary Surface on gen7Jason Ekstrand2017-03-243-8/+7
* freedreno: fix memory leakRob Clark2017-03-241-0/+2
* genxml: Fix gen_zipped_file.py dependencyChad Versace2017-03-241-1/+1
* genxml: Define GENXML_XML_FILES in Makefile.sourcesChad Versace2017-03-242-8/+11
* clover: use pipe_resource referencesJan Vesely2017-03-242-3/+9