summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directlyMarek Olšák2017-09-111-2/+2
* gallium/u_blitter: don't pass GENERIC in VS if it's not neededMarek Olšák2017-09-111-17/+45
* gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák2017-09-114-92/+107
* gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák2017-09-116-36/+47
* gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2017-09-116-71/+72
* gallium/radeon: use rectangles for 1D and 2D texture blitsMarek Olšák2017-09-111-7/+13
* i965/tex: add missing includeEric Engestrom2017-09-101-0/+1
* radv: Actually check for vm faults.Bas Nieuwenhuizen2017-09-093-3/+9
* llvmpipe, draw: improve shader cache debuggingRoland Scheidegger2017-09-093-31/+59
* llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICSRoland Scheidegger2017-09-091-1/+1
* gallivm: fix gather implementation a bitRoland Scheidegger2017-09-091-10/+48
* mesa: whitespace, formatting fixes in teximage.cBrian Paul2017-09-081-55/+55
* mesa: provide more info in some texture image error messagesBrian Paul2017-09-081-9/+11
* svga: abort shader translation upon indirect indexing of temporariesCharmaine Lee2017-09-081-0/+6
* radv: keep track of the disasm string in debug mode onlySamuel Pitoiset2017-09-082-1/+9
* radv: add shader_variant_create() helper functionSamuel Pitoiset2017-09-081-58/+56
* radv: drop 'dump' parameters from some shader related functionsSamuel Pitoiset2017-09-083-22/+19
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-0811-523/+642
* radv: fix error code when initializing the push descriptorsSamuel Pitoiset2017-09-081-1/+1
* radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset2017-09-081-4/+8
* radv: add radv_vertex_elements_info data structureSamuel Pitoiset2017-09-083-18/+26
* gallium/tests: use ARRAY_SIZE macroEric Engestrom2017-09-083-3/+9
* r300: use ARRAY_SIZE macroEric Engestrom2017-09-081-1/+3
* glx: use ARRAY_SIZE macroEric Engestrom2017-09-081-1/+2
* radv: add an assertion when pushing meta descriptor setsSamuel Pitoiset2017-09-081-0/+1
* mesa/st: Fix frontbuffer rendering regressionThomas Hellstrom2017-09-081-0/+3
* i965: Don't special case the batchbuffer when reference counting.Kenneth Graunke2017-09-081-11/+4
* ac: remove bitcast_to_float()Connor Abbott2017-09-081-16/+2
* ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott2017-09-083-162/+172
* ac: fix ac_get_type_size() for doublesConnor Abbott2017-09-081-0/+1
* radv/ac: use ac_get_type_size.Dave Airlie2017-09-081-23/+3
* radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott2017-09-083-21/+39
* radeonsi: move si_emit_ballot() to acConnor Abbott2017-09-083-32/+35
* radeonsi: move emit_optimization_barrier() to acConnor Abbott2017-09-083-43/+47
* radeonsi: move llvm_get_type_size() to acConnor Abbott2017-09-083-34/+35
* radv/winsys: fix flags vs va_flags thinko.Dave Airlie2017-09-081-1/+1
* radv: use simpler indirect packet 3 if possible.Dave Airlie2017-09-071-14/+23
* radv/gfx9: allocate events from uncached VA spaceDave Airlie2017-09-073-3/+8
* radv/winsys: use amdgpu_bo_va_op_raw.Dave Airlie2017-09-071-7/+24
* Revert "st/va: add enviromental variable to disable interlace"Leo Liu2017-09-071-4/+0
* st/va: move YUV content to deinterlaced buffer when reallocated for encoderLeo Liu2017-09-071-1/+10
* st/va: reallocate the buffer if the layout isn't supportedLeo Liu2017-09-071-9/+12
* vl/compositor: make vl_compositor_set_yuv_layer() staticLeo Liu2017-09-072-44/+28
* st/omx: use vl/compositor helper function for YUV deinterlacingLeo Liu2017-09-071-30/+2
* vl/compositor: make a helper function for YUV deinterlacingLeo Liu2017-09-072-0/+40
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-0711-14/+18
* mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12Gert Wollny2017-09-071-0/+1
* mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12Gert Wollny2017-09-071-1/+6
* mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBaseIago Toral Quiroga2017-09-071-0/+22
* radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPRMarek Olšák2017-09-071-6/+14