mesa.git
2019-02-21 Kenneth Graunkeiris: some shader bits
2019-02-21 Kenneth Graunkeiris: scissor slots
2019-02-21 Kenneth Graunkeiris: bind_state -> compute state
2019-02-21 Kenneth Graunkeiris: 3DPRIMITIVE fields
2019-02-21 Kenneth Graunkeiris: fix VF instancing length so we don't get garbage...
2019-02-21 Kenneth Graunkeiris: vertex packet fixes
2019-02-21 Kenneth Graunkeiris: fix VBs
2019-02-21 Kenneth Graunkeiris: fix assert
2019-02-21 Kenneth Graunkeiris: fix indentation
2019-02-21 Kenneth Graunkeiris: hack to stop crashing on samplers for now
2019-02-21 Kenneth Graunkeiris: initialize dirty bits to ~0ull
2019-02-21 Kenneth Graunkeiris: actually advance forward when emitting commands
2019-02-21 Kenneth Graunkeiris: actually flush the commands
2019-02-21 Kenneth Graunkeiris: actually APPEND commands, not stomp over the...
2019-02-21 Kenneth Graunkeiris: VB fixes
2019-02-21 Kenneth Graunkeiris: DEBUG=bat
2019-02-21 Kenneth Graunkeiris: VB addresses
2019-02-21 Kenneth Graunkeiris: reference VB BOs
2019-02-21 Kenneth Graunkeiris: so, sba then.
2019-02-21 Kenneth Graunkeiris: try and have an iris address
2019-02-21 Kenneth Graunkeiris: flag SBA updates when instruction BO changes
2019-02-21 Kenneth Graunkeiris: bit of SBA code
2019-02-21 Kenneth Graunkeiris: move MAX defines to iris_batch.h
2019-02-21 Kenneth Graunkeiris: kill iris_new_batch
2019-02-21 Kenneth Graunkeiris: make iris_batch target a particular ring
2019-02-21 Kenneth Graunkeiris: lower io
2019-02-21 Kenneth Graunkeiris: do the FS...asserts because we don't lower unifor...
2019-02-21 Kenneth Graunkeiris: import program cache code
2019-02-21 Kenneth Graunkeiris: reworks, FS compile pieces
2019-02-21 Kenneth Graunkeiris: parse INTEL_DEBUG
2019-02-21 Kenneth Graunkeiris: draw->restart_index is uninitialized if PR is...
2019-02-21 Kenneth Graunkeiris: fix bogus index buffer reference
2019-02-21 Kenneth Graunkeiris: fix prim type
2019-02-21 Kenneth Graunkeiris: msaa sample count packing problems
2019-02-21 Kenneth Graunkeiris: actually save VBs
2019-02-21 Kenneth Graunkeiris: fix/rework line stipple
2019-02-21 Kenneth Graunkeiris: init the batch!
2019-02-21 Kenneth Graunkeiris: delete iris_pipe.c, shuffle code around
2019-02-21 Kenneth Graunkeiris: disable execbuf for now
2019-02-21 Kenneth Graunkeiris: make an ice->render_batch field
2019-02-21 Kenneth Graunkeiris: drop unused field
2019-02-21 Kenneth Graunkeiris: shader debug log
2019-02-21 Kenneth Graunkeiris: maps
2019-02-21 Kenneth Graunkeiris: linear resources
2019-02-21 Kenneth Graunkeiris: some program code
2019-02-21 Kenneth Graunkeiris: basic push constant alloc
2019-02-21 Kenneth Graunkeiris: emit 3DSTATE_SAMPLER_STATE_POINTERS
2019-02-21 Kenneth Graunkeiris: sampler states
2019-02-21 Kenneth Graunkeiris: COLOR_CALC_STATE
2019-02-21 Kenneth Graunkeiris: fix crash - CSO binding can be NULL (when destroy...
2019-02-21 Kenneth Graunkeiris: some draw info, vbs, sample mask
2019-02-21 Kenneth Graunkeiris: a bit of depth
2019-02-21 Kenneth Graunkeiris: fix SF_CL length
2019-02-21 Kenneth Graunkeiris: don't segfault on !old_cso
2019-02-21 Kenneth Graunkeiris: framebuffers
2019-02-21 Kenneth Graunkeiris: stipples and vertex elements
2019-02-21 Kenneth Graunkeiris: sampler views
2019-02-21 Kenneth Graunkeiris: Surfaces!
2019-02-21 Kenneth Graunkeiris: SF_CLIP_VIEWPORT
2019-02-21 Kenneth Graunkeiris: scissors
2019-02-21 Kenneth Graunkeiris: RASTER + SF + some CLIP, fix DIRTY vs. NEW
2019-02-21 Kenneth Graunkeiris: initial gpu state, merges
2019-02-21 Kenneth Graunkeiris: merge pack
2019-02-21 Kenneth Graunkeiris: packing with valgrind.
2019-02-21 Kenneth Graunkeiris: initial render state upload
2019-02-21 Kenneth Graunkeiris: port over batchbuffer updates
2019-02-21 Kenneth Graunkeiris: viewport state, sort of
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...
2019-02-21 James Zhugallium/auxiliary/vl: Fix transparent issue on compute...
2019-02-21 Lionel Landwerlinvulkan: add an overlay layer
2019-02-21 Lionel Landwerlinimgui: make sure our copy of imgui doesn't clash with...
2019-02-21 Lionel Landwerlinimgui: bump copy
2019-02-21 Lionel Landwerlinbuild: move imgui out of src/intel/tools to be reused
2019-02-21 Jason Ekstrandnir/lower_clip_cull: Fix an incorrect assert
2019-02-21 Jason Ekstrandnir: Fix a compile warning
2019-02-21 Rob Clarkfreedreno/a6xx: enable tiled images
2019-02-21 Alejandro Piñeironir, glsl: move pixel_center_integer/origin_upper_left...
2019-02-21 Alejandro Piñeiroblorp: introduce helper method blorp_nir_init_shader
2019-02-21 Alyssa Rosenzweigpanfrost: Verify and print brx condition in disasm
2019-02-21 Alyssa Rosenzweigpanfrost: Dynamically set discard branch targets
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Emit extended branches
2019-02-21 Alyssa Rosenzweigpanfrost: Rectify doubleplusungood extended branch
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Fix nested/chained if-else
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Refactor tag lookahead code
2019-02-21 Alyssa Rosenzweigpanfrost: Implement pantrace (command stream dump)
2019-02-21 Alyssa Rosenzweigpanfrost: Add pandecode (command stream debugger)
2019-02-21 Alyssa Rosenzweigpanfrost: Stub out separate stencil functions
2019-02-21 Marek Olšákradeonsi: use SDMA for uploading data through const_upl...
2019-02-21 Marek Olšákgallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with...
2019-02-21 Marek Olšákgallium/u_threaded: always unmap const_uploader
2019-02-21 Marek Olšákst/mesa: always unmap the uploader in st_atom_array.c
2019-02-21 Jason Ekstrandnir/xfb: Handle compact arrays in gather_xfb_info
2019-02-21 Jason Ekstrandnir/xfb: Work in terms of components rather than slots
2019-02-21 Jason Ekstrandnir: Rewrite lower_clip_cull_distance_arrays to do...
2019-02-21 Jason Ekstrandnir/xfb: Properly align 64-bit values
2019-02-21 Jason Ekstrandcompiler/types: Add a contains_64bit helper
2019-02-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: use ldib for ssbo reads
2019-02-20 Rob Clarkfreedreno/ir3: sync instr/disasm and add ldib encoding
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: fix load_ssbo barrier type.
next