freedreno/ir3: we can't store immediate values
[mesa.git] / src / gallium / drivers / freedreno /
2016-04-05 Rob Clarkfreedreno/ir3: we can't store immediate values
2016-04-05 Rob Clarkfreedreno/ir3: add dumping for use/def/live-in/live-out
2016-04-05 Rob Clarkfreedreno/ir3: drop unused instr category arg
2016-04-05 Rob Clarkfreedreno/ir3: remove ir3_instruction::category
2016-04-05 Rob Clarkfreedreno/ir3: encode instruction category in opc_t
2016-03-28 Rob Clarkfreedreno/ir3: fix for load_front_face intrinsic
2016-03-28 Rob Clarkfreedreno/ir3: fix compiler warn
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-13 Rob Clarkfreedreno/ir3: lower extract_byte/word
2016-03-13 Rob Clarkfreedreno: OUT_RELOC vs OUT_RELOCW fixes
2016-03-13 Rob Clarkfreedreno/a4xx: hw binning
2016-03-13 Rob Clarkfreedreno/a4xx: use generated headers for draw initiator
2016-03-13 Rob Clarkfreedreno/a4xx: remove RB_RENDER_CONTROL patching
2016-03-13 Rob Clarkfreedreno: update generated headers
2016-03-13 Rob Clarkfreedreno/a3xx: move where we deal w/ binning FS
2016-03-13 Rob Clarkfreedreno/a4xx: move where we deal w/ binning FS
2016-03-13 Rob Clarkfreedreno/a3xx: constify the shader variants
2016-03-13 Rob Clarkfreedreno/a4xx: constify the shader variants
2016-03-13 Rob Clarkfreedreno/a3xx: remove duplicate mark of end of binning...
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-03-02 Rob Clarkfreedreno/ir3: enable shareable shaders
2016-03-02 Rob Clarkfreedreno/ir3: pass ctx to constant-emit code
2016-03-02 Rob Clarkfreedreno/ir3: add dev ptr to ir3_compiler
2016-02-29 Rob Herringfreedreno: drop unnecessary -Wno-packed-bitfield-compat
2016-02-29 Rob HerringAndroid: fix build break from nir/glsl move to compiler/
2016-02-17 Rob Clarkfreedreno: expose time-elapsed query
2016-02-17 Rob Clarkfreedreno/a4xx: implement time-elapsed query
2016-02-17 Rob Clarkfreedreno/a4xx: better occlusion/sample counting
2016-02-17 Rob Clarkfreedreno/query: fix refcnt'ing issue
2016-02-17 Rob Clarkfreedreno/query: some queries don't have ->begin_query()
2016-02-17 Rob Clarkfreedreno/query: align counter snapshot locations
2016-02-17 Rob Clarkfreedreno/query: add optional enable hook
2016-02-17 Rob Clarkfreedreno: query max gpu freq
2016-02-17 Rob Clarkfreedreno: update generated headers
2016-02-17 Rob Clarkfreedreno/ir3: fix new gcc6 errors
2016-02-16 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-10 Bernhard Rosenkränzerfreedreno/ir3: Get rid of nested functions
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarkfreedreno/ir3: use const_index helpers
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-01-30 Rob Clarkfreedreno/ir3: ignore clip-vertex varying
2016-01-30 Rob Clarkfreedreno/ir3: don't ignore local vars
2016-01-30 Rob Clarkfreedreno/ir3: handle tex instrs w/ const offset
2016-01-30 Rob Clarkfreedreno/ir3: support load_front_face intrinsic
2016-01-30 Rob Clarkfreedreno: limit string marker to max packet size
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-21 cstoutfreedreno/a4xx: Add support for adreno 430
2016-01-21 Christian Gmeinerfreedreno: make opc array static const
2016-01-21 Rob Clarkfreedreno: implement emit_string_marker
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-18 Rob Clarkfreedreno/a4xx: use smaller threadsize for more registers
2016-01-18 Rob Clarkfreedreno: per-generation OUT_IB packet
2016-01-17 Rob Clarkfreedreno/ir3: fix mad 3rd src delay calc
2016-01-16 Rob Clarkfreedreno/ir3: better array register allocation
2016-01-16 Rob Clarkfreedreno/ir3: array offset can be negative
2016-01-16 Rob Clarkfreedreno/ir3: workaround bug/feature
2016-01-16 Rob Clarkfreedreno/ir3: array rework
2016-01-16 Rob Clarkfreedreno/ir3: refactor/simplify cp
2016-01-16 Rob Clarkfreedreno/ir3: fix incorrect decoding of mov instructions
2016-01-16 Rob Clarkfreedreno/ir3: remove unused tgsi tokens ptr
2016-01-16 Rob Clarkfreedreno/ir3: bit of ra refactor
2016-01-16 Rob Clarkfreedreno/ir3: cosmetic de-indent
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-08 Ilia Mirkinfreedreno: add ir3_compiler to gitignore
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2016-01-03 Rob Clarkfreedreno/ir3: use NIR_PASS helper macros
2016-01-03 Rob Clarkfreedreno/ir3: we require block_index metadata
2016-01-03 Rob Clarkfreedreno/ir3: refactor NIR IR handling
2016-01-03 Rob Clarkfreedreno/ir3: drop unnecessary unreachable() case
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-23 Rob Clarkfreedreno/ir3: spelling..
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-18 Rob Herringfreedreno/ir3: fix 32-bit builds with pointer-to-int...
2015-12-15 Rob Clarkfreedreno/a4xx: fix fragcoord.z + fragdepth
2015-12-15 Rob Clarkfreedreno: update generated headers
2015-12-15 Rob Clarkfreedreno/ir3/cmdline: don't dump nir by default
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-09 Serge Martinfreedreno: little clean up in fd_create_surface
2015-12-09 Serge Martinfreedreno: change to goto fail
2015-12-09 Serge Martinfreedreno: fix bind_sampler_states when hwcso is NULL
2015-12-05 Rob Clarkfreedreno/ir3: nir shader prints with 'disasm' debug...
2015-12-04 Rob Clarkfreedreno/ir3: convert scheduler back to recursive...
2015-12-04 Rob Clarkfreedreno/ir3: don't reuse a0.x across blocks
next