nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately
[mesa.git] / src / gallium / drivers / ilo /
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtilo: Drop the explicit intialization of gaps in TGSI...
2014-11-16 Marek Olšákgallium: remove unused pipe_viewport_state::translate...
2014-11-11 Chia-I Wuilo: clean up gen6_3DSTATE_SF()
2014-11-11 Chia-I Wuilo: clean up gen7_3DSTATE_STREAMOUT()
2014-11-11 Chia-I Wuilo: rework gen7_3DSTATE_SO_DECL_LIST()
2014-11-11 Chia-I Wuilo: add 3DSTATE_SO_BUFFER variants
2014-11-11 Chia-I Wuilo: add gen6_3dstate_constant()
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_{HS,DS}
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_GS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_VS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_PS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_WM
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_CLIP
2014-11-11 Chia-I Wuilo: prefix 3DSTATE_VF with gen75
2014-11-10 Chia-I Wuilo: derive fb blending caps at bind time
2014-11-10 Chia-I Wuilo: remove inlined state functions
2014-11-10 Chia-I Wuilo: use top/bottom split for state functions
2014-11-07 Chia-I Wuilo: tidy up message descriptor decoding
2014-11-07 Chia-I Wuilo: decode INTERFACE_DESCRIPTOR_DATA
2014-11-06 Emil Velikovilo: add two missing headers to the sources list
2014-11-06 Chia-I Wuilo: let ilo_shader_compile_cs() return a dummy shader
2014-11-06 Chia-I Wuilo: hook up launch_grid()
2014-11-06 Chia-I Wuilo: add ilo_render_emit_launch_grid()
2014-11-06 Chia-I Wuilo: improve media command helpers
2014-11-06 Chia-I Wuilo: disassemble DP DC messages
2014-11-06 Chia-I Wuilo: disassemble TS messages
2014-11-06 Chia-I Wuilo: update genhw headers for media pipeline
2014-11-06 Chia-I Wuilo: add ilo_finalize_compute_states()
2014-11-06 Chia-I Wuilo: use a dynamic array for global bindings
2014-11-06 Chia-I Wuilo: add kernel queries for compute shaders
2014-11-06 Chia-I Wuilo: fix compute params
2014-11-06 Chia-I Wuilo: add eu_count and thread_count to ilo_dev_info
2014-10-25 Chia-I Wuilo: improve blob decoding
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-14 Chia-I Wuilo: clear writer pointer after unmapping
2014-10-11 Chia-I Wuilo: disassemble compacted instructions
2014-10-08 Chia-I Wuilo: fix rectlist on GEN7+
2014-10-06 Chia-I Wuilo: let shaders determine surface counts
2014-10-04 Chia-I Wuilo: let shaders determine sampler counts
2014-09-30 Chia-I Wuilo: fix format of edge flag pointer
2014-09-30 Chia-I Wuilo: add a pass to finalize ilo_ve_state
2014-09-30 Chia-I Wuilo: precalculate aligned depth buffer size
2014-09-30 Chia-I Wuilo: use dynamic bo for rectlist vertices
2014-09-29 Chia-I Wuilo: fix a missing 'else'
2014-09-26 Chia-I Wuilo: give gen6_draw_session a better prefix
2014-09-26 Chia-I Wuilo: make ilo_render opaque
2014-09-26 Chia-I Wuilo: make ilo_render_emit_draw() direct
2014-09-26 Chia-I Wuilo: make ilo_render_emit_rectlist() direct
2014-09-26 Chia-I Wuilo: clean up draw and rectlist state emission
2014-09-26 Chia-I Wuilo: sanity check ilo_render_get_*_len()
2014-09-26 Chia-I Wuilo: simplify ilo_render_get_query_len()
2014-09-26 Chia-I Wuilo: make ilo_render_emit_query() direct
2014-09-26 Chia-I Wuilo: make ilo_render_emit_flush() direct
2014-09-26 Chia-I Wuilo: simplify ilo_render invalidation
2014-09-26 Chia-I Wuilo: add ilo_builder_{dynamic,surface}_used()
2014-09-26 Chia-I Wuilo: rename state buffer to dynamic buffer
2014-09-26 Chia-I Wuilo: constify ilo_render in ilo_render_get_sample_posit...
2014-09-26 Chia-I Wuilo: rename 3d_pipeline to render
2014-09-26 Chia-I Wuilo: remove struct ilo_3d
2014-09-26 Chia-I Wuilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]
2014-09-26 Chia-I Wuilo: rename ilo_3d.[ch] to ilo_draw.[ch]
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
next