summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-01-20Revert "radeonsi: reject invalid vertex element formats"Marek Olšák1-5/+0
2017-01-20gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel3-0/+47
2017-01-20etnaviv: implement resource_changed to invalidate internal resources derived ...Philipp Zabel1-0/+13
2017-01-20etnaviv: initialize seqno of imported resourcesPhilipp Zabel1-0/+2
2017-01-20st/dri: ask the driver to update its internal copies on reimportPhilipp Zabel1-0/+4
2017-01-20gallium: add pipe_screen::resource_changedPhilipp Zabel2-0/+22
2017-01-20gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset1-0/+1
2017-01-19radeonsi: reject invalid vertex element formatsMarek Olšák1-0/+5
2017-01-19radeonsi: don't forget to add HTILE to the buffer list for texturingMarek Olšák1-6/+13
2017-01-19st/vdpau: only send buffers with B8G8R8A8 format to XNayan Deshmukh3-3/+11
2017-01-19radeonsi: fix texture gather on stencil texturesNicolai Hähnle1-2/+16
2017-01-19radeonsi: Always leave poly_offset in a valid stateZachary Michaels1-1/+3
2017-01-19gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIANDave Airlie1-1/+1
2017-01-18radeonsi: determine in advance which VBOs should be added to the buffer listMarek Olšák3-4/+11
2017-01-18radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptorsMarek Olšák1-8/+9
2017-01-18radeonsi: reject invalid vertex buffer indices at state creationMarek Olšák2-5/+6
2017-01-18radeonsi: use a global dirty mask for shader pointersMarek Olšák4-41/+51
2017-01-18radeonsi: use a bitmask-based loop in si_decompress_texturesMarek Olšák3-7/+31
2017-01-18radeonsi: skip an unnecessary mutex lock for L2 prefetchesMarek Olšák1-5/+7
2017-01-18radeonsi: si_cp_dma_prepare is a no-op for L2 prefetchesMarek Olšák2-5/+12
2017-01-18radeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATEMarek Olšák2-10/+15
2017-01-18radeonsi: use the correct target machine when building shader variantsMarek Olšák2-14/+29
2017-01-18radeonsi: move shader pipe context state into a separate structureMarek Olšák2-14/+22
2017-01-18Revert "etnaviv: Fake occlusion query capability"Christian Gmeiner1-3/+2
2017-01-18android: ac/debug: move sid_tables.h generation and IB decode to amd/commonMauro Rossi1-12/+3
2017-01-18android: gallium/auxiliary: fix building error in Android 7.0Mauro Rossi1-1/+1
2017-01-18android: radeonsi: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+2
2017-01-18android: radeon: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+1
2017-01-18nouveau: remove always false argument in nouveau_fence_new()Emil Velikov5-11/+6
2017-01-18gallium: correctly manage libsensors link flagsEmil Velikov2-2/+1
2017-01-18etnaviv: Fake occlusion query capabilityWladimir J. van der Laan1-2/+3
2017-01-18etnaviv: add flags parameter to texture barrierChristian Gmeiner1-1/+1
2017-01-18etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCHChristian Gmeiner1-0/+1
2017-01-18gallivm: (trivial) fix copy/paste bug with big endian codeRoland Scheidegger1-2/+4
2017-01-18configure.ac: Revert recent HAVE_LLVM changes.Jose Fonseca5-12/+12
2017-01-18configure.ac: Set and use HAVE_GALLIUM_LLVM defineTobias Droste5-12/+12
2017-01-18gallivm: Cleanup USE_MCJIT.Jose Fonseca1-10/+25
2017-01-17radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+Marek Olšák1-2/+5
2017-01-17st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh6-141/+52
2017-01-17st/vdpau: use dri3 to directly send the buffer to X(v2)Nayan Deshmukh2-27/+33
2017-01-17vl/dri3: use external texture as back buffers(v4)Nayan Deshmukh2-17/+114
2017-01-16nv50/ir: optimize shl + andIlia Mirkin1-0/+11
2017-01-16nvc0: enable FBFETCH with a special slot for color buffer 0Ilia Mirkin9-6/+172
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin13-15/+23
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin17-2/+20
2017-01-16gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin3-2/+15
2017-01-16nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwellIlia Mirkin1-2/+2
2017-01-16nv50/ir: handle new DDIV op which will be used for double divisionsIlia Mirkin1-0/+3
2017-01-16tgsi: add DDIV instructionNicolai Hähnle4-1/+17
2017-01-16radeonsi: fix R600_DEBUG=nooptvariantNicolai Hähnle1-1/+1