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
/
Makefile.sources
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: remove ilo_buffer
Chia-I Wu
2015-06-26
1
-1
/
+0
*
ilo: introduce ilo_vma
Chia-I Wu
2015-06-26
1
-2
/
+3
*
ilo: move ilo_format.[ch] out of core
Chia-I Wu
2015-06-22
1
-2
/
+2
*
ilo: add ilo_state_surface_valid_format()
Chia-I Wu
2015-06-22
1
-0
/
+1
*
ilo: add ilo_state_compute
Chia-I Wu
2015-06-22
1
-0
/
+2
*
ilo: remove missing ilo_fence.h from the sources list
Emil Velikov
2015-06-18
1
-1
/
+0
*
ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]
Chia-I Wu
2015-06-15
1
-2
/
+0
*
ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
Chia-I Wu
2015-06-15
1
-1
/
+0
*
ilo: add ilo_state_ps
Chia-I Wu
2015-06-15
1
-0
/
+1
*
ilo: add ilo_state_{vs,hs,ds,gs}
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_sbe
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_vf
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_urb
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_sol
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_cc
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_raster
Chia-I Wu
2015-06-15
1
-0
/
+2
*
ilo: add ilo_state_viewport
Chia-I Wu
2015-06-14
1
-0
/
+2
*
ilo: add ilo_state_sampler
Chia-I Wu
2015-06-14
1
-0
/
+2
*
ilo: add ilo_state_surface
Chia-I Wu
2015-06-14
1
-0
/
+2
*
ilo: add ilo_state_zs
Chia-I Wu
2015-06-14
1
-0
/
+2
*
ilo: move command builder to core
Chia-I Wu
2015-05-02
1
-10
/
+10
*
ilo: move ilo_state_3d* to core
Chia-I Wu
2015-05-02
1
-3
/
+3
*
ilo: add ilo_buffer.h to core
Chia-I Wu
2015-05-02
1
-0
/
+1
*
ilo: move ilo_layout.[ch] to core as ilo_image.[ch]
Chia-I Wu
2015-05-02
1
-2
/
+2
*
ilo: add ilo_format.[ch] to core
Chia-I Wu
2015-05-02
1
-2
/
+2
*
ilo: add ilo_fence.h to core
Chia-I Wu
2015-05-02
1
-0
/
+1
*
ilo: add ilo_dev_init() to core
Chia-I Wu
2015-05-02
1
-0
/
+1
*
ilo: add ilo_dev.h to core
Chia-I Wu
2015-05-02
1
-0
/
+1
*
ilo: add ilo_debug.[ch] to core
Chia-I Wu
2015-05-02
1
-0
/
+2
*
ilo: add ilo_core.h to core
Chia-I Wu
2015-05-02
1
-0
/
+1
*
ilo: move intel_winsys.h to core
Chia-I Wu
2015-05-02
1
-1
/
+1
*
ilo: update draw command emission for Gen8
Chia-I Wu
2015-02-12
1
-0
/
+1
*
ilo: use top/bottom split for state functions
Chia-I Wu
2014-11-10
1
-3
/
+3
*
ilo: add two missing headers to the sources list
Emil Velikov
2014-11-06
1
-0
/
+2
*
ilo: add ilo_render_emit_launch_grid()
Chia-I Wu
2014-11-06
1
-0
/
+1
*
ilo: make ilo_render_emit_draw() direct
Chia-I Wu
2014-09-26
1
-1
/
+0
*
ilo: clean up draw and rectlist state emission
Chia-I Wu
2014-09-26
1
-0
/
+2
*
ilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]
Chia-I Wu
2014-09-26
1
-6
/
+6
*
ilo: rename ilo_3d.[ch] to ilo_draw.[ch]
Chia-I Wu
2014-09-26
1
-2
/
+2
*
ilo: fix headers in Makefile.sources
Chia-I Wu
2014-09-20
1
-5
/
+4
*
ilo: merge ilo_gpe.h to ilo_state*.h
Chia-I Wu
2014-09-20
1
-1
/
+0
*
ilo: rename ilo_gpe_gen*.[ch]
Chia-I Wu
2014-09-20
1
-3
/
+3
*
ilo: move 3D functions to ilo_builder_3d*.h
Chia-I Wu
2014-09-13
1
-1
/
+3
*
ilo: move media functions to ilo_builder_media.h
Chia-I Wu
2014-09-13
1
-0
/
+1
*
ilo: move GPE common functions to ilo_builder_render.h
Chia-I Wu
2014-09-13
1
-0
/
+1
*
ilo: move BLT functions to ilo_builder_blt.h
Chia-I Wu
2014-09-12
1
-0
/
+1
*
ilo: move MI functions to ilo_builder_mi.h
Chia-I Wu
2014-09-12
1
-0
/
+1
*
ilo: add ilo_builder.h to the sources list
Emil Velikov
2014-09-09
1
-0
/
+1
*
ilo: make ilo_cp based on ilo_builder
Chia-I Wu
2014-09-09
1
-1
/
+0
*
ilo: add a builder for building BOs for submission
Chia-I Wu
2014-09-09
1
-0
/
+2
[next]