summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-04docs: add news item and link release notes for 17.2.0Emil Velikov2-0/+8
2017-09-04docs: add sha256 checksums for 17.2.0Emil Velikov1-1/+2
2017-09-04docs: Update 17.2.0 release notesEmil Velikov1-2/+149
2017-09-04radeonsi: eliminate PS color outputs when colormask kills themMarek Olšák3-0/+6
2017-09-04gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák4-35/+17
2017-09-04radeonsi: ensure cache flushes happen before SET_PREDICATION packetsNicolai Hähnle3-9/+18
2017-09-04radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle3-1/+12
2017-09-04radeonsi: fix compute shader state dumpingNicolai Hähnle1-6/+11
2017-09-04radeonsi: add an assertion that only two-dimensional constant references are ...Nicolai Hähnle1-2/+3
2017-09-04gallium/radeon: always use two-dimensional constant referencesNicolai Hähnle1-18/+18
2017-09-04gallium/tests: always use two-dimensional constant referencesNicolai Hähnle3-10/+10
2017-09-04pp: always use two-dimensional constant referencesNicolai Hähnle1-10/+10
2017-09-04gallium/hud: always use two-dimensional constant referencesNicolai Hähnle1-4/+4
2017-09-04nine: always generate two-dimensional constant file accessesNicolai Hähnle2-7/+5
2017-09-04st/glsl_to_tgsi: inline src_register into translate_srcNicolai Hähnle1-75/+77
2017-09-04st/glsl_to_tgsi: ir_load_ubo always has a second indexNicolai Hähnle1-2/+1
2017-09-04st/drawpixels: always use two-dimensional constant referencesNicolai Hähnle1-0/+2
2017-09-04tgsi/build: always generate two-dimensional constant file accessesNicolai Hähnle2-31/+45
2017-09-04tgsi/ureg: always emit constants (and their decls) as 2DNicolai Hähnle1-15/+7
2017-09-04gallium: all drivers should accept two-dimensional constant buffer indexingNicolai Hähnle2-9/+4
2017-09-04anv: fix off by one in array checkEric Engestrom1-1/+1
2017-09-04ac: reorg ac_shader_binary struct to take less space.Dave Airlie1-8/+9
2017-09-04radv: drop emit2d_dst_type.Dave Airlie1-16/+0
2017-09-04radv/meta: missing initialisations in create_pass().Xavier Bouchoux1-0/+3
2017-09-04radv: Enable command buffer chaining by default.Bas Nieuwenhuizen3-3/+3
2017-09-04radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2-60/+37
2017-09-04radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen1-0/+1
2017-09-03util: improve compiler guardEric Engestrom3-6/+43
2017-09-02radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstructionLeo Liu1-0/+11
2017-09-02radeon/uvd: fix MJPEG quantization table indexLeo Liu1-1/+1
2017-09-03st/mesa: fix view template initialization in try_pbo_readpixelsRoland Scheidegger1-1/+1
2017-09-02genxml: Make Border Color Pointer an address on Gen4-5, not an offset.Kenneth Graunke4-9/+7
2017-09-02i965: Inline emit_reloc in __genx_combine_addressKenneth Graunke1-12/+5
2017-09-02i965: Fix crash in fallback GTT mapping.Kenneth Graunke1-2/+4
2017-09-02i965: Fix state flagging of Gen6 SOL programs.Kenneth Graunke2-19/+6
2017-09-02i965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.Kenneth Graunke3-7/+1
2017-09-02freedreno: skip batch-cache for compute shadersRob Clark1-7/+1
2017-09-01m4: Use older autoconf 2.63 compatible ax_check_compile_flag.Vinson Lee1-5/+5
2017-09-01i965: Move BATCH_SZ define into intel_batchbuffer.c.Kenneth Graunke2-1/+2
2017-09-01i965: Drop batch_size argument from brw_bufmgr_init().Kenneth Graunke3-4/+3
2017-09-01i965: Rename brw_bo::offset64 to gtt_offset.Chris Wilson3-12/+35
2017-09-01i965: Drop the BRW_BATCH_STRUCT macro.Kenneth Graunke2-4/+1
2017-09-01i965: Don't double count the batch in aperture_space.Kenneth Graunke1-1/+1
2017-09-01swr: Report format max_samples=1 to maintain support for "fake" msaa.Cherniak, Bruce1-11/+11
2017-09-01aubinator: remove duplicate initialisationEric Engestrom1-1/+0
2017-09-01radv: report VM faults if detectedSamuel Pitoiset2-0/+16
2017-09-01radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset3-102/+117
2017-09-01radv: add radv_check_gpu_hangs() helper functionSamuel Pitoiset3-12/+27
2017-09-01radv: disassemble SPIR-V binaries with RADV_DEBUG=spirvSamuel Pitoiset4-0/+39
2017-09-01radv: move RADV_TRACE_FILE functions to radv_debug.cSamuel Pitoiset9-23/+80