aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: add radv_emit_prefetch_TC_L2_async() helperSamuel Pitoiset2017-11-131-2/+9
* radv: rename radv_emit_shaders_prefetch() to radv_emit_prefetch()Samuel Pitoiset2017-11-131-6/+6
* glsl/linker: use without_array() to retrieve typeIago Toral Quiroga2017-11-131-3/+4
* radv: emit esgs ring size in one place.Dave Airlie2017-11-132-7/+8
* radv: move calculating vs out info regs into pipeline.Dave Airlie2017-11-133-25/+34
* freedreno/a5xx: fix SSBO emit for non-zero offsetRob Clark2017-11-121-1/+1
* freedreno/a5xx: remove obsolete commentRob Clark2017-11-121-4/+0
* freedreno/ir3: don't create split/fo if only writing .xRob Clark2017-11-121-0/+6
* freedreno/a5xx: indirect gridsRob Clark2017-11-123-20/+86
* freedreno/a5xx: add global size compute capRob Clark2017-11-121-0/+5
* freedreno/ir3: turn on std430 packingRob Clark2017-11-121-1/+6
* freedreno/a5xx: image supportRob Clark2017-11-128-31/+306
* freedreno/ir3: moar better schedulerRob Clark2017-11-125-58/+227
* freedreno/ir3: move macrosRob Clark2017-11-121-15/+15
* freedreno/ir3: image supportRob Clark2017-11-125-0/+337
* freedreno/ir3: shared variable supportRob Clark2017-11-123-2/+177
* freedreno/ir3: some SSBO cleanups/fixesRob Clark2017-11-122-15/+39
* freedreno/ir3: split out INSTR4F instructionsRob Clark2017-11-122-29/+64
* freedreno/ir3: cat6 encoding fixesRob Clark2017-11-124-32/+151
* freedreno/ir3: add barriersRob Clark2017-11-122-0/+55
* freedreno/ir3: invert is_same_type_mov() logicRob Clark2017-11-121-10/+16
* freedreno/ir3: add cat7 instructionsRob Clark2017-11-124-2/+79
* freedreno/ir3: add SSBO get_buffer_size() supportRob Clark2017-11-126-11/+122
* freedreno/ir3: extract helper for common constsRob Clark2017-11-121-34/+17
* freedreno: add image view state trackingRob Clark2017-11-122-0/+56
* freedreno: update generated headersRob Clark2017-11-126-19/+142
* mesa/st/nir: assign driver_location for imagesRob Clark2017-11-121-2/+6
* st/program: fix compute shader nir referencesRob Clark2017-11-122-6/+24
* freedreno/ir3: rename ir3_compile -> ir3_contextRob Clark2017-11-121-57/+57
* intel/tools: Fix detection of enabled shader stages.Kenneth Graunke2017-11-121-1/+1
* st/atifs: remove unrequired initialisation of gl_program fieldsTimothy Arceri2017-11-121-4/+0
* ac: add emit_vertex to the abiTimothy Arceri2017-11-123-19/+31
* radeonsi: rework gs_vtx_offset handlingTimothy Arceri2017-11-122-22/+10
* nir: add streams to nir dataTimothy Arceri2017-11-122-0/+9
* st/dri: fix deadlock when waiting on android fencesMarek Olšák2017-11-113-6/+2
* meson: Guard freedreno build with with_gallium_freedreno.Rob Clark2017-11-101-1/+3
* docs: update calendar, add news item and link release notes for 17.2.5Andres Gomez2017-11-113-7/+8
* docs: add sha256 checksums for 17.2.5Andres Gomez2017-11-111-1/+2
* docs: add release notes for 17.2.5Andres Gomez2017-11-111-0/+155
* i965/gen10: Use the correct form of | for the RCPFE workaroundJason Ekstrand2017-11-101-2/+2
* i965: Make L3 configuration atom listen for TCS/TES program updates.Kenneth Graunke2017-11-101-0/+2
* meson: build gallium-xlib based glxDylan Baker2017-11-105-10/+139
* meson: add support for xlib glxDylan Baker2017-11-103-28/+76
* meson: move gl pkgconfig generation out of glxDylan Baker2017-11-102-11/+14
* meson: move wayland-egl into egl folderDylan Baker2017-11-102-3/+4
* meson: add nir_builder_opcodes_h to gallium_auxiliaryDylan Baker2017-11-101-1/+1
* gallium/xlib: remove GL_{MAJOR,MINOR,TINY}Dylan Baker2017-11-101-5/+1
* radeonsi: get llvm types from acTimothy Arceri2017-11-111-4/+4
* glx/windows: Fix building libwindowsdri when libX11 headers are installed in ...Jon Turney2017-11-101-0/+3
* util: include unistd.h, which may be required for usleep prototypeJon Turney2017-11-101-0/+1