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_3d.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: rename ilo_3d.[ch] to ilo_draw.[ch]
Chia-I Wu
2014-09-26
1
-701
/
+0
*
ilo: clean up fallback path for primitive restart
Chia-I Wu
2014-09-22
1
-160
/
+74
*
ilo: handle conditional rendering in the context
Chia-I Wu
2014-09-22
1
-46
/
+1
*
ilo: create the pipeline from the builder
Chia-I Wu
2014-09-22
1
-1
/
+1
*
ilo: move aperture checks out of pipeline
Chia-I Wu
2014-09-22
1
-5
/
+63
*
ilo: flush before setting SOL_RESET
Chia-I Wu
2014-09-22
1
-0
/
+8
*
ilo: move size estimation check out of pipeline
Chia-I Wu
2014-09-22
1
-2
/
+10
*
ilo: use a single list for queries
Chia-I Wu
2014-09-21
1
-64
/
+7
*
ilo: replace software queries by hardware ones
Chia-I Wu
2014-09-21
1
-45
/
+39
*
ilo: add ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
1
-48
/
+7
*
ilo: rework query support
Chia-I Wu
2014-09-21
1
-260
/
+237
*
ilo: clarify cp owning/releasing
Chia-I Wu
2014-09-21
1
-0
/
+8
*
ilo: add a helper for RECTLIST blitter
Chia-I Wu
2014-09-20
1
-1
/
+40
*
ilo: add a new struct for context states
Chia-I Wu
2014-09-20
1
-17
/
+18
*
ilo: rename ILO_DEBUG=3d
Chia-I Wu
2014-09-19
1
-3
/
+0
*
ilo: rename ilo_cp_flush()
Chia-I Wu
2014-09-19
1
-4
/
+4
*
ilo: simplify ilo_cp_set_owner()
Chia-I Wu
2014-09-19
1
-54
/
+47
*
ilo: use an accessor for dev->gen
Chia-I Wu
2014-09-12
1
-3
/
+3
*
ilo: convert GPE GEN7 command functions to use ilo_builder
Chia-I Wu
2014-09-09
1
-0
/
+15
*
ilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
Chia-I Wu
2014-09-09
1
-67
/
+3
*
ilo: make ilo_cp based on ilo_builder
Chia-I Wu
2014-09-09
1
-1
/
+1
*
ilo: replace domains by reloc flags
Chia-I Wu
2014-08-26
1
-1
/
+1
*
ilo: add support for PIPE_QUERY_PIPELINE_STATISTICS
Chia-I Wu
2014-03-10
1
-0
/
+88
*
ilo: require hardware logical context support
Chia-I Wu
2014-03-10
1
-4
/
+0
*
ilo: move ring types to winsys
Chia-I Wu
2014-03-10
1
-2
/
+2
*
ilo: replace bo alloc flags by initial domains
Chia-I Wu
2014-03-10
1
-1
/
+1
*
ilo: remove intel_bo_get_virtual()
Chia-I Wu
2014-03-10
1
-6
/
+3
*
ilo: resolve Z/HiZ correctly
Chia-I Wu
2014-01-08
1
-0
/
+3
*
ilo: add HiZ op support to the pipelines
Chia-I Wu
2014-01-08
1
-1
/
+1
*
ilo: add ILO_DEBUG=flush
Chia-I Wu
2013-08-20
1
-2
/
+2
*
ilo: add ILO_DEBUG=draw
Chia-I Wu
2013-08-20
1
-0
/
+16
*
ilo: skip 3DSTATE_INDEX_BUFFER when possible
Chia-I Wu
2013-07-14
1
-7
/
+7
*
ilo: use shorter names for dirty flags
Chia-I Wu
2013-06-28
1
-2
/
+2
*
ilo: avoid potential dangling pointer dereference
Chia-I Wu
2013-06-28
1
-0
/
+3
*
ilo: support PIPE_CAP_USER_INDEX_BUFFERS
Chia-I Wu
2013-06-26
1
-7
/
+14
*
ilo: make pipe_draw_info a context state
Chia-I Wu
2013-06-26
1
-14
/
+11
*
ilo: honor render condition in blitter
Chia-I Wu
2013-06-25
1
-8
/
+7
*
ilo: rework shader cache
Chia-I Wu
2013-06-19
1
-10
/
+66
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-1
/
+3
*
ilo: mapping a resource may make some states dirty
Chia-I Wu
2013-06-13
1
-7
/
+0
*
ilo: get rid of function tables in winsys
Chia-I Wu
2013-06-12
1
-9
/
+9
*
ilo: switch to ilo states for VF stage
Chia-I Wu
2013-06-07
1
-10
/
+6
*
ilo: Initialize need_flush in draw_vbo.
Vinson Lee
2013-05-23
1
-1
/
+1
*
ilo: avoid unnecessary emission of SO states
Chia-I Wu
2013-05-22
1
-7
/
+12
*
ilo: replace cp hooks by cp owner and flush callback
Chia-I Wu
2013-05-21
1
-129
/
+147
*
ilo: harware contexts are only for the render ring
Chia-I Wu
2013-05-21
1
-1
/
+1
*
ilo: Add support for HW primitive restart.
Courtney Goeltzenleuchter
2013-05-10
1
-0
/
+192
*
ilo: use ilo_dev_info in GPE and 3D pipeline
Chia-I Wu
2013-05-01
1
-2
/
+2
*
ilo: add ilo_dev_info shared by the screen and contexts
Chia-I Wu
2013-05-01
1
-1
/
+1
*
ilo: add support for time/occlusion/primitive queries
Chia-I Wu
2013-04-26
1
-0
/
+257
[next]