freedreno/ir3: fix register usage calculations
[mesa.git] / src / gallium / drivers /
2015-03-08 Rob Clarkfreedreno/ir3: fix register usage calculations
2015-03-08 Rob Clarkfreedreno/ir3: couple tweaks for cmdline compiler
2015-03-08 Rob Clarkfreedreno/ir3: split up ssa_dst
2015-03-08 Rob Clarkfreedreno/ir3: fix failed assert in grouping
2015-03-07 Mark Janesr300g: Fix build, invalid extern "C" around header...
2015-03-07 Mark Janesnouveau: Fix build, invalid extern "C" around header...
2015-03-07 Ilia Mirkinnv50,nvc0: remove bogus 64_FLOAT formats
2015-03-06 Chia-I Wuilo: clarify valid and preferred tilings
2015-03-06 Chia-I Wuilo: clean up Gen6 WAs
2015-03-06 Chia-I Wuilo: add generic ilo_render_3dprimitive()
2015-03-06 Chia-I Wuilo: add generic ilo_render_pipe_control()
2015-03-06 Chia-I Wuilo: fix padding of linear sampler views
2015-03-06 Chia-I Wuilo: do not check for interleaved_samples
2015-03-05 Chia-I Wuilo: enable L3 cache in MOCS
2015-03-05 Chia-I Wuilo: track if a ilo_view_surface is a scanout
2015-03-05 Chia-I Wuilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
2015-03-05 Rob Clarkfreedreno/ir3: fix silly typo for binning pass shaders
2015-03-05 Chia-I Wuilo: add more convenient intel_bo_{ref,unref}()
2015-03-05 Chia-I Wuilo: add intel_bo_set_tiling()
2015-03-05 Chia-I Wuilo: replace intel_tiling_mode by gen_surface_tiling
2015-03-05 Chia-I Wuilo: update genhw headers
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-04 Chia-I Wuilo: improve WA handling in rectlist path
2015-03-04 Chia-I Wuilo: clean up Gen7.5 WAs
2015-03-04 Chia-I Wuilo: add ILO_DEBUG=hang
2015-03-04 Chia-I Wuilo: add some more winsys functions
2015-03-04 Matt Turnerr300g: Check return value of snprintf().
2015-03-04 Matt Turnerr300g: Use PATH_MAX instead of limiting ourselves to...
2015-03-04 Rob Clarkfreedreno/ir3: fix old compiler after f6b2e8af742
2015-03-04 Jose Fonsecasvga: Set MSVC2013 compat flags.
2015-03-04 Jose Fonsecasoftpipe,trace: Set MSVC 2008 compat flags.
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-03 Rob Clarkfreedreno/a4xx: re-enable int (conditional on glsl130)
2015-03-03 Rob Clarkfreedreno/ir3: handle flat bypass for a4xx
2015-03-03 Rob Clarkfreedreno/ir3: add support for memory (cat6) instructions
2015-03-03 Rob Clarkfreedreno/ir3: fix up cat6 instruction encodings
2015-03-03 Rob Clarkfreedreno/a3xx,a4xx: silence some warnings
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-02 Jose Fonsecaidentity: Remove.
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Tom Stellardradeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-27 Vinson Leer300g/tests: Include stdio.h.
2015-02-27 Brian Paulradeon/compiler: include stdio.h
2015-02-26 Brian Paulr300g: remove dependency on compiler.h
2015-02-25 Rob Clarkfreedreno: drop ARRAY_SIZE macro
2015-02-24 Marek Olšákr600g,radeonsi: fix streamout after pipeline stats...
2015-02-24 Marek Olšákradeonsi: small cleanup around current_rast_prim
2015-02-24 Marek Olšákradeonsi: set current_rast_prim in the right place
2015-02-24 Marek Olšákradeonsi: simplify obtaining a shader property in si_em...
2015-02-24 Marek Olšákradeonsi: only preload VertexID for the GS copy shader
2015-02-24 Marek Olšákradeonsi: dump the shader key when dumping shaders
2015-02-24 Marek Olšákr600g,radeonsi: cleanup of hex literals
2015-02-24 Marek Olšákradeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0
2015-02-24 Glenn Kennardr600g: Implement GL_ARB_draw_indirect for EG/CM
2015-02-24 Rob Clarkfreedreno/a4xx: aniso filtering
2015-02-24 Rob Clarkfreedreno: update generated headers
2015-02-24 Rob Clarkfreedreno/a4xx: add ARB_instanced_arrays support
2015-02-24 Rob Clarkfreedreno/a4xx: handle index_bias (i.e. base_vertex)
2015-02-24 Rob Clarkfreedreno/a4xx: add support for vertexid and instanceid...
2015-02-24 Rob Clarkfreedreno/a4xx: pass number of instances to draw
2015-02-24 Eric Anholtvc4: Update to current kernel sources.
2015-02-24 Eric Anholtr600: Fix build after 984f3069370cd4a347cb38269d430b428...
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-23 Marek Olšákradeonsi: fix a warning caused by previous commit
2015-02-23 Marek Olšákradeonsi: fix point sprites
2015-02-21 Rob Clarkfreedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
2015-02-21 Rob Clarkfreedreno: update generated headers
2015-02-21 Rob Clarkfreedreno/a4xx: bit of cleanup
2015-02-21 Rob Clarkfreedreno: implement fence
2015-02-21 Rob Clarkfreedreno/a2xx: fix increment in assert
2015-02-21 Chia-I Wuilo: R32G32B32_FLOAT need no special care on Gen8+
2015-02-21 Chia-I Wuilo: 128 BPP formats can use TiledY on Gen7.5+
2015-02-21 Ilia Mirkinnvc0: enable double support
2015-02-21 Ilia Mirkinnvc0/ir: remove merge/split pairs to allow normal propa...
2015-02-21 Ilia Mirkinnvc0/ir: add support for new TGSI double opcodes
2015-02-21 Ilia Mirkinnvc0/ir: handle zero and negative sqrt arguments
2015-02-21 Ilia Mirkinnvc0/ir: no instruction can load a double immediate
2015-02-21 Ilia Mirkinnvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
2015-02-21 Ilia Mirkingm107/ir: fix F2F flipped stype/dtype flags
2015-02-21 Ilia Mirkingm107/ir: fix DSET boolean float flag
2015-02-21 Ilia Mirkingm107/ir: fix DMUL opcode encoding
2015-02-21 Ilia Mirkingk110/ir: add emission of dadd/dmul/dmad opcodes
2015-02-21 Ilia Mirkinnvc0/ir: add emission of dadd/dmul/dmad opcodes, fix...
2015-02-20 Marek Olšákgallium/radeon: fix an uninitialized-variable warning
2015-02-20 Ilia Mirkingallium: add new double-related shader caps to all...
2015-02-20 Brian Paulsvga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED...
2015-02-20 Marek Olšákradeonsi: don't use SQC_CACHES to flush ICACHE and...
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-20 Eric Anholtvc4: Move qir_uniform() and the constant-value versions...
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...
2015-02-20 Eric Anholtvc4: Rename add_uniform() to qir_uniform().
2015-02-20 Eric Anholtvc4: Shut up runtime warnings about new pipe caps.
2015-02-20 Ilia Mirkinnv50: add PIPELINE_STATISTICS query support, based...
2015-02-20 Ilia Mirkinsvga: add missing :
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-02-19 Ilia Mirkinfreedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMO...
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ARB_instanced_arrays support
2015-02-19 Ilia Mirkinfreedreno/a3xx: add support for vertexid and instanceid...
next