ilo: add BLT-based blitting methods to ilo_blitter
[mesa.git] / src / gallium / drivers / ilo /
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-14 Chia-I Wuilo: fix for half-float vertex arrays
2013-06-14 Chia-I Wuilo: add some assertions to help debugging
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
2013-06-13 Chia-I Wuilo: re-emit states that involve resources
2013-06-13 Chia-I Wuilo: fix for util_blitter_clear() changes
2013-06-12 Chia-I Wuilo: update winsys interface
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-12 Chia-I Wuilo: access bo size directly
2013-06-12 Chia-I Wuilo: remove unnecessary tex_set_bo/buf_set_bo
2013-06-07 Chia-I Wuilo: fix textureSize() for single-layered array textures
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuilo: advertise PIPE_CAP_CUBE_MAP_ARRAY
2013-06-07 Chia-I Wuilo: add support for TEX2/TXB2/TXL2 in fs
2013-06-07 Chia-I Wuilo: use slab allocator for transfers
2013-06-07 Chia-I Wuilo: clean up states upon context destroy
2013-06-07 Chia-I Wuilo: unmap cp bo before destroying it
2013-06-07 Chia-I Wuilo: enable bo reuse
2013-06-07 Chia-I Wuilo: construct 3DSTATE_SF in create_rasterizer_state()
2013-06-07 Chia-I Wuilo: construct 3DSTATE_CLIP in create_rasterizer_state()
2013-06-07 Chia-I Wuilo: use emit_SURFACE_STATE() for render targets
2013-06-07 Chia-I Wuilo: use emit_SURFACE_STATE() for constant buffers
2013-06-07 Chia-I Wuilo: add emit_SURFACE_STATE() for sampler views
2013-06-07 Chia-I Wuilo: add ilo_view_surface for SURFACE_STATE
2013-06-07 Courtney Goeltzenl... ilo: convert generic depth-stencil-alpha pipe state...
2013-06-07 Chia-I Wuilo: introduce vertex element CSO
2013-06-07 Chia-I Wuilo: simplify emit_3DSTATE_DEPTH_BUFFER()
2013-06-07 Chia-I Wuilo: introduce blend CSO
2013-06-07 Chia-I Wuilo: introduce sampler CSO
2013-06-07 Chia-I Wuilo: construct SCISSOR_RECT in set_scissor_states()
2013-06-07 Chia-I Wuilo: introduce viewport CSO
2013-06-07 Chia-I Wuilo: switch to ilo states for shaders and resources
2013-06-07 Chia-I Wuilo: switch to ilo states for CC stage
2013-06-07 Chia-I Wuilo: switch to ilo states for WM stage
2013-06-07 Chia-I Wuilo: switch to ilo states for CLIP and SF stages
2013-06-07 Chia-I Wuilo: switch to ilo states for SOL stage
2013-06-07 Chia-I Wuilo: switch to ilo states for VF stage
2013-06-07 Chia-I Wuilo: move hardware limits to ilo_gpe.h
2013-05-30 Courtney Goeltzenl... ilo: simplify shader variant handling
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-27 Chia-I Wuilo: enable multiple constant buffers
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-27 Chia-I Wuilo: add support for TBOs on GEN6
2013-05-27 Chia-I Wuilo: advertise supports for pure integer formats
2013-05-27 Chia-I Wuilo: add support for texture buffer objects
2013-05-23 Vinson Leeilo: Initialize need_flush in draw_vbo.
2013-05-22 Chia-I Wuilo: set more fields of 3DSTATE_DEPTH_BUFFER
2013-05-22 Chia-I Wuilo: correctly set view extent in SURFACE_STATE
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states
2013-05-21 Chia-I Wuilo: use BLT engine to copy between textures
2013-05-21 Chia-I Wuilo: use BLT engine to copy between buffers
2013-05-21 Chia-I Wuilo: refactor blitter_xy_color_blt()
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-21 Chia-I Wuilo: update format mappings
2013-05-21 Chia-I Wuilo: update headers from i965
2013-05-16 Chia-I Wuilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+
2013-05-16 Chia-I Wuilo: add support for stencil resources on GEN7+
2013-05-15 Chia-I Wuilo: clean up transfer format conversion
2013-05-15 Chia-I Wuilo: rework transfer mapping method choosing
2013-05-15 Chia-I Wuilo: refactor transfer mapping
2013-05-15 Chia-I Wuilo: no writeback without PIPE_TRANSFER_WRITE
2013-05-15 Chia-I Wuilo: minor cleanups for transfers
2013-05-15 Chia-I Wuilo: simplify ilo_texture_get_slice_offset()
2013-05-14 Chia-I Wuilo: rework ilo_texture
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
2013-05-14 Chia-I Wuilo: move transfer-related functions to a new file
2013-05-10 Vinson Leeilo: Initialize read_back in transfer_map_sys.
2013-05-09 Courtney Goeltzenl... ilo: Add support for HW primitive restart.
2013-05-09 Chia-I Wuilo: add support for PIPE_FORMAT_ETC1_RGB8
2013-05-09 Chia-I Wuilo: support mapping with a staging system buffer
2013-05-09 Chia-I Wuilo: allow for different mapping methods
2013-05-09 Chia-I Wuilo: allow bo format to differ from that requested
2013-05-08 Chia-I Wuilo: remove our own type inference
2013-05-08 Chia-I Wuilo: use tgsi_util_get_texture_coord_dim()
2013-05-07 Vinson Leeilo: Add missing break statement in aos_tex TGSI_OPCODE...
2013-05-06 Chia-I Wuandroid: add ilo to the build system
2013-05-05 Chia-I Wuilo: correctly set return types of sampler messages
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-03 Chia-I Wuilo: use u_reduced_prims_for_vertices()
2013-05-01 Chia-I Wuilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
2013-05-01 Chia-I Wuilo: enable SO support on GEN7
2013-05-01 Chia-I Wuilo: reset SO write offsets for new SO targets
2013-05-01 Chia-I Wuilo: correctly program SO states for GEN7
2013-05-01 Chia-I Wuilo: implement GEN7 SO GPE functions
2013-05-01 Chia-I Wuilo: add gen6_pipeline_update_max_svbi()
2013-05-01 Chia-I Wuilo: expose register indices of OUTs in ilo_shader
2013-05-01 Chia-I Wuilo: allow one-off flags to be specified for CP
2013-05-01 Chia-I Wuilo: fix tiling/size for special-purpose resources
2013-05-01 Chia-I Wuilo: use UMS layout for render targets
2013-05-01 Chia-I Wuilo: support and prefer compact array spacing
2013-05-01 Chia-I Wuilo: move device limits to ilo_dev_info or to GPEs
2013-05-01 Chia-I Wuilo: use ilo_dev_info in toy compiler
2013-05-01 Chia-I Wuilo: use ilo_dev_info in GPE and 3D pipeline
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-05-01 Chia-I Wuilo: fix indentation of ilo_gpe_gen*.h
next