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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Drop the anv_validate block helper
Jason Ekstrand
2017-03-07
2
-13
/
+3
*
anv: Get rid of the stub() macros
Jason Ekstrand
2017-03-07
3
-17
/
+5
*
anv: Remove a pointless finishme
Jason Ekstrand
2017-03-07
1
-4
/
+0
*
anv: Convert the HiZ finishme's to perf_warn
Jason Ekstrand
2017-03-07
1
-4
/
+4
*
anv: Add a performance warning helper
Jason Ekstrand
2017-03-07
2
-0
/
+27
*
st/mesa: don't propagate uniforms when restoring from cache
Timothy Arceri
2017-03-08
5
-9
/
+17
*
radv: remove duplicate initialization of alphaToOne feature
Damien Grassart
2017-03-08
1
-1
/
+0
*
radv: disable mip point pre clamping.
Dave Airlie
2017-03-08
1
-1
/
+1
*
radv/ac: fix multiple descriptor sets with dynamic buffers
Fredrik Höglund
2017-03-07
1
-3
/
+5
*
radv: fix the size of the dynamic_buffers array
Fredrik Höglund
2017-03-07
1
-1
/
+1
*
radv: fix the dynamic buffer index in vkCmdBindDescriptorSets
Fredrik Höglund
2017-03-07
1
-1
/
+1
*
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Matt Turner
2017-03-07
5
-5
/
+5
*
radv: Use the subresource range in HTILE initialization.
Bas Nieuwenhuizen
2017-03-07
2
-7
/
+12
*
radv: Use winsys HTILE info.
Bas Nieuwenhuizen
2017-03-07
6
-87
/
+18
*
radv/amdgpu: Let addrlib calculate the HTILE parameters.
Bas Nieuwenhuizen
2017-03-07
2
-0
/
+31
*
amd/common: document PREDICATION OP 3 as 64-bit bool.
Dave Airlie
2017-03-07
1
-0
/
+1
*
radv: handle z offset for 3d image <-> buffer copies.
Dave Airlie
2017-03-07
1
-0
/
+4
*
radv: move fast clear before resolve into own loop.
Dave Airlie
2017-03-07
1
-8
/
+15
*
radv: Disable HTILE for textures with multiple layers/levels.
Bas Nieuwenhuizen
2017-03-06
1
-0
/
+3
*
radv: Properly handle destroying NULL devices and instances
Dave Airlie
2017-03-07
1
-0
/
+6
*
radv/ac: introduce i1true/i1false to context.
Dave Airlie
2017-03-07
1
-32
/
+33
*
radv/ac: handle Z export using new builder.
Dave Airlie
2017-03-07
1
-22
/
+19
*
radv/ac: move to using common ac_get_image_intr_name.
Dave Airlie
2017-03-07
1
-40
/
+15
*
radeonsi/ac: move get_image_intr_name to common
Dave Airlie
2017-03-07
3
-36
/
+41
*
gallium/util: remove unused header from u_queue.c
Timothy Arceri
2017-03-07
1
-1
/
+0
*
gallium/util: remove unused pipe_thread_destroy()
Timothy Arceri
2017-03-07
1
-5
/
+0
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
8
-12
/
+7
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
9
-13
/
+19
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
8
-16
/
+12
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
9
-19
/
+15
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
86
-775
/
+772
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
87
-605
/
+602
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
35
-53
/
+50
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
46
-68
/
+65
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
22
-24
/
+21
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
45
-71
/
+67
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
5
-11
/
+8
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
5
-12
/
+9
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
7
-15
/
+12
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
4
-12
/
+9
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
8
-15
/
+12
*
st/dri: reduce dri_fill_st_options() params
Marek Olšák
2017-03-07
1
-3
/
+5
*
st/dri: use local pointer to st_context_iface
Marek Olšák
2017-03-07
1
-4
/
+7
*
glapi: fix typo in count_scale
Gregory Hainaut
2017-03-07
1
-1
/
+1
*
i965: Return NULL from initScreen2, not false.
Kenneth Graunke
2017-03-06
1
-4
/
+4
*
i965: Make a devinfo local variable.
Kenneth Graunke
2017-03-06
1
-12
/
+13
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
11
-357
/
+10
*
i965: Drop duplicate #defines now that we've bumped libdrm requirements.
Kenneth Graunke
2017-03-06
2
-13
/
+0
*
getteximage: fix _mesa_GetTextureSubImage()
Samuel Pitoiset
2017-03-06
1
-1
/
+1
*
ralloc: don't leave out the alignment factor
Grazvydas Ignotas
2017-03-06
1
-1
/
+3
[next]