| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT | Marek Olšák | 2015-10-20 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_SHAREABLE_SHADERS | Marek Olšák | 2015-10-20 | 1 | -0/+1 |
* | glsl: (mostly) remove libglsl_util | Rob Clark | 2015-10-16 | 1 | -2/+1 |
* | freedreno: add debug option to dirty state after draw | Rob Clark | 2015-10-15 | 3 | -2/+7 |
* | freedreno/a3xx: cache-flush is needed after MEM_WRITE | Rob Clark | 2015-10-15 | 3 | -5/+14 |
* | glsl: move shader_enums into nir | Rob Clark | 2015-10-09 | 3 | -2/+2 |
* | gallium: add per-sample interpolation control into rasterizer statOAe | Marek Olšák | 2015-10-03 | 1 | -0/+1 |
* | freedreno/ir3: use nir two-sided-color lowering | Rob Clark | 2015-09-18 | 1 | -21/+3 |
* | freedreno/ir3: lower txp/clamp in NIR | Rob Clark | 2015-09-18 | 1 | -26/+30 |
* | freedreno/ir3: add --gpu arg to cmdline compiler | Rob Clark | 2015-09-17 | 1 | -1/+10 |
* | freedreno/a4xx: wire up ucp support | Rob Clark | 2015-09-17 | 1 | -0/+1 |
* | freedreno/ir3: add support for ucp | Rob Clark | 2015-09-17 | 4 | -13/+80 |
* | freedreno/ir3: convert from tgsi semantic/index to varying-slot | Rob Clark | 2015-09-17 | 7 | -193/+234 |
* | freedreno/ir3: switch to shader_enums.h interp constants | Rob Clark | 2015-09-17 | 4 | -41/+20 |
* | freedreno/a3xx: use NUM_USER_CLIP_PLANES helper instead of magic number | Ilia Mirkin | 2015-09-16 | 1 | -1/+2 |
* | freedreno/a3xx: fix blending of L8 format | Ilia Mirkin | 2015-09-16 | 1 | -0/+2 |
* | freedreno/a3xx: add support for dual-source blending | Ilia Mirkin | 2015-09-16 | 7 | -6/+32 |
* | gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*. | Eric Anholt | 2015-09-16 | 1 | -23/+38 |
* | freedreno: one screen to rule them all | Rob Clark | 2015-09-16 | 2 | -0/+11 |
* | freedreno/ir3: use NIR to lower ffract instead of tgsi_lowering | Rob Clark | 2015-09-16 | 1 | -1/+1 |
* | freedreno/a4xx: more texture formats | Rob Clark | 2015-09-15 | 1 | -7/+8 |
* | freedreno/a4xx: border-color support | Rob Clark | 2015-09-15 | 4 | -2/+31 |
* | freedreno/a4xx: wire up texture clamp lowering | Rob Clark | 2015-09-15 | 2 | -20/+80 |
* | freedreno: helper for a3xx/a4xx border-colors | Rob Clark | 2015-09-15 | 4 | -67/+99 |
* | freedreno: update generated headers | Rob Clark | 2015-09-15 | 5 | -17/+37 |
* | gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported | Ilia Mirkin | 2015-09-13 | 1 | -0/+1 |
* | freedreno/ir3: fix compile warn after 1807a08e | Rob Clark | 2015-09-13 | 1 | -0/+1 |
* | freedreno/ir3: fix compile break after a4aa25be | Rob Clark | 2015-09-13 | 1 | -2/+1 |
* | freedreno/a3xx: implement half-z clipping | Ilia Mirkin | 2015-08-29 | 3 | -2/+4 |
* | freedreno/a3xx: add basic clip plane support | Ilia Mirkin | 2015-08-29 | 3 | -1/+24 |
* | nir: Convert the builder to use the new NIR cursor API. | Kenneth Graunke | 2015-08-27 | 1 | -1/+1 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 6 | -6/+6 |
* | freedreno/ir3: fix compile break after splitting out nir_control_flow.h | Rob Clark | 2015-08-25 | 1 | -0/+1 |
* | freedreno/ir3: fix compile break after fxn->start_block removal | Rob Clark | 2015-08-25 | 1 | -1/+1 |
* | freedreno/a4xx: formats update | Rob Clark | 2015-08-24 | 1 | -5/+5 |
* | freedreno: update generated headers | Rob Clark | 2015-08-24 | 5 | -5/+8 |
* | util/ra: Make allocating conflict lists optional | Jason Ekstrand | 2015-08-18 | 1 | -1/+1 |
* | freedreno: use fd_pipe_wait_timeout() | Rob Clark | 2015-08-18 | 2 | -21/+1 |
* | freedreno: fence fix | Rob Clark | 2015-08-18 | 3 | -4/+8 |
* | freedreno/a3xx: add s3tc texture format support | Ilia Mirkin | 2015-08-17 | 1 | -0/+9 |
* | freedreno/a3xx: fix up logic for handling block formats | Ilia Mirkin | 2015-08-17 | 3 | -5/+7 |
* | freedreno/a3xx: double the polygon offset value | Ilia Mirkin | 2015-08-17 | 1 | -1/+1 |
* | freedreno/a3xx: add per-texture seamless cubemap control | Ilia Mirkin | 2015-08-16 | 2 | -1/+2 |
* | freedreno/a4xx: add cube map array support | Ilia Mirkin | 2015-08-15 | 4 | -4/+14 |
* | freedreno/a4xx: fix srgb render targets | Rob Clark | 2015-08-15 | 3 | -8/+22 |
* | freedreno: update generated headers | Rob Clark | 2015-08-15 | 5 | -14/+30 |
* | freedreno: expose OES exts for float linear filtering | Ilia Mirkin | 2015-08-14 | 1 | -2/+4 |
* | gallium: add an interface for EXT_depth_bounds_test | Marek Olšák | 2015-08-14 | 1 | -0/+1 |
* | gallium: add support for GLES texture float extensions (v3) | Marek Olšák | 2015-08-14 | 1 | -0/+2 |
* | freedreno/a4xx: format updates | Rob Clark | 2015-08-12 | 1 | -4/+4 |