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: add GEN check to 3DSTATE_CLIP
Chia-I Wu
2013-08-22
1
-0
/
+2
*
ilo: add ILO_DEBUG=flush
Chia-I Wu
2013-08-20
10
-12
/
+29
*
ilo: add ILO_DEBUG=draw
Chia-I Wu
2013-08-20
5
-2
/
+83
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
1
-2
/
+3
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
1
-1
/
+2
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-3
/
+3
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
1
-7
/
+2
*
ilo: fix fragment shaders that use PCB on GEN7+
Chia-I Wu
2013-08-15
2
-3
/
+7
*
ilo: implement new float comparison instructions
Roland Scheidegger
2013-08-15
1
-8
/
+12
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
1
-1
/
+2
*
ilo: enable dumping of WM PCB
Chia-I Wu
2013-08-13
1
-1
/
+5
*
ilo: no binding table change when constants are pushed
Chia-I Wu
2013-08-13
1
-21
/
+17
*
ilo: support push constant model in shaders
Chia-I Wu
2013-08-13
6
-12
/
+143
*
ilo: support copying constant buffer 0 to PCB
Chia-I Wu
2013-08-13
5
-19
/
+105
*
ilo: make constant buffer 0 upload optional
Chia-I Wu
2013-08-13
3
-29
/
+35
*
Revert "ilo: initialize constant buffer SURFACE_STATE early"
Chia-I Wu
2013-08-13
4
-32
/
+27
*
ilo: initialize constant buffer SURFACE_STATE early
Chia-I Wu
2013-08-12
4
-27
/
+32
*
ilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
Chia-I Wu
2013-08-10
1
-1
/
+5
*
ilo: get rid of GPE tables completely
Chia-I Wu
2013-08-08
6
-108
/
+54
*
ilo: clean up GPE header inclusions
Chia-I Wu
2013-08-08
6
-14
/
+8
*
ilo: initialize alpha test state in ilo_gpe_init_dsa
Chia-I Wu
2013-08-08
5
-38
/
+46
*
ilo: fold gen6_translate_index_size into the caller
Chia-I Wu
2013-08-08
1
-17
/
+15
*
ilo: fold gen6_translate_depth_format into the caller
Chia-I Wu
2013-08-08
1
-33
/
+9
*
ilo: Call GPE emit functions directly.
Courtney Goeltzenleuchter
2013-08-08
8
-1248
/
+141
*
ilo: move emit functions so that they can be inlined.
Courtney Goeltzenleuchter
2013-08-08
4
-3467
/
+3453
*
ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit
Chia-I Wu
2013-08-07
3
-26
/
+12
*
ilo: skip state emission when reducing sampler count
Chia-I Wu
2013-08-07
1
-19
/
+29
*
ilo: simplify setting of shader samplers and views
Chia-I Wu
2013-08-07
1
-44
/
+33
*
ilo: correctly check for stencil ref change
Chia-I Wu
2013-08-07
1
-1
/
+1
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-07-22
1
-0
/
+2
*
ilo: skip 3DSTATE_INDEX_BUFFER when possible
Chia-I Wu
2013-07-14
4
-59
/
+77
*
ilo: move a santiy check into its assert()
Chia-I Wu
2013-07-13
1
-5
/
+2
*
ilo: mark some states dirty when they are really changed
Chia-I Wu
2013-07-13
1
-0
/
+16
*
ilo: clean up ilo_blitter_pipe_begin()
Chia-I Wu
2013-07-13
3
-27
/
+39
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
2
-9
/
+9
*
ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12
Chia-I Wu
2013-07-11
1
-2
/
+3
*
ilo: correctly initialize undefined registers in fs
Chia-I Wu
2013-07-11
1
-5
/
+15
*
ilo: honor surface padding requirements
Chia-I Wu
2013-07-10
1
-0
/
+53
*
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
2013-07-02
1
-1
/
+0
*
ilo: clean up states that use ilo_view_surface
Chia-I Wu
2013-06-28
1
-13
/
+10
*
ilo: remove ilo_cbuf_state::count
Chia-I Wu
2013-06-28
4
-17
/
+12
*
ilo: clean up ilo_set_constant_buffer()
Chia-I Wu
2013-06-28
1
-29
/
+44
*
ilo: clean up states that take a start_slot
Chia-I Wu
2013-06-28
1
-73
/
+99
*
ilo: use shorter names for dirty flags
Chia-I Wu
2013-06-28
7
-141
/
+138
*
ilo: track if primitive restart has changed
Chia-I Wu
2013-06-28
3
-1
/
+8
*
ilo: avoid potential dangling pointer dereference
Chia-I Wu
2013-06-28
1
-0
/
+3
*
ilo: plug a potential index buffer leak
Chia-I Wu
2013-06-27
1
-0
/
+1
*
ilo: Remove max_threads dead code path.
Vinson Lee
2013-06-26
1
-3
/
+0
*
ilo: use a bitmask for enabled constant buffers
Chia-I Wu
2013-06-26
2
-11
/
+14
*
ilo: support PIPE_CAP_USER_INDEX_BUFFERS
Chia-I Wu
2013-06-26
9
-36
/
+97
[next]