aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ttn: fix txd src sizesRob Clark2017-05-161-4/+6
* ttn: fix txs dest sizeRob Clark2017-05-161-1/+2
* freedreno/a5xx: remove unneeded assertRob Clark2017-05-161-3/+0
* freedreno/a5xx: fallback to slow-clear for z32Rob Clark2017-05-164-11/+36
* etnaviv: increment the resource seqno in resource_changedPhilipp Zabel2017-05-161-5/+1
* etnaviv: clean up sampler view reference countingLucas Stach2017-05-161-3/+3
* etnaviv: apply feature overrides in one central locationLucas Stach2017-05-165-10/+19
* etnaviv: allow R/B swapped surfaces to be clearedLucas Stach2017-05-161-0/+2
* etnaviv: stop oversizing buffer resourcesLucas Stach2017-05-161-1/+1
* radeonsi: extract TGSI memory/texture opcode handling into its own fileNicolai Hähnle2017-05-165-1841/+1886
* radeonsi: make const_array externally accessibleNicolai Hähnle2017-05-162-13/+15
* radeonsi: make get_bounded_indirect_index externally accessibleNicolai Hähnle2017-05-162-16/+20
* radeonsi: make emit_waitcnt externally accessibleNicolai Hähnle2017-05-162-10/+12
* radeonsi: silence a Coverity warningNicolai Hähnle2017-05-161-0/+2
* radeonsi: rename tcs_tes_uses_prim_id for clarityNicolai Hähnle2017-05-163-9/+9
* radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellationNicolai Hähnle2017-05-161-0/+2
* radeonsi: enable threaded_contextMarek Olšák2017-05-151-3/+34
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-152-3/+8
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-153-0/+25
* radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2017-05-153-13/+55
* gallium/radeon: subclass and handle threaded_queryMarek Olšák2017-05-152-7/+12
* gallium/radeon: subclass threaded_transferMarek Olšák2017-05-153-25/+25
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-153-18/+22
* gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák2017-05-151-2/+4
* gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák2017-05-153-1/+14
* gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2017-05-153-5/+9
* gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák2017-05-151-2/+4
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-154-0/+2723
* gallium/u_upload: add u_upload_cloneMarek Olšák2017-05-152-0/+14
* gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák2017-05-151-0/+8
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-154-2/+14
* renderonly: Initialize fields of struct winsys_handle.Eric Anholt2017-05-151-0/+1
* Revert "freedreno: use bypass if only clears"Rob Clark2017-05-141-4/+1
* freedreno: fix crash when flush() but no renderingRob Clark2017-05-141-0/+6
* freedreno: fix indexbuffer uploadRob Clark2017-05-146-15/+26
* freedreno/a5xx: hw binning supportRob Clark2017-05-139-51/+185
* freedreno: update generated headersRob Clark2017-05-136-29/+297
* freedreno: use bypass if only clearsRob Clark2017-05-131-1/+4
* nv50/ir: Report wrong prog types using proper varPierre Moreau2017-05-131-1/+1
* radeonsi: get rid of secondary input/output wordNicolai Hähnle2017-05-123-47/+13
* radeonsi: reduce the number of generics for shader IO unique indicesNicolai Hähnle2017-05-121-1/+1
* radeonsi: at most 8 sets of texture coordinates are supportedNicolai Hähnle2017-05-121-0/+1
* radeonsi: skip generic out/in indices without a shader IO indexNicolai Hähnle2017-05-122-1/+9
* radeonsi: use SI_MAX_IO_GENERIC instead of magic valuesNicolai Hähnle2017-05-123-3/+8
* r600g: Add defines for per-shader engine settingsGlenn Kennard2017-05-121-0/+6
* r600g: Add instruction encoding defines for MEM_RDGlenn Kennard2017-05-121-0/+30
* r600g: Add scratch ring register definesGlenn Kennard2017-05-122-2/+20
* gallium/tests: fix build after index buffer changesMarek Olšák2017-05-1116-32/+32
* virgl: remove unused draw includeEmil Velikov2017-05-111-1/+0
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-111-4/+2