summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/blorp: Use designated initializers to set up VERTEX_ELEMENTSJason Ekstrand2017-05-261-32/+43
* intel/blorp: Rename emit_viewport_state to emit_cc_viewportJason Ekstrand2017-05-261-3/+3
* intel/blorp: Make the common genX_blorp_exec code gen4-safeJason Ekstrand2017-05-261-8/+36
* intel/blorp: Re-arrange blorp_genX_exec.hJason Ekstrand2017-05-261-229/+229
* intel/blorp: Don't use ffma directlyJason Ekstrand2017-05-261-1/+1
* intel/blorp: Delete isl_to_gen_ds_surfypeJason Ekstrand2017-05-261-19/+0
* intel/blorp: Pull the pipeline bits of blorp_exec into a helperJason Ekstrand2017-05-261-25/+31
* intel/blorp/blit: Add support for normalized coordinatesJason Ekstrand2017-05-262-5/+28
* i965: Move clip program compilation to the compilerJason Ekstrand2017-05-2613-181/+211
* i965: Move SF compilation to the compilerJason Ekstrand2017-05-2610-246/+209
* i965/clip: Make brw_clip_prog_key::interp_mode an arrayJason Ekstrand2017-05-262-2/+6
* i965/sf: make brw_sf_prog_key::interp_mode an arrayJason Ekstrand2017-05-262-2/+6
* intel/compiler: Make brw_disasm take const assemblyJason Ekstrand2017-05-263-15/+15
* intel/decoder: Handle the BLT ring in gen_group_get_lengthJason Ekstrand2017-05-261-0/+4
* intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECTJason Ekstrand2017-05-261-2/+7
* intel/genxml: Rename 3DSTATE_AA_LINE_PARAMS on gen5Jason Ekstrand2017-05-261-1/+1
* intel/genxml: Use the right subtype for VF_STATISTICS on gen4Jason Ekstrand2017-05-261-1/+1
* intel/genxml: Iron Lake doesn't support non-normalized sampler coordinatesJason Ekstrand2017-05-261-1/+0
* intel/genxml: Add SAMPLER_STATE to gen 4.5Jason Ekstrand2017-05-261-0/+63
* intel/genxml: Rename the CC_VIEWPORT pointer on gen4-5Jason Ekstrand2017-05-263-3/+3
* intel/genxml: Sampler state is a pointer on gen4-5Jason Ekstrand2017-05-264-10/+10
* intel/genxml: Suffix KSP0 fields on Iron LakeJason Ekstrand2017-05-261-5/+5
* intel/genxml: Make a bunch of things offsets on gen4-5Jason Ekstrand2017-05-263-15/+15
* intel/isl: Add gen4_filter_tilingJason Ekstrand2017-05-263-2/+57
* intel/isl: Add support for setting component write disablesJason Ekstrand2017-05-262-0/+26
* intel/isl: Add support for gen4 cube maps to get_image_offset_saJason Ekstrand2017-05-261-5/+18
* intel/isl: Don't request space for stencil/hiz packets unless neededJason Ekstrand2017-05-261-7/+6
* i965/blorp: Properly handle mt->first_levelJason Ekstrand2017-05-261-0/+3
* i965/miptree: Take first_level into account when converting to ISLJason Ekstrand2017-05-261-1/+1
* intel/blorp: Move the gen7 stencil format workaround to blorp_blitJason Ekstrand2017-05-262-5/+9
* i965: Use blorp_copy for doing r8 stencil updates on HSWJason Ekstrand2017-05-261-15/+4
* i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand2017-05-261-18/+38
* amd/common: add missing libdrm include pathEric Engestrom2017-05-261-0/+1
* Revert "amd/common: add vcn dec ip info query"Dave Airlie2017-05-261-7/+1
* Revert "amd/common: set vcn dec as hw decode as well"Dave Airlie2017-05-261-2/+0
* util: remove unneeded Android ifdef from ralloc.cRob Herring2017-05-251-5/+0
* nouveau: drop Android 4.4 and earlier supportRob Herring2017-05-252-33/+3
* i965: use mmap64 for AndroidRob Herring2017-05-251-16/+3
* gallium/os: use mmap64 for AndroidRob Herring2017-05-251-18/+3
* st/wgl: whitespace, formatting fixes in stw_device.cBrian Paul2017-05-251-12/+9
* glsl: Fix g++ initializer order warningBrian Paul2017-05-251-1/+1
* radeonsi: enable vcn decodeLeo Liu2017-05-251-1/+4
* winsys/amdgpu: add vcn dec cs supportLeo Liu2017-05-251-1/+10
* amd/common: set vcn dec as hw decode as wellLeo Liu2017-05-251-0/+2
* amd/common: add vcn dec ip info queryLeo Liu2017-05-251-1/+7
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-256-8/+8
* radeon/vcn: add decode message for mpeg4 codecLeo Liu2017-05-251-0/+51
* radeon/vcn: add decode message for mpeg2 codecLeo Liu2017-05-251-0/+66
* radeon/vcn: add decode message for vc1 codecLeo Liu2017-05-251-0/+72
* radeon/vcn: add decode message for hevc codecLeo Liu2017-05-251-0/+225