Kenneth Graunke [Tue, 26 Jun 2018 17:02:46 +0000 (10:02 -0700)]
iris: fix provoking vertex ordering
had this backwards
Kenneth Graunke [Tue, 26 Jun 2018 14:31:56 +0000 (07:31 -0700)]
iris: maybe-flush before blorp operations
otherwise if we have a lot of back-to-back blorp operations we can
potentially overflow even the chained batch
Kenneth Graunke [Tue, 26 Jun 2018 08:00:37 +0000 (01:00 -0700)]
iris: lightmodel flat
Kenneth Graunke [Tue, 26 Jun 2018 07:28:52 +0000 (00:28 -0700)]
iris: implement copy image
Kenneth Graunke [Tue, 26 Jun 2018 07:17:36 +0000 (00:17 -0700)]
iris: fall back to u_generate_mipmap
It just does blits between layers, which is all we'd do anyway,
and it already should use BLORP because of iris_blit(). Plus it
handles 3D, which our code in i965 doesn't.
Kenneth Graunke [Mon, 25 Jun 2018 20:27:14 +0000 (13:27 -0700)]
iris: clear fix
Kenneth Graunke [Mon, 25 Jun 2018 15:23:40 +0000 (08:23 -0700)]
iris: shader dirty bits
Kenneth Graunke [Mon, 25 Jun 2018 15:25:22 +0000 (08:25 -0700)]
iris: rework DEBUG_REEMIT
don't want to have to special case this everywhere
Kenneth Graunke [Sun, 24 Jun 2018 22:16:34 +0000 (15:16 -0700)]
iris: clears
Kenneth Graunke [Sun, 24 Jun 2018 07:27:58 +0000 (00:27 -0700)]
iris: better boxing on maps
Kenneth Graunke [Sun, 24 Jun 2018 06:52:43 +0000 (23:52 -0700)]
iris: fix fragcoord ytransform
the TGSI in the name is a misnomer, it actually controls wpos_ytransform
lowering in NIR these days.
Kenneth Graunke [Sun, 24 Jun 2018 00:30:18 +0000 (17:30 -0700)]
iris: Disable unsupported mirror clamp modes
Kenneth Graunke [Sun, 24 Jun 2018 00:19:50 +0000 (17:19 -0700)]
iris: tidy comments about mirroring modes
Kenneth Graunke [Sat, 23 Jun 2018 19:48:37 +0000 (12:48 -0700)]
iris: iris - fix QWord aligned endings after batch chaining rework
I need to save the primary batch size after expanding it to include
MI_BATCH_BUFFER_END and the QWord padding NOP
Kenneth Graunke [Sat, 23 Jun 2018 19:31:17 +0000 (12:31 -0700)]
iris: colorize batchbuffer failures to make them stand out
Kenneth Graunke [Sat, 23 Jun 2018 19:18:11 +0000 (12:18 -0700)]
iris: bad inherited comments
Kenneth Graunke [Sat, 23 Jun 2018 19:13:03 +0000 (12:13 -0700)]
iris: Handle batch submission failure "better"
We used to not reset the batch, and just keep appending to it, so you'd
get the same invalid contents over and over.
I'd also really like to know about this, so aborting seems wise for now,
if not for the long term
Kenneth Graunke [Fri, 22 Jun 2018 16:57:45 +0000 (09:57 -0700)]
iris: don't always flush
Kenneth Graunke [Fri, 22 Jun 2018 16:57:36 +0000 (09:57 -0700)]
iris: print second batch size separately
Kenneth Graunke [Wed, 20 Jun 2018 23:11:08 +0000 (16:11 -0700)]
iris: actually init num_viewports
fixes regressions
Kenneth Graunke [Wed, 20 Jun 2018 23:07:05 +0000 (16:07 -0700)]
iris: scissor count fixes
Kenneth Graunke [Wed, 20 Jun 2018 23:03:43 +0000 (16:03 -0700)]
iris: fix VP iteration
Kenneth Graunke [Wed, 20 Jun 2018 22:57:46 +0000 (15:57 -0700)]
iris: fix num viewports to be based on programs
Kenneth Graunke [Wed, 20 Jun 2018 22:45:48 +0000 (15:45 -0700)]
iris: fix viewport counts and settings
seeing
set_viewport_state 0 1
set_viewport_state 1 15
which gives us a total of 16 viewports, updated incrementally
so keep old values around and update them...
Kenneth Graunke [Wed, 20 Jun 2018 22:35:10 +0000 (15:35 -0700)]
iris: max VP index
Kenneth Graunke [Wed, 20 Jun 2018 22:11:09 +0000 (15:11 -0700)]
iris: emit 3DSTATE_SBE_SWIZ
Kenneth Graunke [Wed, 20 Jun 2018 06:37:10 +0000 (23:37 -0700)]
iris: avoid crashing on unbound constant resources
instead, read from the workaround BO
Kenneth Graunke [Wed, 20 Jun 2018 04:46:56 +0000 (21:46 -0700)]
iris: fix caps so tests run again
Kenneth Graunke [Wed, 20 Jun 2018 02:22:47 +0000 (19:22 -0700)]
iris: fix major refcounting bug with resources
DONTBLOCK -> NULL was happening after taking a reference, causing those
to live forever
This resolves the OOM problems
Kenneth Graunke [Mon, 18 Jun 2018 18:30:23 +0000 (11:30 -0700)]
iris: support signed vertex buffer offsets
Kenneth Graunke [Mon, 18 Jun 2018 07:39:10 +0000 (00:39 -0700)]
iris: print refcounts in INTEL_DEBUG=submit
Kenneth Graunke [Mon, 18 Jun 2018 07:23:25 +0000 (00:23 -0700)]
iris: redo VB CSO a bit
Kenneth Graunke [Mon, 18 Jun 2018 05:22:03 +0000 (22:22 -0700)]
iris: print binder utilization in INTEL_DEBUG=submit
Kenneth Graunke [Mon, 18 Jun 2018 04:47:52 +0000 (21:47 -0700)]
iris: clean up some warnings so I can see through the noise
Kenneth Graunke [Sat, 16 Jun 2018 18:33:00 +0000 (11:33 -0700)]
iris: use pipe resources not direct BOs
Kenneth Graunke [Sat, 16 Jun 2018 17:41:38 +0000 (10:41 -0700)]
iris: indentation
Kenneth Graunke [Sat, 16 Jun 2018 17:39:33 +0000 (10:39 -0700)]
iris: don't leak keyboxes when searching for an existing program
Kenneth Graunke [Sat, 16 Jun 2018 17:39:26 +0000 (10:39 -0700)]
iris: don't leak sampler state table resources
Kenneth Graunke [Sat, 16 Jun 2018 17:15:24 +0000 (10:15 -0700)]
iris: rzalloc iris_compiled_shader so memcmp works even if padding creeps in
Kenneth Graunke [Sat, 16 Jun 2018 17:15:12 +0000 (10:15 -0700)]
iris: remove 4 bytes of padding in iris_compiled_shader
Kenneth Graunke [Sat, 16 Jun 2018 17:13:14 +0000 (10:13 -0700)]
iris: pc fixes
Kenneth Graunke [Sat, 16 Jun 2018 17:04:32 +0000 (10:04 -0700)]
iris: more leak fixes
Kenneth Graunke [Sat, 16 Jun 2018 16:56:59 +0000 (09:56 -0700)]
iris: plug leaks
Kenneth Graunke [Fri, 15 Jun 2018 19:44:59 +0000 (12:44 -0700)]
iris: clear dirty
Kenneth Graunke [Fri, 15 Jun 2018 23:22:58 +0000 (16:22 -0700)]
iris: some dirty fixes
two scissor bits, constants not being flagged, ZeroRTA, clip not being
flagged
Kenneth Graunke [Fri, 15 Jun 2018 19:33:58 +0000 (12:33 -0700)]
iris: bindings dirty tracking
Kenneth Graunke [Fri, 15 Jun 2018 19:20:54 +0000 (12:20 -0700)]
iris: flag DIRTY_WM properly
Kenneth Graunke [Wed, 13 Jun 2018 10:07:00 +0000 (03:07 -0700)]
iris: fix the validation list on new batches
Kenneth Graunke [Fri, 15 Jun 2018 18:55:28 +0000 (11:55 -0700)]
iris: save pointers to streamed state resources
will be used for cross-batch validation list fixing
Kenneth Graunke [Thu, 14 Jun 2018 22:51:59 +0000 (15:51 -0700)]
iris: put back the always flush - fixes some things :(
Kenneth Graunke [Wed, 13 Jun 2018 10:06:50 +0000 (03:06 -0700)]
iris: untested SAMPLER_STATE pin BO fix
Kenneth Graunke [Wed, 13 Jun 2018 09:15:40 +0000 (02:15 -0700)]
iris: delete some pointless STATIC_ASSERTS
these were useful when I was patching relocs
Kenneth Graunke [Sun, 10 Jun 2018 02:11:22 +0000 (19:11 -0700)]
iris: untested index buffer upload
Kenneth Graunke [Sat, 9 Jun 2018 07:01:09 +0000 (00:01 -0700)]
iris: state cleaning
Kenneth Graunke [Thu, 7 Jun 2018 09:28:56 +0000 (02:28 -0700)]
iris: comment about reemitting and flushing
Kenneth Graunke [Fri, 8 Jun 2018 08:28:16 +0000 (01:28 -0700)]
iris: allow mapped buffers during execution (faster)
Kenneth Graunke [Thu, 7 Jun 2018 22:33:52 +0000 (15:33 -0700)]
iris: disable __gen_validate_value in release mode
Kenneth Graunke [Thu, 7 Jun 2018 22:14:20 +0000 (15:14 -0700)]
iris: drop assert for now
Kenneth Graunke [Thu, 7 Jun 2018 08:54:29 +0000 (01:54 -0700)]
iris: fix release builds
Kenneth Graunke [Thu, 7 Jun 2018 08:45:47 +0000 (01:45 -0700)]
iris: better VFI
Chris Wilson [Fri, 8 Jun 2018 21:16:59 +0000 (22:16 +0100)]
iris: IndexFormat = size/2
brw uses:
IndexFormat = index_size >> 1
anv uses:
IndexFromat = index_type[index_size]
Kenneth Graunke [Thu, 7 Jun 2018 08:25:35 +0000 (01:25 -0700)]
iris: use u_transfer helpers for now
Kenneth Graunke [Thu, 7 Jun 2018 07:23:23 +0000 (00:23 -0700)]
iris: fix pull bufs that aren't the first user upload
Kenneth Graunke [Wed, 6 Jun 2018 21:56:10 +0000 (14:56 -0700)]
iris: fill out pull constant buffers
Kenneth Graunke [Wed, 6 Jun 2018 21:37:38 +0000 (14:37 -0700)]
iris: make surface states for cbufs
Kenneth Graunke [Wed, 6 Jun 2018 21:14:31 +0000 (14:14 -0700)]
iris: have more than one const_offset
Kenneth Graunke [Wed, 6 Jun 2018 18:59:17 +0000 (11:59 -0700)]
iris: completely rewrite binder
now we get a new one per batch, and flush if it fills up
Kenneth Graunke [Wed, 6 Jun 2018 09:16:52 +0000 (02:16 -0700)]
iris: better ubo handling
Chris Wilson [Sat, 2 Jun 2018 11:32:19 +0000 (12:32 +0100)]
iris: fix import from dri2/3
Kenneth Graunke [Tue, 29 May 2018 14:32:43 +0000 (07:32 -0700)]
iris: fix constant packet length to match i965
Kenneth Graunke [Tue, 29 May 2018 04:28:36 +0000 (21:28 -0700)]
iris: maybe slightly less boats uniforms
Kenneth Graunke [Tue, 29 May 2018 03:28:08 +0000 (20:28 -0700)]
iris: flush always
Kenneth Graunke [Tue, 29 May 2018 00:14:43 +0000 (17:14 -0700)]
iris: transfers
Kenneth Graunke [Mon, 21 May 2018 07:32:04 +0000 (00:32 -0700)]
iris: util_copy_framebuffer_state (ported from Rob's v3d patches)
Kenneth Graunke [Wed, 9 May 2018 07:35:14 +0000 (00:35 -0700)]
iris: fix VF INSTANCING length
Kenneth Graunke [Wed, 9 May 2018 06:52:07 +0000 (23:52 -0700)]
iris: more depth stuffs...
still missing stencil
Kenneth Graunke [Thu, 3 May 2018 05:26:03 +0000 (22:26 -0700)]
iris: fix 3DSTATE_VERTEX_ELEMENTS length
Kenneth Graunke [Thu, 3 May 2018 05:14:05 +0000 (22:14 -0700)]
iris: fix whitespace
Kenneth Graunke [Thu, 3 May 2018 05:11:54 +0000 (22:11 -0700)]
iris: Lower the max number of decoded VBO lines
saint foo, vbo lines!
Kenneth Graunke [Thu, 3 May 2018 05:01:10 +0000 (22:01 -0700)]
iris: fix decoding and undo testing code
Kenneth Graunke [Thu, 3 May 2018 04:52:34 +0000 (21:52 -0700)]
iris: fix batch chaining...
don't chain a batch just for the end
Kenneth Graunke [Thu, 3 May 2018 04:52:26 +0000 (21:52 -0700)]
iris: caps
Kenneth Graunke [Thu, 3 May 2018 02:54:23 +0000 (19:54 -0700)]
iris: chaining not growing
Kenneth Graunke [Wed, 2 May 2018 21:28:27 +0000 (14:28 -0700)]
iris: just turn batch reset_and_clear_caches into reset
Kenneth Graunke [Wed, 2 May 2018 17:44:46 +0000 (10:44 -0700)]
iris: delete growing code and just die for now
we need proper batch chaining. without relocations, we can't grow,
since we've only allocated so much VMA for the batch, and the mechanism
only works if we can pin it at the old address
Kenneth Graunke [Sat, 28 Apr 2018 23:55:54 +0000 (16:55 -0700)]
iris: blorp bug fixes
I wrote this earlier, but it got lost somehow...
Kenneth Graunke [Fri, 27 Apr 2018 07:07:43 +0000 (00:07 -0700)]
iris: properly reject formats, fixes RGB32 rendering with texture float
Kenneth Graunke [Fri, 27 Apr 2018 06:42:16 +0000 (23:42 -0700)]
iris: proper # of uniforms
or at least closer...we were using bytes, we want 256-bit units...
Kenneth Graunke [Fri, 27 Apr 2018 06:42:10 +0000 (23:42 -0700)]
iris: proper length for VE packet?
Kenneth Graunke [Thu, 26 Apr 2018 20:42:20 +0000 (13:42 -0700)]
iris: uniforms for VS
Kenneth Graunke [Thu, 26 Apr 2018 06:47:06 +0000 (23:47 -0700)]
iris: bump GL version to 4.2
Kenneth Graunke [Wed, 25 Apr 2018 22:25:33 +0000 (15:25 -0700)]
iris: some depth stuff :(
Kenneth Graunke [Wed, 25 Apr 2018 06:38:10 +0000 (23:38 -0700)]
iris: assert surf init
Kenneth Graunke [Tue, 24 Apr 2018 18:26:49 +0000 (11:26 -0700)]
iris: no more drawing rectangle in blorp
there's some bug here as Jason's patches for only emitting 3DS_DR once
got reverted by Mark later on, apparently they regressed MSAA tests.
need to sort that out.
Kenneth Graunke [Mon, 23 Apr 2018 20:26:06 +0000 (13:26 -0700)]
iris: blorp URB
Kenneth Graunke [Mon, 23 Apr 2018 18:01:00 +0000 (11:01 -0700)]
iris: make blorp pin the binder
Kenneth Graunke [Mon, 23 Apr 2018 04:44:46 +0000 (21:44 -0700)]
iris: linear staging buffers - fast CPU access...
Kenneth Graunke [Mon, 23 Apr 2018 04:44:40 +0000 (21:44 -0700)]
iris: hacky flushing for now
Kenneth Graunke [Mon, 23 Apr 2018 04:31:07 +0000 (21:31 -0700)]
iris: drop the 48b printout, we never use anything else
Kenneth Graunke [Mon, 23 Apr 2018 04:29:43 +0000 (21:29 -0700)]
iris: add INTEL_DEBUG=reemit