index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
ilo
/
ilo_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
u_upload_mgr: pass alignment to u_upload_buffer manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-2
/
+2
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-4
/
+6
*
ilo: replace pipe_format by gen_surface_format
Chia-I Wu
2015-06-26
1
-1
/
+7
*
ilo: always use the specified image format
Chia-I Wu
2015-06-26
1
-1
/
+1
*
ilo: replace pipe_texture_target by gen_surface_type
Chia-I Wu
2015-06-26
1
-2
/
+8
*
ilo: introduce ilo_vma
Chia-I Wu
2015-06-26
1
-64
/
+42
*
ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
Chia-I Wu
2015-06-22
1
-13
/
+45
*
ilo: move ilo_format.[ch] out of core
Chia-I Wu
2015-06-22
1
-1
/
+1
*
ilo: add ilo_state_sol_buffer
Chia-I Wu
2015-06-20
1
-9
/
+24
*
ilo: add ilo_state_index_buffer
Chia-I Wu
2015-06-20
1
-0
/
+13
*
ilo: add ilo_state_vertex_buffer
Chia-I Wu
2015-06-20
1
-2
/
+34
*
ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf
Chia-I Wu
2015-06-20
1
-2
/
+6
*
ilo: add 3DSTATE_VF to ilo_state_vf
Chia-I Wu
2015-06-20
1
-5
/
+27
*
ilo: embed pipe_index_buffer in ilo_ib_state
Chia-I Wu
2015-06-20
1
-31
/
+29
*
ilo: add ilo_state_raster_{line,poly}_stipple
Chia-I Wu
2015-06-15
1
-1
/
+17
*
ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]
Chia-I Wu
2015-06-15
1
-2
/
+105
*
ilo: add ilo_state_ps to ilo_shader_cso
Chia-I Wu
2015-06-15
1
-1
/
+1
*
ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
Chia-I Wu
2015-06-15
1
-0
/
+4
*
ilo: embed ilo_state_sbe in ilo_shader
Chia-I Wu
2015-06-15
1
-1
/
+1
*
ilo: embed ilo_state_vf in ilo_ve_state
Chia-I Wu
2015-06-15
1
-51
/
+71
*
ilo: embed ilo_state_urb in ilo_state_vector
Chia-I Wu
2015-06-15
1
-0
/
+55
*
ilo: embed ilo_state_cc in ilo_blend_state
Chia-I Wu
2015-06-15
1
-6
/
+322
*
ilo: embed ilo_state_raster in ilo_rasterizer_state
Chia-I Wu
2015-06-15
1
-2
/
+187
*
ilo: embed ilo_state_viewport in ilo_viewport_state
Chia-I Wu
2015-06-15
1
-12
/
+53
*
ilo: replace ilo_sampler_cso with ilo_state_sampler
Chia-I Wu
2015-06-15
1
-2
/
+181
*
ilo: replace ilo_view_surface with ilo_state_surface
Chia-I Wu
2015-06-15
1
-48
/
+91
*
ilo: replace ilo_zs_surface with ilo_state_zs
Chia-I Wu
2015-06-15
1
-10
/
+33
*
ilo: add pipe_texture_target to ilo_image
Chia-I Wu
2015-06-14
1
-6
/
+4
*
ilo: fix "Render Cache Read Write Mode"
Chia-I Wu
2015-06-14
1
-7
/
+3
*
ilo: use ilo_image exclusively in core
Chia-I Wu
2015-05-02
1
-14
/
+16
*
ilo: move ilo_state_3d* to core
Chia-I Wu
2015-05-02
1
-1
/
+1
*
ilo: move ilo_layout.[ch] to core as ilo_image.[ch]
Chia-I Wu
2015-05-02
1
-1
/
+1
*
ilo: rename ilo_dev_info to ilo_dev
Chia-I Wu
2015-05-02
1
-12
/
+12
*
ilo: replace intel_tiling_mode by gen_surface_tiling
Chia-I Wu
2015-03-06
1
-1
/
+1
*
ilo: use top/bottom split for state functions
Chia-I Wu
2014-11-10
1
-1
/
+1
*
ilo: add ilo_finalize_compute_states()
Chia-I Wu
2014-11-06
1
-0
/
+34
*
ilo: use a dynamic array for global bindings
Chia-I Wu
2014-11-06
1
-14
/
+49
*
ilo: let shaders determine sampler counts
Chia-I Wu
2014-10-04
1
-12
/
+0
*
ilo: add a pass to finalize ilo_ve_state
Chia-I Wu
2014-09-30
1
-0
/
+58
*
ilo: add a new struct for context states
Chia-I Wu
2014-09-20
1
-220
/
+229
*
ilo: merge ilo_gpe.h to ilo_state*.h
Chia-I Wu
2014-09-20
1
-0
/
+1
*
ilo: remove layer offsetting
Chia-I Wu
2014-08-19
1
-4
/
+4
*
ilo: migrate to ilo_layout
Chia-I Wu
2014-08-19
1
-1
/
+1
*
ilo: correctly propagate resource renames to hardware
Chia-I Wu
2014-07-28
1
-10
/
+26
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-2
/
+6
*
ilo: handle NULL renderbuffers correctly
Chia-I Wu
2014-01-14
1
-2
/
+3
*
ilo: offset to layers only when necessary
Chia-I Wu
2014-01-08
1
-15
/
+4
*
ilo: allow ilo_zs_surface to skip layer offsetting
Chia-I Wu
2014-01-08
1
-3
/
+3
*
ilo: allow ilo_view_surface to skip layer offsetting
Chia-I Wu
2014-01-08
1
-1
/
+1
[next]