summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/ilo_state.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-29gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+4
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+2
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-3/+2
2016-06-20gallium: make image_view constRob Clark1-1/+1
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-05-03ilo: s/Elements/ARRAY_SIZE/Brian Paul1-9/+9
2016-02-15gallium: make image views non-persistent objectsIlia Mirkin1-1/+1
2016-01-02u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák1-1/+1
2016-01-02u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák1-2/+2
2015-07-16gallium: add interface for writable shader imagesMarek Olšák1-4/+6
2015-06-26ilo: replace pipe_format by gen_surface_formatChia-I Wu1-1/+7
2015-06-26ilo: always use the specified image formatChia-I Wu1-1/+1
2015-06-26ilo: replace pipe_texture_target by gen_surface_typeChia-I Wu1-2/+8
2015-06-26ilo: introduce ilo_vmaChia-I Wu1-64/+42
2015-06-22ilo: emit 3DPRIMITIVE from gen6_3dprimitive_infoChia-I Wu1-13/+45
2015-06-22ilo: move ilo_format.[ch] out of coreChia-I Wu1-1/+1
2015-06-20ilo: add ilo_state_sol_bufferChia-I Wu1-9/+24
2015-06-20ilo: add ilo_state_index_bufferChia-I Wu1-0/+13
2015-06-20ilo: add ilo_state_vertex_bufferChia-I Wu1-2/+34
2015-06-20ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vfChia-I Wu1-2/+6
2015-06-20ilo: add 3DSTATE_VF to ilo_state_vfChia-I Wu1-5/+27
2015-06-20ilo: embed pipe_index_buffer in ilo_ib_stateChia-I Wu1-31/+29
2015-06-15ilo: add ilo_state_raster_{line,poly}_stippleChia-I Wu1-1/+17
2015-06-15ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]Chia-I Wu1-2/+105
2015-06-15ilo: add ilo_state_ps to ilo_shader_csoChia-I Wu1-1/+1
2015-06-15ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_csoChia-I Wu1-0/+4
2015-06-15ilo: embed ilo_state_sbe in ilo_shaderChia-I Wu1-1/+1
2015-06-15ilo: embed ilo_state_vf in ilo_ve_stateChia-I Wu1-51/+71
2015-06-15ilo: embed ilo_state_urb in ilo_state_vectorChia-I Wu1-0/+55
2015-06-15ilo: embed ilo_state_cc in ilo_blend_stateChia-I Wu1-6/+322
2015-06-15ilo: embed ilo_state_raster in ilo_rasterizer_stateChia-I Wu1-2/+187
2015-06-15ilo: embed ilo_state_viewport in ilo_viewport_stateChia-I Wu1-12/+53
2015-06-15ilo: replace ilo_sampler_cso with ilo_state_samplerChia-I Wu1-2/+181
2015-06-15ilo: replace ilo_view_surface with ilo_state_surfaceChia-I Wu1-48/+91
2015-06-15ilo: replace ilo_zs_surface with ilo_state_zsChia-I Wu1-10/+33
2015-06-14ilo: add pipe_texture_target to ilo_imageChia-I Wu1-6/+4
2015-06-14ilo: fix "Render Cache Read Write Mode"Chia-I Wu1-7/+3
2015-05-02ilo: use ilo_image exclusively in coreChia-I Wu1-14/+16
2015-05-02ilo: move ilo_state_3d* to coreChia-I Wu1-1/+1
2015-05-02ilo: move ilo_layout.[ch] to core as ilo_image.[ch]Chia-I Wu1-1/+1
2015-05-02ilo: rename ilo_dev_info to ilo_devChia-I Wu1-12/+12
2015-03-06ilo: replace intel_tiling_mode by gen_surface_tilingChia-I Wu1-1/+1
2014-11-10ilo: use top/bottom split for state functionsChia-I Wu1-1/+1
2014-11-06ilo: add ilo_finalize_compute_states()Chia-I Wu1-0/+34
2014-11-06ilo: use a dynamic array for global bindingsChia-I Wu1-14/+49
2014-10-04ilo: let shaders determine sampler countsChia-I Wu1-12/+0
2014-09-30ilo: add a pass to finalize ilo_ve_stateChia-I Wu1-0/+58
2014-09-20ilo: add a new struct for context statesChia-I Wu1-220/+229
2014-09-20ilo: merge ilo_gpe.h to ilo_state*.hChia-I Wu1-0/+1