aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-232-2/+2
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* freedreno: support start param for sampler views/statesRob Clark2016-06-142-33/+23
* freedreno: only do extra vertex-buffer state logic on a2xxRob Clark2016-06-141-8/+10
* freedreno: use util_copy_constant_buffer() helperRob Clark2016-06-141-6/+2
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+1
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* freedreno/ir3: do idiv lowering after main opt loopRob Clark2016-06-031-16/+27
* freedreno: fix bad bitshift warningsRob Clark2016-06-021-0/+2
* freedreno: assume builtin shaders do compileRob Clark2016-06-021-1/+2
* freedreno/a4xx: silence coverity warningRob Clark2016-06-021-0/+6
* freedreno/a3xx+a4xx: fix potential null ptr derefRob Clark2016-06-022-2/+4
* freedreno/ir3: fix coverity warningRob Clark2016-06-021-1/+3
* freedreno/ir3: use nir_shader_get_entrypoint() helperRob Clark2016-06-021-10/+1
* freedreno/a4xx: fix incorrect enum typeRob Clark2016-06-021-1/+1
* freedreno: fix coverity negative array index warningRob Clark2016-06-021-0/+2
* freedreno: fix dereference before null checkRob Clark2016-06-021-2/+1
* freedreno/a3xx: only update/emit bordercolor state when neededRob Clark2016-06-023-17/+27
* freedreno/a4xx: only update/emit bordercolor state when neededRob Clark2016-06-023-17/+26
* freedreno: make sure we pick up ir3_nir_trig.py in the release tarballEmil Velikov2016-05-301-0/+1
* compiler: Move glsl_to_nir to libglsl.laJason Ekstrand2016-05-261-1/+1
* freedreno/ir3: cmdline compiler for glslRob Clark2016-05-252-14/+77
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* freedreno/ir3: disable cp for indirect src'sRob Clark2016-05-231-0/+9
* freedreno/ir3: need to lower fmod tooRob Clark2016-05-201-0/+2
* freedreno/ir3: fix compiler warningRob Clark2016-05-171-0/+1
* freedreno/ir3: small standalone compiler cleanupRob Clark2016-05-151-2/+1
* freedreno/ir3: lower fdivRob Clark2016-05-151-0/+1
* freedreno/ir3: handle VARYING_SLOT_PNTCRob Clark2016-05-151-0/+12
* freedreno/ir3: disable TGSI specific hacks in nir caseRob Clark2016-05-154-2/+7
* freedreno/ir3: add support for NIR as preferred IRRob Clark2016-05-156-18/+61
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* nir/algebraic: Separate ffma lowering from fusingJason Ekstrand2016-05-111-0/+1
* freedreno: fix multi-layer transfer_map'sRob Clark2016-05-111-1/+1
* freedreno/ir3: size input/output arrays properlyRob Clark2016-05-101-3/+14
* freedreno/ir3: lower lrp when operating with double operandsSamuel Iglesias Gonsálvez2016-05-101-0/+1
* freedreno/ir3: fix fallout from new block iteratorsRob Clark2016-05-091-1/+1
* freedreno/ir3: allow for additional VS sysval inputsRob Clark2016-05-091-2/+5
* ir3: fixup for new nir_foreach_block()Connor Abbott2016-05-051-30/+21
* freedreno: remove null check before freeThomas Hindoe Paaboel Andersen2016-05-051-2/+1
* freedreno: allow ctx->draw_vbo to failRob Clark2016-05-045-30/+37
* freedreno: move shader-stage dirty bits to global dirty flagRob Clark2016-05-048-59/+41
* freedreno/a4xx: fix bogus offset for f32x24s8 stencil restoreRob Clark2016-05-041-4/+5
* freedreno: add some debug_asserts() to catch insane offsetsRob Clark2016-05-041-0/+2
* freedreno/a4xx: deal with VS which do not write positionRob Clark2016-05-041-0/+7
* freedreno/ir3: remove a couple redundant is_flow()sRob Clark2016-05-042-2/+2
* freedreno/ir3: cp small negative integers tooRob Clark2016-05-041-1/+2
* freedreno/ir3: fix # of registersRob Clark2016-05-041-1/+1