index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
ilo
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-23
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
1
-4
/
+23
2013-10-03
ilo: don't hook up old bind_*_sampler_states() functions
Brian Paul
1
-4
/
+0
2013-10-03
ilo: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+21
2013-09-20
gallium: add flush_resource context function
Marek Olšák
1
-0
/
+6
2013-09-17
ilo: make ilo_bind_sampler_states return void
Chia-I Wu
1
-16
/
+25
2013-09-08
ilo: preliminary GEN 7.5 support
Chia-I Wu
10
-107
/
+236
2013-09-06
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
1
-1
/
+1
2013-08-22
ilo: do not need last shader stage for 3DSTATE_SBE
Chia-I Wu
4
-14
/
+6
2013-08-22
ilo: fix a potential issue with STATE_SIP
Chia-I Wu
1
-2
/
+2
2013-08-22
ilo: add GEN check to 3DSTATE_CLIP
Chia-I Wu
1
-0
/
+2
2013-08-20
ilo: add ILO_DEBUG=flush
Chia-I Wu
10
-12
/
+29
2013-08-20
ilo: add ILO_DEBUG=draw
Chia-I Wu
5
-2
/
+83
2013-08-19
vl: add entrypoint to is_video_format_supported
Christian König
1
-2
/
+3
2013-08-19
vl: add entrypoint to get_video_param
Christian König
1
-1
/
+2
2013-08-19
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
1
-3
/
+3
2013-08-19
vl: use a template for create_video_decoder
Christian König
1
-7
/
+2
2013-08-15
ilo: fix fragment shaders that use PCB on GEN7+
Chia-I Wu
2
-3
/
+7
2013-08-15
ilo: implement new float comparison instructions
Roland Scheidegger
1
-8
/
+12
2013-08-14
vl: Add support for max level query v2
Rico Schüller
1
-1
/
+2
2013-08-13
ilo: enable dumping of WM PCB
Chia-I Wu
1
-1
/
+5
2013-08-13
ilo: no binding table change when constants are pushed
Chia-I Wu
1
-21
/
+17
2013-08-13
ilo: support push constant model in shaders
Chia-I Wu
6
-12
/
+143
2013-08-13
ilo: support copying constant buffer 0 to PCB
Chia-I Wu
5
-19
/
+105
2013-08-13
ilo: make constant buffer 0 upload optional
Chia-I Wu
3
-29
/
+35
2013-08-13
Revert "ilo: initialize constant buffer SURFACE_STATE early"
Chia-I Wu
4
-32
/
+27
2013-08-12
ilo: initialize constant buffer SURFACE_STATE early
Chia-I Wu
4
-27
/
+32
2013-08-10
ilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
Chia-I Wu
1
-1
/
+5
2013-08-08
ilo: get rid of GPE tables completely
Chia-I Wu
6
-108
/
+54
2013-08-08
ilo: clean up GPE header inclusions
Chia-I Wu
6
-14
/
+8
2013-08-08
ilo: initialize alpha test state in ilo_gpe_init_dsa
Chia-I Wu
5
-38
/
+46
2013-08-08
ilo: fold gen6_translate_index_size into the caller
Chia-I Wu
1
-17
/
+15
2013-08-08
ilo: fold gen6_translate_depth_format into the caller
Chia-I Wu
1
-33
/
+9
2013-08-08
ilo: Call GPE emit functions directly.
Courtney Goeltzenleuchter
8
-1248
/
+141
2013-08-08
ilo: move emit functions so that they can be inlined.
Courtney Goeltzenleuchter
4
-3467
/
+3453
2013-08-07
ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit
Chia-I Wu
3
-26
/
+12
2013-08-07
ilo: skip state emission when reducing sampler count
Chia-I Wu
1
-19
/
+29
2013-08-07
ilo: simplify setting of shader samplers and views
Chia-I Wu
1
-44
/
+33
2013-08-07
ilo: correctly check for stencil ref change
Chia-I Wu
1
-1
/
+1
2013-07-22
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
1
-0
/
+2
2013-07-14
ilo: skip 3DSTATE_INDEX_BUFFER when possible
Chia-I Wu
4
-59
/
+77
2013-07-13
ilo: move a santiy check into its assert()
Chia-I Wu
1
-5
/
+2
2013-07-13
ilo: mark some states dirty when they are really changed
Chia-I Wu
1
-0
/
+16
2013-07-13
ilo: clean up ilo_blitter_pipe_begin()
Chia-I Wu
3
-27
/
+39
2013-07-12
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2
-9
/
+9
2013-07-11
ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12
Chia-I Wu
1
-2
/
+3
2013-07-11
ilo: correctly initialize undefined registers in fs
Chia-I Wu
1
-5
/
+15
2013-07-10
ilo: honor surface padding requirements
Chia-I Wu
1
-0
/
+53
2013-07-02
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
1
-1
/
+0
2013-06-28
ilo: clean up states that use ilo_view_surface
Chia-I Wu
1
-13
/
+10
2013-06-28
ilo: remove ilo_cbuf_state::count
Chia-I Wu
4
-17
/
+12
[next]