2019-02-21 |
Kenneth Graunke | iris: actually destroy the cache |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: rewrite program cache to use u_upload_mgr |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: no NEW_SBA |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: shuffle comments |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: bits of WM key |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: move key pop to state module |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix SBA |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: use vtbl to avoid multiple symbols, fix state... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: softpin some things |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: drop const from prog data parameters |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: more comes from bits filled in |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: index buffer BO |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: WM. |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: initial gpu state |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: reorganize commands to match brw |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: don't forget about TE |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: convert IRIS_DIRTY_* to #defines |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: emit shader packets |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: actually save derived state |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: promote iris_program_cache_item to iris_compiled_... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: some shader bits |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: scissor slots |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: bind_state -> compute state |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: 3DPRIMITIVE fields |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix VF instancing length so we don't get garbage... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: vertex packet fixes |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix VBs |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix assert |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix indentation |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: hack to stop crashing on samplers for now |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: initialize dirty bits to ~0ull |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: actually advance forward when emitting commands |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: actually flush the commands |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: actually APPEND commands, not stomp over the... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: VB fixes |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: DEBUG=bat |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: VB addresses |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: reference VB BOs |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: so, sba then. |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: try and have an iris address |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: flag SBA updates when instruction BO changes |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: bit of SBA code |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: move MAX defines to iris_batch.h |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: kill iris_new_batch |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: make iris_batch target a particular ring |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: lower io |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: do the FS...asserts because we don't lower unifor... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: import program cache code |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: reworks, FS compile pieces |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: parse INTEL_DEBUG |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: draw->restart_index is uninitialized if PR is... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix bogus index buffer reference |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix prim type |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: msaa sample count packing problems |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: actually save VBs |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix/rework line stipple |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: init the batch! |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: delete iris_pipe.c, shuffle code around |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: disable execbuf for now |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: make an ice->render_batch field |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: drop unused field |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: shader debug log |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: maps |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: linear resources |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: some program code |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: basic push constant alloc |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: emit 3DSTATE_SAMPLER_STATE_POINTERS |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: sampler states |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: COLOR_CALC_STATE |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix crash - CSO binding can be NULL (when destroy... |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: some draw info, vbs, sample mask |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: a bit of depth |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: fix SF_CL length |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: don't segfault on !old_cso |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: framebuffers |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: stipples and vertex elements |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: sampler views |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: Surfaces! |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: SF_CLIP_VIEWPORT |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: scissors |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: RASTER + SF + some CLIP, fix DIRTY vs. NEW |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: initial gpu state, merges |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: merge pack |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: packing with valgrind. |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: initial render state upload |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: port over batchbuffer updates |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: viewport state, sort of |
commit | commitdiff | tree |
2019-02-21 |
Kenneth Graunke | iris: Initial commit of a new 'iris' driver for Intel... |
commit | commitdiff | tree |
2019-02-21 |
James Zhu | gallium/auxiliary/vl: Fix transparent issue on compute... |
commit | commitdiff | tree |
2019-02-21 |
Lionel Landwerlin | vulkan: add an overlay layer |
commit | commitdiff | tree |
2019-02-21 |
Lionel Landwerlin | imgui: make sure our copy of imgui doesn't clash with... |
commit | commitdiff | tree |
2019-02-21 |
Lionel Landwerlin | imgui: bump copy |
commit | commitdiff | tree |
2019-02-21 |
Lionel Landwerlin | build: move imgui out of src/intel/tools to be reused |
commit | commitdiff | tree |
2019-02-21 |
Jason Ekstrand | nir/lower_clip_cull: Fix an incorrect assert |
commit | commitdiff | tree |
2019-02-21 |
Jason Ekstrand | nir: Fix a compile warning |
commit | commitdiff | tree |
2019-02-21 |
Rob Clark | freedreno/a6xx: enable tiled images |
commit | commitdiff | tree |
2019-02-21 |
Alejandro Piñeiro | nir, glsl: move pixel_center_integer/origin_upper_left... |
commit | commitdiff | tree |
2019-02-21 |
Alejandro Piñeiro | blorp: introduce helper method blorp_nir_init_shader |
commit | commitdiff | tree |
2019-02-21 |
Alyssa Rosenzweig | panfrost: Verify and print brx condition in disasm |
commit | commitdiff | tree |
2019-02-21 |
Alyssa Rosenzweig | panfrost: Dynamically set discard branch targets |
commit | commitdiff | tree |
next |