aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove unused tile mode gettersMarek Olšák2016-05-022-157/+2
* radeonsi: just read tile mode arrays in SDMA setupMarek Olšák2016-05-021-51/+28
* radeonsi: just read tile mode arrays in SI DMA setupMarek Olšák2016-05-021-33/+21
* radeonsi: just read tile mode arrays in DB setupMarek Olšák2016-05-021-36/+19
* gallium/radeon: add radeon_surf::macro_tile_indexMarek Olšák2016-05-023-0/+20
* winsys/radeon: drop support for kernels lacking tile mode array queriesMarek Olšák2016-05-021-6/+14
* winsys/radeon: count buffer size only onceMarek Olšák2016-05-021-2/+2
* winsys/amdgpu: count buffer size only onceMarek Olšák2016-05-021-2/+2
* winsys/amdgpu: loosen up requirements for how much memory IBs can useMarek Olšák2016-05-021-4/+10
* radeonsi: when parsing dmesg, skip empty linesMarek Olšák2016-05-021-0/+3
* radeonsi: use the hw MSAA resolving if formats are compatibleMarek Olšák2016-05-021-1/+2
* nv50,nvc0: re-bind old compute state after reading MP perf countersSamuel Pitoiset2016-05-022-0/+4
* vc4: Use NIR lowering for sRGB decode.Eric Anholt2016-05-022-40/+3
* vc4: Just use NIR lowering for texture projection.Eric Anholt2016-05-021-15/+3
* vc4: Scalarize phi nodes as well.Eric Anholt2016-05-021-0/+1
* vc4: Add whitespace after each program stage dump.Eric Anholt2016-05-022-0/+3
* vc4: Remove the CSE pass.Eric Anholt2016-05-024-162/+0
* vc4: Emit only one FRAG_Z or FRAG_W QIR opcode.Eric Anholt2016-05-021-2/+19
* vc4: Use the NIR cubemap normalization instead of our own.Eric Anholt2016-05-021-6/+1
* vc4: Drop the support for DCE of texture instructions.Eric Anholt2016-05-021-22/+1
* radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handlingNicolai Hähnle2016-05-021-8/+10
* radeonsi: correct NULL-pointer check in si_upload_const_bufferNicolai Hähnle2016-05-021-1/+1
* softpipe: bump 3D texture limit to 2048Dave Airlie2016-05-021-1/+1
* softpipe: allow r32 xchg on shader images.Dave Airlie2016-05-021-0/+40
* softpipe: avoid leaking local_mem on machines alloc failureIlia Mirkin2016-05-011-1/+3
* winsys/sw/xlib: use correct free function for xlib_dt->dataJose Fonseca2016-05-011-1/+1
* winsys/sw/dri: use correct free function for dri_sw_dt->dataWuZhen2016-05-011-1/+1
* tgsi: initialize stack allocated structWuZhen2016-05-011-0/+7
* gallium/radeon: nuke the final pre LLVM 3.6 codepathEmil Velikov2016-05-011-7/+1
* gallium/target-helpers: remove inline_wrapper_sw_helper.hEmil Velikov2016-05-011-42/+0
* glx: Refactor the configure options for glx implementation choice (v3)Chuck Atkins2016-05-011-1/+1
* freedreno/ir3: use pipe_debug_callback for shader-db tracesRob Clark2016-04-306-33/+43
* freedreno/a4xx: add debug callback to emitRob Clark2016-04-303-0/+6
* freedreno/a3xx: add debug callback to emitRob Clark2016-04-303-0/+7
* freedreno: wire up core pipe_debug_callbackRob Clark2016-04-302-0/+15
* freedreno/ir3: handle color clamp variant ourselvesRob Clark2016-04-305-3/+28
* freedreno: fix indentationRob Clark2016-04-303-12/+12
* radeonsi: fix synchronization of shader imagesMarek Olšák2016-04-301-7/+11
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-292-7/+9
* tgsi/text: fix parsing of memory instructionsNicolai Hähnle2016-04-291-13/+27
* tgsi/text: add str_match_name_from_arrayNicolai Hähnle2016-04-291-0/+18
* tgsi/text: add str_match_format helper functionNicolai Hähnle2016-04-291-9/+22
* tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instructionNicolai Hähnle2016-04-291-2/+6
* tgsi/dump: signal nospace when the last print exceeded the sizeNicolai Hähnle2016-04-291-4/+6
* tgsi/dump: shared dump_ctx initializationNicolai Hähnle2016-04-291-31/+17
* st/omx: don't return early in vid_enc_EncodeFrame()Emil Velikov2016-04-291-1/+2
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-286-7/+7
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-286-9/+9