summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-153-0/+6
* Revert "isl: Don't filter tiling flags if a specific tiling bit is set"Nanley Chery2016-07-151-8/+5
* anv/blit2d: Copy with stencil sources when neededNanley Chery2016-07-151-3/+14
* anv/image: Fix initialization of the ISL tilingNanley Chery2016-07-152-4/+14
* isl: Fix isl_tiling_is_any_y()Nanley Chery2016-07-151-1/+1
* anv/device: Fix max buffer range limitsNanley Chery2016-07-151-2/+6
* isl: Fix assert on raw buffer surface state sizeNanley Chery2016-07-151-1/+8
* anv/cmd_buffer: Simplify range member assignmentNanley Chery2016-07-151-4/+2
* anv/cmd_buffer: Remove unused variableNanley Chery2016-07-151-2/+1
* anv/descriptor_set: Fix binding partly undefined descriptor setsNanley Chery2016-07-151-0/+5
* svga: handle mismatched number of samplers, sampler viewsBrian Paul2016-07-151-5/+10
* st/omx/enc: check uninitialized list from task releaseLeo Liu2016-07-151-2/+2
* nv50/ir: add missing string for SV_WORK_DIMSamuel Pitoiset2016-07-141-0/+1
* Revert "radeon/llvm: Use alloca instructions for larger arrays"Marek Olšák2016-07-142-149/+25
* r600,compute: Reserve vtx 3 for kernel argumentsJan Vesely2016-07-141-3/+7
* radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission failsMarek Olšák2016-07-141-6/+9
* winsys/amdgpu: return an error on IB submission failuresMarek Olšák2016-07-142-1/+9
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-143-9/+13
* glsl/types: Use _mesa_hash_data for hashing function typesJason Ekstrand2016-07-141-14/+2
* glsl/types: Fix function type comparison functionJason Ekstrand2016-07-141-1/+1
* freedreno/a4xx: Fix sign compare warningsfrancians@gmail.com2016-07-141-7/+7
* freedreno/a3xx: Fix sign compare warningsfrancians@gmail.com2016-07-141-7/+7
* freedreno/a2xx: Fix sign compare warningsfrancians@gmail.com2016-07-141-4/+4
* radeon/vce: handle newly added parametersBoyuan Zhang2016-07-141-13/+20
* st/omx: assign previous values to new structureBoyuan Zhang2016-07-141-0/+10
* vl: add parameters for VAAPI encodeBoyuan Zhang2016-07-141-0/+33
* st/mesa: fix reference counting bug in st_vdpauChristian König2016-07-141-2/+8
* vc4: Emit resets of the uniform stream at the starts of blocks.Eric Anholt2016-07-139-0/+167
* vc4: Add support for scheduling of branch instructions.Eric Anholt2016-07-132-17/+114
* vc4: Move the QPU instructions to schedule into each block.Eric Anholt2016-07-134-141/+180
* vc4: Disable vc4_opt_vpm in the presence of control flow.Eric Anholt2016-07-131-0/+5
* vc4: Convert vc4_opt_dead_code to work in the presence of control flow.Eric Anholt2016-07-131-18/+29
* vc4: Update copy propagation for control flow.Eric Anholt2016-07-131-62/+137
* i965/fs: emit DIM instruction to load 64-bit immediates in HSWSamuel Iglesias Gonsálvez2016-07-141-0/+10
* i965/eu: set DF imm value to the source of DIMSamuel Iglesias Gonsálvez2016-07-141-1/+2
* i965: enable the emission of the DIM instructionSamuel Iglesias Gonsálvez2016-07-1410-2/+23
* anv: Add a stub for CmdCopyQueryPoolResults on Ivy BridgeJason Ekstrand2016-07-131-0/+13
* i965: fix compiler warnings for 32bit buildTimothy Arceri2016-07-142-26/+26
* Revert "gallium: Force blend color to 16-byte alignment"Tim Rowley2016-07-131-11/+1
* isl/state: Add support for handling auxiliary surfacesJason Ekstrand2016-07-132-2/+48
* isl: Add an auxiliary surface usage enumJason Ekstrand2016-07-131-0/+26
* isl: Add support for color control surfacesJason Ekstrand2016-07-136-0/+102
* isl: Add support for multisample compression surfacesJason Ekstrand2016-07-133-0/+15
* isl: Add support for HiZ surfacesJason Ekstrand2016-07-137-3/+63
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-137-22/+21
* isl: Take bpb rather than bs in tiling_get_infoJason Ekstrand2016-07-132-6/+6
* isl: Use bpb in a few places where it's more natural than bsJason Ekstrand2016-07-135-8/+8
* isl: Use bpb for determining YUV image paddingJason Ekstrand2016-07-131-1/+1
* isl: Bring back isl_format_layout::bpbJason Ekstrand2016-07-132-2/+4
* isl: Change the physical size of a W-tile to 128x32Jason Ekstrand2016-07-134-19/+15