aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx9: don't use BREAK_BATCH and FLUSH_DFSM if DFSM is disabledMarek Olšák2017-09-052-3/+4
* vbo: fix build errors on androidTapani Pälli2017-09-051-1/+1
* docs: add news item and link release notes for 17.2.0Emil Velikov2017-09-042-0/+8
* docs: add sha256 checksums for 17.2.0Emil Velikov2017-09-041-1/+2
* docs: Update 17.2.0 release notesEmil Velikov2017-09-041-2/+149
* radeonsi: eliminate PS color outputs when colormask kills themMarek Olšák2017-09-043-0/+6
* gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák2017-09-044-35/+17
* radeonsi: ensure cache flushes happen before SET_PREDICATION packetsNicolai Hähnle2017-09-043-9/+18
* radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle2017-09-043-1/+12
* radeonsi: fix compute shader state dumpingNicolai Hähnle2017-09-041-6/+11
* radeonsi: add an assertion that only two-dimensional constant references are ...Nicolai Hähnle2017-09-041-2/+3
* gallium/radeon: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-18/+18
* gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2017-09-043-10/+10
* pp: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-10/+10
* gallium/hud: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-4/+4
* nine: always generate two-dimensional constant file accessesNicolai Hähnle2017-09-042-7/+5
* st/glsl_to_tgsi: inline src_register into translate_srcNicolai Hähnle2017-09-041-75/+77
* st/glsl_to_tgsi: ir_load_ubo always has a second indexNicolai Hähnle2017-09-041-2/+1
* st/drawpixels: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-0/+2
* tgsi/build: always generate two-dimensional constant file accessesNicolai Hähnle2017-09-042-31/+45
* tgsi/ureg: always emit constants (and their decls) as 2DNicolai Hähnle2017-09-041-15/+7
* gallium: all drivers should accept two-dimensional constant buffer indexingNicolai Hähnle2017-09-042-9/+4
* anv: fix off by one in array checkEric Engestrom2017-09-041-1/+1
* ac: reorg ac_shader_binary struct to take less space.Dave Airlie2017-09-041-8/+9
* radv: drop emit2d_dst_type.Dave Airlie2017-09-041-16/+0
* radv/meta: missing initialisations in create_pass().Xavier Bouchoux2017-09-041-0/+3
* radv: Enable command buffer chaining by default.Bas Nieuwenhuizen2017-09-043-3/+3
* radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2017-09-042-60/+37
* radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen2017-09-041-0/+1
* util: improve compiler guardEric Engestrom2017-09-033-6/+43
* radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstructionLeo Liu2017-09-021-0/+11
* radeon/uvd: fix MJPEG quantization table indexLeo Liu2017-09-021-1/+1
* st/mesa: fix view template initialization in try_pbo_readpixelsRoland Scheidegger2017-09-031-1/+1
* genxml: Make Border Color Pointer an address on Gen4-5, not an offset.Kenneth Graunke2017-09-024-9/+7
* i965: Inline emit_reloc in __genx_combine_addressKenneth Graunke2017-09-021-12/+5
* i965: Fix crash in fallback GTT mapping.Kenneth Graunke2017-09-021-2/+4
* i965: Fix state flagging of Gen6 SOL programs.Kenneth Graunke2017-09-022-19/+6
* i965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.Kenneth Graunke2017-09-023-7/+1
* freedreno: skip batch-cache for compute shadersRob Clark2017-09-021-7/+1
* m4: Use older autoconf 2.63 compatible ax_check_compile_flag.Vinson Lee2017-09-011-5/+5
* i965: Move BATCH_SZ define into intel_batchbuffer.c.Kenneth Graunke2017-09-012-1/+2
* i965: Drop batch_size argument from brw_bufmgr_init().Kenneth Graunke2017-09-013-4/+3
* i965: Rename brw_bo::offset64 to gtt_offset.Chris Wilson2017-09-013-12/+35
* i965: Drop the BRW_BATCH_STRUCT macro.Kenneth Graunke2017-09-012-4/+1
* i965: Don't double count the batch in aperture_space.Kenneth Graunke2017-09-011-1/+1
* swr: Report format max_samples=1 to maintain support for "fake" msaa.Cherniak, Bruce2017-09-011-11/+11
* aubinator: remove duplicate initialisationEric Engestrom2017-09-011-1/+0
* radv: report VM faults if detectedSamuel Pitoiset2017-09-012-0/+16
* radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2017-09-013-102/+117
* radv: add radv_check_gpu_hangs() helper functionSamuel Pitoiset2017-09-013-12/+27