summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-06loader/dri3: Always use at least two back buffersMichel Dänzer1-3/+1
2016-09-05glsl: Fix locations of variables in patch qualified interface blocks.Kenneth Graunke1-2/+4
2016-09-05mesa: Fix types in _mesa_get_color_read_format().Kenneth Graunke1-1/+1
2016-09-06amd/addrlib: move addrlib from amdgpu winsys to common codeDave Airlie26-28/+65
2016-09-06gallium/util: move endian detect into a separate fileDave Airlie3-39/+73
2016-09-06radeon: move radeon_family/chip_class defintions to commonDave Airlie3-85/+115
2016-09-06radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie13-9/+42
2016-09-05gallium/radeon: remove VPORT_ZMIN/ZMAX from init config statesMarek Olšák3-25/+1
2016-09-05gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák12-13/+82
2016-09-05gallium/radeon: unify viewport emission codeMarek Olšák1-14/+16
2016-09-05radeonsi: also do VS_PARTIAL_FLUSH before updating VGT ring pointersMarek Olšák1-0/+6
2016-09-05radeonsi: fix variable naming in si_emit_cache_flushMarek Olšák1-31/+31
2016-09-05radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not usedMarek Olšák3-1/+5
2016-09-05radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák4-0/+35
2016-09-05gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák2-5/+5
2016-09-05radeonsi: fix a badly implemented GS bug workaroundMarek Olšák1-8/+13
2016-09-05radeonsi: fix texture format reinterpretation with DCCMarek Olšák5-1/+116
2016-09-05radeonsi: fix Gather4 with integer formatsMarek Olšák1-3/+96
2016-09-05radeonsi: fix a crash in imageSize for cubemap arraysMarek Olšák1-3/+1
2016-09-05radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shaderMarek Olšák1-1/+6
2016-09-05radeonsi: fix cubemaps viewed as 2DMarek Olšák1-0/+4
2016-09-05radeonsi: always use the same function signature for llvm.SI.exportMarek Olšák1-4/+4
2016-09-05radeonsi: return correct eviction stats for NVX_gpu_memory_infoMarek Olšák1-2/+7
2016-09-05gallium/radeon: also eliminate DCC fast clear in resource_get_handleMarek Olšák1-2/+3
2016-09-05gallium/radeon: use the current ctx for CMASK elimination in resource_get_handleMarek Olšák1-6/+11
2016-09-05gallium/radeon: use the current ctx for DCC decompression in resource_get_handleMarek Olšák1-3/+3
2016-09-05gallium/radeon: derive buffer placement and flags only at initializationMarek Olšák5-49/+67
2016-09-05radeonsi: set more sampler settingsMarek Olšák2-2/+12
2016-09-05docs: add news item and link release notes for 12.0.2Emil Velikov2-0/+7
2016-09-05docs: add sha256 checksums for 12.0.2Emil Velikov1-1/+2
2016-09-05docs: add release notes for 12.0.2Emil Velikov1-0/+402
2016-09-05noop: implement resource_get_handleMarek Olšák1-2/+14
2016-09-05noop: set missing functionsMarek Olšák2-0/+75
2016-09-05noop: simplify some functionsMarek Olšák1-49/+7
2016-09-05glx/glvnd: list the strcmp arguments in correct orderEmil Velikov1-2/+2
2016-09-04nir/tests: Update the CF tests to not assume fake edgesJason Ekstrand1-4/+4
2016-09-04gk110/ir: fix quadop dall emissionIlia Mirkin1-2/+2
2016-09-03android: intel: fix include paths in new "common" libraryMauro Rossi1-0/+6
2016-09-03a3xx: use window scissor to simulate viewport xy clipIlia Mirkin1-10/+26
2016-09-03a3xx: make use of software clipping when hw can't handle itIlia Mirkin6-4/+36
2016-09-03a3xx: make sure to actually clamp depth as requestedIlia Mirkin2-2/+30
2016-09-03nvc0/ir: allow min/max instructions to be dual-issued in pairsKarol Herbst1-2/+12
2016-09-03anv: Move cmd_buffer_config_l3 into anv_cmd_buffer.cJason Ekstrand6-207/+162
2016-09-03anv/cmd_buffer: Move emit_lri and emit_lrm higher upJason Ekstrand1-19/+19
2016-09-03anv: Refactor pipeline l3 config setupJason Ekstrand5-67/+25
2016-09-03anv: Leverage the shared L3$ config codeJason Ekstrand2-345/+37
2016-09-03intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand5-334/+436
2016-09-03intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand12-17/+17
2016-09-03intel: s/brw_device_info/gen_device_info/Jason Ekstrand75-380/+380
2016-09-03intel: Add a new "common" library for more code sharingJason Ekstrand20-9/+77