summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-17android: amd/addrlib: trivial fix for gfx9 supportHEADmasterMauro Rossi1-0/+2
2017-04-16nir: Add GLSL_TYPE_[U]INT64 to some switch statementsJason Ekstrand2-0/+4
2017-04-17gallium/radeon: always flush asynchronously and wait after begin_new_csMarek Olšák2-4/+11
2017-04-17radeonsi: remove local variable 'mod' from si_compile_tgsi_shaderMarek Olšák1-5/+2
2017-04-17radeonsi: add si_shader_selector::vs_needs_prologMarek Olšák3-7/+10
2017-04-17radeonsi: don't set VGT_GS_MODE as part of the GS stateMarek Olšák1-2/+0
2017-04-17radeonsi: don't allow user indices with indirect drawsMarek Olšák1-4/+4
2017-04-17radeonsi: merge two if (indirect) statementsMarek Olšák1-27/+25
2017-04-17radeonsi: don't mark non-dirty textures with CMASK as compressedMarek Olšák1-2/+3
2017-04-15docs: Document interaction Fixes tag and stable branches.Bas Nieuwenhuizen1-0/+4
2017-04-15glsl: don't run the GLSL pre-processor when we are skipping compilationTimothy Arceri2-9/+20
2017-04-15glsl: delay optimisations on individual shaders when cache is availableTimothy Arceri4-78/+96
2017-04-14anv: Add the pci_id into the shader cache UUIDJason Ekstrand1-5/+15
2017-04-15etnaviv: native fence fd supportPhilipp Zabel7-7/+83
2017-04-14docs: mark GL_ARB_vertex_attrib_64bit and OpenGL 4.2 as supported by i965/gen7+Francisco Jerez2-4/+7
2017-04-14i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2-2/+2
2017-04-14i965: enable ARB_shader_precision in gen7+Samuel Iglesias Gonsálvez1-1/+1
2017-04-14i965: enable ARB_vertex_attrib_64bit for gen7+Juan A. Suarez Romero1-1/+1
2017-04-14swr: Fix swr osmesa buildGeorge Kyriazis1-1/+1
2017-04-15etnaviv: SINGLE_BUFFER support on GC3000Wladimir J. van der Laan8-28/+63
2017-04-15etnaviv: Update includes from rnndbWladimir J. van der Laan5-20/+91
2017-04-15etnaviv: Add chipMinorFeatures4 and 5Wladimir J. van der Laan2-1/+15
2017-04-15etnaviv: resolve tile status when flushing resourcePhilipp Zabel2-0/+11
2017-04-15etnaviv: stop repeatedly resolving an unchanged resource into its scanout pri...Philipp Zabel1-1/+4
2017-04-14swr: Add polygon stipple supportGeorge Kyriazis5-9/+84
2017-04-14docs/relnotes: add GL_ARB_gpu_shader_fp64 support on i965/ivybridgeSamuel Iglesias Gonsálvez1-0/+1
2017-04-14docs: mark GL_ARB_gpu_shader_fp64 and OpenGL 4.0 as supported by i965/gen7+Samuel Iglesias Gonsálvez1-2/+2
2017-04-14i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2-5/+6
2017-04-14i965: enable ARB_gpu_shader_fp64 for Ivybridge/BaytrailSamuel Iglesias Gonsálvez1-1/+1
2017-04-14i965: Use correct VertStride on align16 instructions.Matt Turner1-10/+34
2017-04-14i965/vec4/dce: improve track of partial flag register writesSamuel Iglesias Gonsálvez1-1/+1
2017-04-14i965/vec4: don't do horizontal stride on some register file typesSamuel Iglesias Gonsálvez1-2/+5
2017-04-14i965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH,LOW}_32BIT.Matt Turner1-4/+12
2017-04-14i965/vec4: use vec4_builder to emit instructions in setup_imm_df()Samuel Iglesias Gonsálvez2-50/+50
2017-04-14i965/vec4: consider subregister offset in live variablesJuan A. Suarez Romero1-2/+2
2017-04-14i965/vec4: fix assert to detect SIMD lowered DF instructions in IVBFrancisco Jerez1-5/+1
2017-04-14i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcode per destination's typeSamuel Iglesias Gonsálvez7-27/+60
2017-04-14i965/vec4: split d2x conversion and data gathering from one opcode to two exp...Samuel Iglesias Gonsálvez2-8/+1
2017-04-14i965/vec4: fix VEC4_OPCODE_FROM_DOUBLE for IVB/BYTJuan A. Suarez Romero1-7/+19
2017-04-14i965/vec4: keep original type when dealing with null registersJuan A. Suarez Romero1-0/+2
2017-04-14i965/vec4: split DF instructions and later double its execsize in IVB/BYTSamuel Iglesias Gonsálvez3-1/+53
2017-04-14i965/fs: lower all non-force_writemask_all DF instructions to SIMD4 on IVB/BYTSamuel Iglesias Gonsálvez1-0/+9
2017-04-14i965/fs: Get 64-bit indirect moves working on IVB.Francisco Jerez1-2/+25
2017-04-14i965: Use source region <1,2,0> when converting to DF.Matt Turner2-13/+28
2017-04-14i965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECTJuan A. Suarez Romero1-3/+14
2017-04-14i965/fs: fix dst stride in IVB/BYT type conversionsJuan A. Suarez Romero1-27/+41
2017-04-14i965/fs: rename lower_d2x to lower_conversionsSamuel Iglesias Gonsálvez4-4/+4
2017-04-14Revert "i965/fs: Don't emit SEL instructions for type-converting MOVs."Samuel Iglesias Gonsálvez1-2/+0
2017-04-14i965/fs: generalize the legalization d2x passSamuel Iglesias Gonsálvez2-37/+67
2017-04-14i965: Use <0,2,1> region for scalar DF sources on IVB/BYT.Matt Turner1-0/+13