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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: rename 3d_pipeline to render
Chia-I Wu
2014-09-26
10
-883
/
+884
*
ilo: remove struct ilo_3d
Chia-I Wu
2014-09-26
6
-232
/
+167
*
ilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]
Chia-I Wu
2014-09-26
8
-24
/
+24
*
ilo: rename ilo_3d.[ch] to ilo_draw.[ch]
Chia-I Wu
2014-09-26
6
-9
/
+9
*
gallium/ilo: add automake target 'template'
Emil Velikov
2014-09-24
1
-0
/
+11
*
ilo: rework pipeline workarounds
Chia-I Wu
2014-09-23
3
-228
/
+339
*
ilo: remove handle_invalid_batch_bo()
Chia-I Wu
2014-09-23
3
-67
/
+32
*
ilo: make gen6_pipeline_update_max_svbi() static
Chia-I Wu
2014-09-23
3
-8
/
+1
*
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
8
-65
/
+58
*
ilo: create the pipeline from the builder
Chia-I Wu
2014-09-22
5
-15
/
+7
*
ilo: move aperture checks out of pipeline
Chia-I Wu
2014-09-22
3
-72
/
+69
*
ilo: flush before setting SOL_RESET
Chia-I Wu
2014-09-22
2
-5
/
+8
*
ilo: move size estimation check out of pipeline
Chia-I Wu
2014-09-22
3
-10
/
+10
*
ilo: use a single list for queries
Chia-I Wu
2014-09-21
2
-69
/
+8
*
ilo: replace software queries by hardware ones
Chia-I Wu
2014-09-21
4
-83
/
+47
*
ilo: support prim queries in ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
1
-0
/
+24
*
ilo: add ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
6
-180
/
+123
*
ilo: rework query support
Chia-I Wu
2014-09-21
8
-402
/
+357
*
ilo: clarify cp owning/releasing
Chia-I Wu
2014-09-21
3
-13
/
+20
*
ilo: add a pointer to builder in ilo_3d_pipeline
Chia-I Wu
2014-09-20
4
-187
/
+190
*
ilo: add a helper for RECTLIST blitter
Chia-I Wu
2014-09-20
3
-33
/
+43
*
ilo: no direct ilo_context access in BLT blitter
Chia-I Wu
2014-09-20
1
-21
/
+20
*
ilo: fix headers in Makefile.sources
Chia-I Wu
2014-09-20
1
-5
/
+4
*
ilo: add a new struct for context states
Chia-I Wu
2014-09-20
20
-654
/
+672
*
ilo: merge ilo_gpe.h to ilo_state*.h
Chia-I Wu
2014-09-20
13
-544
/
+513
*
ilo: rename ilo_gpe_gen*.[ch]
Chia-I Wu
2014-09-20
5
-9
/
+9
*
ilo: make ilo_fence opaque
Chia-I Wu
2014-09-20
2
-5
/
+7
*
ilo: rename ILO_DEBUG=3d
Chia-I Wu
2014-09-19
5
-6
/
+6
*
ilo: rename ilo_cp_flush()
Chia-I Wu
2014-09-19
11
-52
/
+52
*
ilo: remove ilo_cp_empty()
Chia-I Wu
2014-09-19
3
-22
/
+12
*
ilo: simplify ilo_cp_set_owner()
Chia-I Wu
2014-09-19
5
-129
/
+121
*
ilo: clean up 3D/media functions
Chia-I Wu
2014-09-15
3
-205
/
+188
*
ilo: fix gen6_3DSTATE_MULTISAMPLE()
Chia-I Wu
2014-09-15
1
-1
/
+1
*
ilo: trust vertex element count more
Chia-I Wu
2014-09-14
1
-3
/
+2
*
ilo: simplify src operand gathering in disassembler
Chia-I Wu
2014-09-14
1
-15
/
+5
*
ilo: derive 3-src instructions from the opcode table
Chia-I Wu
2014-09-14
1
-9
/
+2
*
ilo: clean up 3DPRIMITIVE functions
Chia-I Wu
2014-09-13
5
-25
/
+24
*
ilo: clean up 3D/media common functions
Chia-I Wu
2014-09-13
3
-120
/
+42
*
ilo: move 3D functions to ilo_builder_3d*.h
Chia-I Wu
2014-09-13
9
-2538
/
+2614
*
ilo: move media functions to ilo_builder_media.h
Chia-I Wu
2014-09-13
4
-173
/
+211
*
ilo: move GPE common functions to ilo_builder_render.h
Chia-I Wu
2014-09-13
7
-267
/
+303
*
ilo: fix builder size checks for BLT buffer clear/copy
Chia-I Wu
2014-09-12
1
-4
/
+8
*
ilo: reduce BLT function parameters
Chia-I Wu
2014-09-12
2
-142
/
+171
*
ilo: clean up BLT functions
Chia-I Wu
2014-09-12
2
-104
/
+91
*
ilo: clean up MI functions
Chia-I Wu
2014-09-12
3
-40
/
+45
*
ilo: move BLT functions to ilo_builder_blt.h
Chia-I Wu
2014-09-12
3
-257
/
+296
*
ilo: move MI functions to ilo_builder_mi.h
Chia-I Wu
2014-09-12
8
-168
/
+192
*
ilo: add ILO_DEV_ASSERT()
Chia-I Wu
2014-09-12
5
-113
/
+118
*
ilo: use an accessor for dev->gen
Chia-I Wu
2014-09-12
24
-171
/
+198
[next]