radeonsi: merge si_pipe_shader into si_shader
[mesa.git] / src / gallium / drivers / ilo /
2014-09-24 Emil Velikovgallium/ilo: add automake target 'template'
2014-09-23 Chia-I Wuilo: rework pipeline workarounds
2014-09-23 Chia-I Wuilo: remove handle_invalid_batch_bo()
2014-09-23 Chia-I Wuilo: make gen6_pipeline_update_max_svbi() static
2014-09-22 Chia-I Wuilo: clean up fallback path for primitive restart
2014-09-22 Chia-I Wuilo: handle conditional rendering in the context
2014-09-22 Chia-I Wuilo: create the pipeline from the builder
2014-09-22 Chia-I Wuilo: move aperture checks out of pipeline
2014-09-22 Chia-I Wuilo: flush before setting SOL_RESET
2014-09-22 Chia-I Wuilo: move size estimation check out of pipeline
2014-09-21 Chia-I Wuilo: use a single list for queries
2014-09-21 Chia-I Wuilo: replace software queries by hardware ones
2014-09-21 Chia-I Wuilo: support prim queries in ilo_3d_pipeline_emit_query()
2014-09-21 Chia-I Wuilo: add ilo_3d_pipeline_emit_query()
2014-09-21 Chia-I Wuilo: rework query support
2014-09-21 Chia-I Wuilo: clarify cp owning/releasing
2014-09-20 Chia-I Wuilo: add a pointer to builder in ilo_3d_pipeline
2014-09-20 Chia-I Wuilo: add a helper for RECTLIST blitter
2014-09-20 Chia-I Wuilo: no direct ilo_context access in BLT blitter
2014-09-20 Chia-I Wuilo: fix headers in Makefile.sources
2014-09-20 Chia-I Wuilo: add a new struct for context states
2014-09-20 Chia-I Wuilo: merge ilo_gpe.h to ilo_state*.h
2014-09-20 Chia-I Wuilo: rename ilo_gpe_gen*.[ch]
2014-09-20 Chia-I Wuilo: make ilo_fence opaque
2014-09-19 Chia-I Wuilo: rename ILO_DEBUG=3d
2014-09-19 Chia-I Wuilo: rename ilo_cp_flush()
2014-09-19 Chia-I Wuilo: remove ilo_cp_empty()
2014-09-19 Chia-I Wuilo: simplify ilo_cp_set_owner()
2014-09-15 Chia-I Wuilo: clean up 3D/media functions
2014-09-15 Chia-I Wuilo: fix gen6_3DSTATE_MULTISAMPLE()
2014-09-13 Chia-I Wuilo: trust vertex element count more
2014-09-13 Chia-I Wuilo: simplify src operand gathering in disassembler
2014-09-13 Chia-I Wuilo: derive 3-src instructions from the opcode table
2014-09-13 Chia-I Wuilo: clean up 3DPRIMITIVE functions
2014-09-13 Chia-I Wuilo: clean up 3D/media common functions
2014-09-13 Chia-I Wuilo: move 3D functions to ilo_builder_3d*.h
2014-09-13 Chia-I Wuilo: move media functions to ilo_builder_media.h
2014-09-13 Chia-I Wuilo: move GPE common functions to ilo_builder_render.h
2014-09-12 Chia-I Wuilo: fix builder size checks for BLT buffer clear/copy
2014-09-12 Chia-I Wuilo: reduce BLT function parameters
2014-09-12 Chia-I Wuilo: clean up BLT functions
2014-09-12 Chia-I Wuilo: clean up MI functions
2014-09-12 Chia-I Wuilo: move BLT functions to ilo_builder_blt.h
2014-09-12 Chia-I Wuilo: move MI functions to ilo_builder_mi.h
2014-09-12 Chia-I Wuilo: add ILO_DEV_ASSERT()
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-09-12 Chia-I Wuilo: add GEN_EXTRACT() and GEN_SHIFT32()
2014-09-12 Chia-I Wuilo: remove ILO_GEN_GET_MAJOR()
2014-09-12 Chia-I Wuilo: careful with empty fb state in ilo_gpe_set_fb()
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-12 Chia-I Wuilo: fix a compile error with -Werror=format-security
2014-09-11 Chia-I Wuilo: add a new disassembler
2014-09-11 Chia-I Wuilo: update genhw headers
2014-09-09 Emil Velikovilo: add ilo_builder.h to the sources list
2014-09-09 Chia-I Wuilo: remove unused ilo_cp functions
2014-09-09 Chia-I Wuilo: convert GPE GEN6 command functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert GPE GEN7 command functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert GPE state functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert GPE surface functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert BLT to use ilo_builder
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-09-09 Chia-I Wuilo: add a builder for building BOs for submission
2014-09-09 Chia-I Wuilo: make toy_compiler_disassemble() more useful
2014-09-05 Emil Velikovgallium/ilo: ship all files in the tarball
2014-08-31 Chia-I Wuilo: set INTEL_RELOC_GGTT only on GEN6
2014-08-31 Chia-I Wuilo: fix bound check for 3DSTATE_URB_VS
2014-08-31 Chia-I Wuilo: replace cmd by dw0 in GPE
2014-08-28 Emil Velikovgallium/ilo: cleanup intel_winsys.h
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-26 Chia-I Wuilo: use genhw command opcodes
2014-08-26 Chia-I Wuilo: rename intel_bo_map_unsynchronized()
2014-08-26 Chia-I Wuilo: remove max_batch_size
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-19 Chia-I Wuilo: fix PIPE_CAP_VIDEO_MEMORY
2014-08-19 Chia-I Wuilo: enable HiZ in more cases on GEN6
2014-08-19 Chia-I Wuilo: remove layer offsetting
2014-08-19 Chia-I Wuilo: migrate to ilo_layout
2014-08-19 Chia-I Wuilo: add new resource layout code
2014-08-19 Emil Velikovilo: fold drm_intel_get_aperture_sizes() within probe_w...
2014-08-15 Emil Velikovgallium/ilo: handle query_renderer caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-08 Chia-I Wuilo: break down the format table
2014-07-29 Chia-I Wuilo: fix fb height of HiZ ops
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-28 Chia-I Wuilo: correctly propagate resource renames to hardware
2014-07-28 Chia-I Wuilo: add ilo_resource_get_bo() helper
2014-07-28 Chia-I Wuilo: unblock an inline write with a staging bo
2014-07-28 Chia-I Wuilo: try unblocking a transfer with a staging bo
2014-07-28 Chia-I Wuilo: enable persistent and coherent transfers
2014-07-28 Chia-I Wuilo: drop ptr from ilo_transfer
2014-07-28 Chia-I Wuilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
2014-07-28 Chia-I Wuilo: drop unused context param from transfer functions
2014-07-28 Chia-I Wuilo: tidy up transfer mapping/unmapping
2014-07-28 Chia-I Wuilo: tidy up choose_transfer_method()
2014-07-28 Chia-I Wuilo: free transfers with util_slab_free()
2014-07-26 Chia-I Wuilo: simplify ilo_flush()
2014-07-24 Chia-I Wuilo: check the tilings of imported handles
next