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
/
llvmpipe
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
1
-9
/
+16
2017-09-09
llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
Roland Scheidegger
1
-1
/
+1
2017-09-07
llvmpipe, draw: increase shader cache limits
Roland Scheidegger
1
-3
/
+1
2017-08-29
llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR
Brian Paul
1
-0
/
+6
2017-08-21
llvmpipe: add some whitespace between functions in lp_texture.c
Brian Paul
1
-0
/
+3
2017-08-17
llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW
Roland Scheidegger
2
-1
/
+4
2017-08-03
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
1
-0
/
+1
2017-08-02
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
2
-33
/
+33
2017-08-02
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
1
-0
/
+1
2017-07-31
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
1
-0
/
+1
2017-06-24
llvmpipe: initialize default fb correctly in setup
Roland Scheidegger
1
-0
/
+4
2017-06-23
llvmpipe:fix using 32bit rasterization mistakenly, causing overflows
Roland Scheidegger
4
-31
/
+43
2017-06-23
llvmpipe: fill in debug vertex info for tri rasterization
Roland Scheidegger
1
-1
/
+1
2017-06-14
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
1
-0
/
+1
2017-06-13
llvmpipe: Match pipe_context::render_condition prototype.
Jose Fonseca
2
-5
/
+5
2017-06-02
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
1
-0
/
+1
2017-05-27
llvmpipe: add LP_NEW_GS flag for updating vertex info
Roland Scheidegger
1
-0
/
+1
2017-05-17
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
1
-0
/
+1
2017-05-10
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
1
-0
/
+1
2017-05-10
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
3
-24
/
+6
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2
-5
/
+6
2017-04-14
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
1
-0
/
+1
2017-04-13
llvmpipe: remove unused subpixel_snap() and fixed_to_float()
Samuel Pitoiset
1
-6
/
+3
2017-04-05
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
1
-0
/
+1
2017-04-05
gallium: add sparse buffer interface and capability
Nicolai Hähnle
1
-0
/
+1
2017-03-31
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
1
-0
/
+1
2017-03-31
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
1
-0
/
+1
2017-03-15
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
1
-0
/
+1
2017-03-12
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
1
-1
/
+1
2017-03-12
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
1
-1
/
+1
2017-03-08
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
1
-1
/
+1
2017-03-08
llvmpipe: s/unsigned/enum pipe_shader_type/
Brian Paul
1
-1
/
+1
2017-03-08
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
1
-1
/
+3
2017-03-07
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
1
-1
/
+2
2017-03-07
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
3
-4
/
+4
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
3
-4
/
+4
2017-03-07
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
3
-3
/
+3
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
3
-3
/
+3
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
3
-3
/
+3
2017-03-07
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
1
-1
/
+1
2017-02-25
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
1
-1
/
+0
2017-02-24
llvmpipe: enable clear_texture with util_clear_texture
Lars Hamre
2
-2
/
+4
2017-02-14
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
1
-0
/
+9
2017-02-09
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
1
-0
/
+1
[next]