summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: use a clever alignment for index buffer uploadsMarek Olšák2017-02-181-4/+7
* radeonsi: use a clever alignment for descriptor uploadsMarek Olšák2017-02-181-4/+7
* radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2017-02-185-1/+21
* radeonsi: move index buffer flushing into a non-upload indexed caseMarek Olšák2017-02-181-7/+6
* radeonsi: use SI_MAX_ATTRIBS where it should be usedMarek Olšák2017-02-184-5/+5
* radeonsi: sort members of si_shader_key::partMarek Olšák2017-02-181-6/+6
* radeonsi: have separate LS and ES main shader parts in the shader selectorMarek Olšák2017-02-183-5/+49
* radeonsi: don't compile pure monolithic shaders asynchronouslyMarek Olšák2017-02-181-2/+6
* radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VIMarek Olšák2017-02-181-3/+9
* radeonsi: remove the fix_size3 workaroundMarek Olšák2017-02-183-36/+0
* radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loadsMarek Olšák2017-02-185-6/+60
* radeonsi: make fix_fetch an array of uint8_tMarek Olšák2017-02-185-23/+25
* vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák2017-02-181-16/+11
* gallium/hud: create files after graphs are created to get final namesMarek Olšák2017-02-185-12/+23
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-185-9/+24
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
* gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák2017-02-181-1/+1
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-02-182-101/+0
* gallium/util: remove unused helper util_draw_texquadMarek Olšák2017-02-182-72/+0
* gallium/docs: remove documentation of non-existent instructionsMarek Olšák2017-02-181-26/+0
* swr: remove unneeded extern "C"George Kyriazis2017-02-161-3/+0
* gallium: add extern "C" guardsGeorge Kyriazis2017-02-162-0/+15
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-172-0/+3
* radeonsi: use shared emit_umsb helper.Dave Airlie2017-02-161-22/+2
* radeonsi: use shared emit imsb code.Dave Airlie2017-02-161-25/+3
* winsys/radeon: remove fall-back definesEmil Velikov2017-02-163-47/+0
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-152-0/+4
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-155-1/+29
* radeonsi: implement uploading zero-stride vertex attribsMarek Olšák2017-02-141-8/+23
* gallium/radeon: include SDMA in the GPU load queryMarek Olšák2017-02-142-1/+12
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-143-0/+64
* gallium/u_queue: add util_queue_get_thread_time_nanoMarek Olšák2017-02-142-0/+12
* gallium/os: add per-thread time clock queriesMarek Olšák2017-02-141-0/+31
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-149-17/+23
* vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangleMarek Olšák2017-02-141-0/+7
* gallium/radeon: add an assertion to texture_transfer_map for app bugsMarek Olšák2017-02-141-0/+1
* radeonsi: implement legacy GL_DOUBLE vertex formatsMarek Olšák2017-02-143-21/+117
* radeonsi: clean up si_get_paramMarek Olšák2017-02-141-19/+11
* gallium/hud: don't use user vertex buffersMarek Olšák2017-02-141-7/+19
* gallium/hud: call u_upload_alloc only onceMarek Olšák2017-02-141-8/+29
* gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák2017-02-142-51/+0
* gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák2017-02-147-26/+33
* gallium/vl: use the common uploaderMarek Olšák2017-02-143-17/+2
* gallium/vbuf: use the common uploaderMarek Olšák2017-02-141-10/+4
* gallium/blitter: use the common uploaderMarek Olšák2017-02-141-9/+3
* gallium/primconvert: use the common uploaderMarek Olšák2017-02-141-10/+2
* gallium/hud: use the common uploaderMarek Olšák2017-02-141-9/+2
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-1418-6/+131
* gallium/u_upload_mgr: add a helper that creates the default uploaderMarek Olšák2017-02-142-0/+16
* gallium: add common uploaders into pipe_context (v2)Marek Olšák2017-02-142-0/+34