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
/
rbug
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
gallium: add pipe_screen::resource_changed callback wrappers
Philipp Zabel
1
-0
/
+14
2016-08-29
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
1
-1
/
+1
2016-08-29
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
1
-1
/
+2
2016-08-25
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
1
-1
/
+4
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-3
/
+3
2016-08-10
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
1
-4
/
+8
2016-07-23
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
1
-17
/
+35
2016-06-20
gallium: make constant_buffer const
Rob Clark
1
-1
/
+1
2016-05-03
rbug: s/Elements/ARRAY_SIZE/
Brian Paul
1
-1
/
+1
2016-04-21
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
1
-3
/
+6
2016-04-12
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
1
-0
/
+12
2016-03-09
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
1
-4
/
+6
2015-12-06
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
1
-6
/
+6
2015-08-26
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
1
-3
/
+3
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
3
-12
/
+12
2015-07-05
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
1
-12
/
+0
2015-05-15
gallium/drivers: Add extern "C" wrappers to public entry
Alexander von Gluck IV
1
-0
/
+8
2015-05-06
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
1
-3
/
+4
2015-03-23
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
1
-0
/
+10
2015-01-28
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
4
-4
/
+4
2014-09-24
gallium/rbug: correctly unreference a sampler view
Marek Olšák
1
-2
/
+1
2014-09-24
gallium/rbug: unlock a mutex in rbug_create_query
Marek Olšák
1
-3
/
+5
2014-09-05
gallium/rbug: ship all files in the tarball
Emil Velikov
2
-2
/
+8
2014-08-19
rbug: only add textures to the list
Marek Olšák
1
-2
/
+5
2014-08-19
rbug: fix a crash in sampler_view_destroy caused by incorrect context
Marek Olšák
1
-1
/
+1
2014-08-19
rbug: send the actual number of layers to the client
Marek Olšák
1
-1
/
+4
2014-08-19
rbug: implement streamout context functions
Marek Olšák
1
-0
/
+46
2014-08-19
rbug: fix crash in set_vertex_buffers
Marek Olšák
1
-1
/
+1
2014-08-19
rbug: remove contexts from the list properly
Marek Olšák
1
-1
/
+3
2014-07-01
gallium: add an index argument to create_query
Ilia Mirkin
1
-2
/
+4
2014-05-21
rbug: add missing pipe->blit() entrypoint
Rob Clark
1
-0
/
+21
2014-01-23
gallium: Use C11 thread abstractions.
José Fonseca
1
-2
/
+2
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-1
/
+1
2013-12-13
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
1
-2
/
+2
2013-11-28
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
3
-4
/
+4
2013-11-16
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
1
-10
/
+3
2013-10-23
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
1
-28
/
+2
2013-10-03
rbug: remove old bind_*_sampler_states() functions
Brian Paul
1
-53
/
+1
2013-10-03
rbug: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+34
2013-10-01
rbug: consolidate C sources list into Makefile.sources
Emil Velikov
3
-11
/
+9
2013-09-20
gallium: add flush_resource context function
Marek Olšák
1
-0
/
+15
2013-05-25
gallium: Add support for multiple viewports
Zack Rusin
1
-10
/
+12
2013-05-04
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
1
-1
/
+1
2013-03-21
rbug: silence some MSVC signed/unsigned warnings
Brian Paul
2
-2
/
+2
2013-03-16
gallium/build: Fix visibility CFLAGS in automake
Maarten Lankhorst
1
-0
/
+1
2013-01-13
Remove hacks for static Makefiles
Matt Turner
1
-3
/
+0
2013-01-10
Clean up .gitignore files
Matt Turner
1
-1
/
+0
2013-01-10
rbug: Convert to automake
Matt Turner
3
-12
/
+44
2013-01-04
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2
-4
/
+4
2012-10-31
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
1
-2
/
+2
[next]