summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ddebug: remove dd_draw_record::driver_state_logNicolai Hähnle2017-08-222-58/+0
* radeonsi: emit string markers to log contextNicolai Hähnle2017-08-221-0/+3
* radeonsi: log decompress blitsNicolai Hähnle2017-08-221-0/+13
* radeonsi: log draw and compute state into log contextNicolai Hähnle2017-08-224-32/+51
* radeonsi: print saved CS to the log contextNicolai Hähnle2017-08-225-88/+263
* radeonsi: start using u_log_context for debuggingNicolai Hähnle2017-08-223-83/+199
* radeonsi: re-order debug state dumpingNicolai Hähnle2017-08-221-7/+8
* radeonsi: make si_shader_selector_reference globally visibleNicolai Hähnle2017-08-222-15/+16
* radeonsi: add reference count to si_computeNicolai Hähnle2017-08-222-10/+28
* radeonsi: implement pipe_context::set_log_contextNicolai Hähnle2017-08-222-0/+12
* ddebug: add driver log to record dumpsNicolai Hähnle2017-08-223-0/+30
* gallium: add pipe_context::set_log_contextNicolai Hähnle2017-08-221-0/+14
* util/log: add auto logger facilityNicolai Hähnle2017-08-222-2/+75
* util: add chunk logging moduleNicolai Hähnle2017-08-223-0/+263
* clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in deviceAaron Watry2017-08-213-1/+9
* svga: replace gotos with conditionals in array drawing codeBrian Paul2017-08-212-32/+32
* llvmpipe: add some whitespace between functions in lp_texture.cBrian Paul2017-08-211-0/+3
* svga: whitespace clean-up in svga_draw_private.hBrian Paul2017-08-211-29/+27
* gallium/docs: remove old llvmpipe TODOTimothy Arceri2017-08-221-14/+0
* radeonsi: don't prefetch VBO descriptors if vertex elements == NULLMarek Olšák2017-08-212-1/+4
* r600g: don't set up and don't call the fetch shader if there are no VS inputsMarek Olšák2017-08-213-1/+7
* Android: Fix LLVM duplicated symbols linking for N and MRob Herring2017-08-212-2/+2
* st/va: add MJPEG for configLeo Liu2017-08-212-1/+5
* st/va: reallocate surface with YUYV streamLeo Liu2017-08-211-0/+17
* st/va: detect MJPEG format from bitstreamLeo Liu2017-08-213-0/+10
* radeon/uvd: add YUYV format support for target bufferLeo Liu2017-08-212-3/+5
* st/va: reallocate surface when interlacedLeo Liu2017-08-211-0/+22
* radeon/video: MJPEG not support stacked video buffersLeo Liu2017-08-211-1/+5
* st/va: make surface allocate functions more usefullyLeo Liu2017-08-212-4/+5
* radeon/uvd: reconstruct MJPEG bitstreamLeo Liu2017-08-211-0/+136
* st/va: add slice parameter handling for MJPEGLeo Liu2017-08-211-1/+23
* st/va: add huffman table handling for MJPEGLeo Liu2017-08-211-1/+18
* st/va: add iq matrix handling for MJPEGLeo Liu2017-08-211-1/+6
* st/va: add picture parameter handling for MJPEGLeo Liu2017-08-211-1/+20
* st/va: add handles for MJPEG BuffersLeo Liu2017-08-214-0/+72
* st/va: create decoder for MJPEG formatLeo Liu2017-08-211-3/+6
* st/va: add MJPEG picture to contextLeo Liu2017-08-211-0/+1
* radeon/video: add MJPEG supportLeo Liu2017-08-211-0/+8
* radeon/uvd: add MJPEG supportLeo Liu2017-08-211-9/+22
* radeon/uvd: add MJPEG stream typeLeo Liu2017-08-211-0/+1
* vl: add MJPEG picture descriptionLeo Liu2017-08-211-0/+59
* vl: add MJPEG profile and formatLeo Liu2017-08-212-2/+7
* radeon/uvd: get the target buffer pitch correct for different formatLeo Liu2017-08-211-2/+2
* radeonsi: update non-resident bindless descriptors if neededSamuel Pitoiset2017-08-211-30/+55
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-185-12/+17
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-185-8/+44
* radeonsi: don't use CLEAR_STATE on SIMarek Olšák2017-08-184-10/+63
* Fix build when HAVE_LIBDRM isn't definedJon Turney2017-08-181-0/+4
* llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-1/+4
* softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-2/+8