summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-143-2/+31
* lima/ppir: print srcs and dests in ppir_node_print_prog()Vasily Khoruzhick2019-08-131-2/+56
* lima/ppir: use src accessors in ppir regallocVasily Khoruzhick2019-08-132-102/+17
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-135-10/+16
* lima/ppir: introduce accessors for ppir_node sourcesVasily Khoruzhick2019-08-131-0/+41
* iris: Expose aux buffer as 2nd plane w/modifiersJordan Justen2019-08-131-10/+23
* iris: Export and import surfaces with modifiers that have aux dataJordan Justen2019-08-134-25/+118
* iris: Do proper format checks for Y+CCS modifier supportKenneth Graunke2019-08-131-6/+20
* iris: Create single bo for surfaces with modifiers and aux dataJordan Justen2019-08-131-3/+40
* iris: Split iris_resource_alloc_aux to enable aux modifiersJordan Justen2019-08-131-40/+85
* iris: Add aux offset into hiz_addressJordan Justen2019-08-131-1/+1
* tgsi_to_nir: add assertions for max varying slotsMarek Olšák2019-08-131-0/+2
* tgsi_to_nir: expand vec3 system values to vec4Marek Olšák2019-08-131-0/+3
* tgsi_to_nir: fix incorrect number of image src1 componentsMarek Olšák2019-08-131-4/+1
* i965/gen11: fix genX_bits.h include pathMauro Rossi2019-08-131-1/+1
* panfrost: Workaround bug in partial update implementationAlyssa Rosenzweig2019-08-131-4/+9
* gitlab-ci: Run the GLES2 CTS on llvmpipe.Eric Anholt2019-08-135-0/+313
* gitlab-ci: Switch the meson-main build type to debugoptimized.Eric Anholt2019-08-132-1/+2
* gitlab-ci: Set the prefix to ./install instead of the DESTDIR.Eric Anholt2019-08-132-3/+4
* gitlab-ci: Build the CTS in the debian build image.Eric Anholt2019-08-132-3/+60
* surfaceless: Fix swrast-path segfault when loader doesn't know driver name.Eric Anholt2019-08-131-2/+3
* surfaceless: Fix swrast path.Eric Anholt2019-08-134-33/+26
* gitlab-ci: Move around which builds cover which swrast.Eric Anholt2019-08-131-14/+15
* meson: Don't require DRI classic swrast for OSMesa.Eric Anholt2019-08-131-3/+0
* panfrost: Implement transform feedbackAlyssa Rosenzweig2019-08-131-37/+217
* panfrost: Increment offsets[] per drawAlyssa Rosenzweig2019-08-132-0/+11
* panfrost: Fixup stream out information per variantAlyssa Rosenzweig2019-08-132-0/+9
* panfrost: Route outputs_written through the compilerAlyssa Rosenzweig2019-08-134-4/+12
* panfrost: Import stream out utility from irisAlyssa Rosenzweig2019-08-131-0/+40
* panfrost: Flush when using transform feedbackAlyssa Rosenzweig2019-08-131-0/+1
* panfrost: Set PIPE_CAP_TGSI_TEXCOORDAlyssa Rosenzweig2019-08-132-1/+6
* panfrost: Wire up statistics for primitivesAlyssa Rosenzweig2019-08-131-0/+26
* panfrost: Implement callbacks for PRIMITIVES queriesAlyssa Rosenzweig2019-08-132-15/+52
* freedreno/a6xx: move SSBO/image consts to IBO stateobjRob Clark2019-08-131-13/+10
* freedreno/a6xx: move VS driverparams to it's own stateobjRob Clark2019-08-132-5/+15
* freedreno/ir3+a6xx: same VBO state for draw/binningRob Clark2019-08-138-22/+150
* freedreno/a6xx: add fd_emit_take_group()Rob Clark2019-08-132-19/+17
* freedreno/ir3: track # of driver paramsRob Clark2019-08-133-11/+35
* freedreno/a6xx: move immediates to program stateobjRob Clark2019-08-132-6/+9
* freedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()Rob Clark2019-08-133-17/+53
* freedreno/ir3: push ctx further up call chainRob Clark2019-08-131-21/+22
* freedreno/ir3: move ring_wfi() further up call chainRob Clark2019-08-131-10/+8
* freedreno/all: move more emit helpers to screenRob Clark2019-08-139-24/+21
* freedreno/a3xx-a6xx+ir3: move emit_const* to screenRob Clark2019-08-137-19/+24
* freedreno/a6xx: add fd6_emit_init_screen()Rob Clark2019-08-133-0/+9
* freedreno/a5xx: add fd5_emit_init_screen()Rob Clark2019-08-133-0/+9
* freedreno/a3xx: add fd3_emit_init_screen()Rob Clark2019-08-133-0/+8
* freedreno/a2xx: add fd2_emit_init_screen()Rob Clark2019-08-133-0/+9
* freedreno/a4xx: add fd4_emit_init_screen()Rob Clark2019-08-133-0/+8
* freedreno/a2xx: call fd2_emit_ib() directly from fd2Rob Clark2019-08-133-8/+8