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
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs/devinfo: Expound on helpful extension tips
Nanley Chery
2016-06-07
1
-0
/
+7
*
docs/devinfo: Update bullet in stale extension guide
Nanley Chery
2016-06-07
1
-1
/
+1
*
docs/devinfo: Add closing paragraph tag
Nanley Chery
2016-06-07
1
-0
/
+1
*
swr: fix provoking vertex
Tim Rowley
2016-06-07
7
-12
/
+77
*
st/mesa: revalidate image atoms when a texture is updated
Ilia Mirkin
2016-06-07
1
-6
/
+6
*
gk104/ir: fix conditions for adding a texbar
Ilia Mirkin
2016-06-07
1
-4
/
+6
*
radeonsi: keep track of dirty descriptor sets
Nicolai Hähnle
2016-06-07
2
-4
/
+36
*
radeonsi: move si_descriptors into a per-context array
Nicolai Hähnle
2016-06-07
3
-83
/
+166
*
radeonsi: pass shader stage to si_disable_shader_image
Nicolai Hähnle
2016-06-07
1
-4
/
+8
*
radeonsi: access descriptor sets via local variables
Nicolai Hähnle
2016-06-07
1
-31
/
+41
*
radeonsi: add si_set_rw_buffer to be used for internal descriptors
Nicolai Hähnle
2016-06-07
3
-14
/
+15
*
radeonsi: pass shader stage to si_set_shader_image
Nicolai Hähnle
2016-06-07
1
-5
/
+5
*
radeonsi: pass shader stage to si_set_sampler_view
Nicolai Hähnle
2016-06-07
1
-4
/
+5
*
radeonsi: move descriptor set begin_new_cs handling into a separate function
Nicolai Hähnle
2016-06-07
1
-21
/
+15
*
radeonsi: move enabled_mask out of si_descriptors
Nicolai Hähnle
2016-06-07
4
-30
/
+34
*
anv/entrypoints: Stop using the C preprocessor
Jason Ekstrand
2016-06-07
1
-12
/
+2
*
anv/entrypoints: Emit #if guards for all platforms
Jason Ekstrand
2016-06-07
1
-10
/
+22
*
platform_android: prevent deadlock in droid_swap_buffers
Haixia Shi
2016-06-07
1
-5
/
+12
*
mesa: automake: distclean git_sha1.h when building OOT
Emil Velikov
2016-06-07
1
-0
/
+6
*
mesa: automake: ensure that git_sha1.h.tmp has the right attributes
Emil Velikov
2016-06-07
1
-0
/
+1
*
mesa: automake: add directory prefix for git_sha1.h
Emil Velikov
2016-06-07
1
-1
/
+1
*
egl: android: don't add the image loader extension for !render_node
Emil Velikov
2016-06-07
1
-8
/
+7
*
gallium/radeon: add support for sharing textures with DCC between processes
Marek Olšák
2016-06-07
3
-4
/
+51
*
gallium/radeon: don't discard DCC if an external user can write to it
Marek Olšák
2016-06-07
3
-12
/
+31
*
i915: fix typo CAP.
Dave Airlie
2016-06-07
1
-1
/
+1
*
glsl: initialise pointer to NULL
Jakob Sinclair
2016-06-07
1
-0
/
+1
*
i965/gen8: fix cull distance emission for tessellation shaders.
Dave Airlie
2016-06-07
1
-3
/
+5
*
nvc0: add support for VOTE tgsi opcodes
Ilia Mirkin
2016-06-06
6
-25
/
+78
*
st/mesa: expose GL_ARB_shader_group_vote when supported by backend
Ilia Mirkin
2016-06-06
2
-4
/
+11
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
17
-0
/
+17
*
gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
3
-1
/
+26
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
12
-1
/
+67
*
glsl: Make opt_copy_propagation_elements actually propagate into loops.
Kenneth Graunke
2016-06-06
1
-2
/
+17
*
glsl: Make opt_copy_propagation actually propagate into loops.
Kenneth Graunke
2016-06-06
1
-6
/
+24
*
nv50/ir: use round toward 0 when converting doubles to integers
Samuel Pitoiset
2016-06-06
1
-1
/
+3
*
gallium/radeon: don't re-set BO metadata after CMASK deallocation
Marek Olšák
2016-06-06
1
-1
/
+0
*
st/mesa: change SQRT lowering to fix the game Risen
Marek Olšák
2016-06-06
1
-7
/
+9
*
radeonsi: add a performance tweak for 4 SE parts
Marek Olšák
2016-06-06
1
-0
/
+11
*
radeonsi: simplify PRIMGROUP_SIZE computation for tessellation
Marek Olšák
2016-06-06
1
-9
/
+1
*
r600g: use hw MSAA resolve for non-trivial resolves
Marek Olšák
2016-06-06
1
-9
/
+53
*
radeonsi: use hw MSAA resolve for non-trivial resolves
Marek Olšák
2016-06-06
1
-10
/
+54
*
mesa/program_resource: return -1 for index if no location.
Dave Airlie
2016-06-07
1
-3
/
+16
*
radeonsi: set descriptor dirty mask on shader buffer unbind
Nicolai Hähnle
2016-06-06
1
-0
/
+1
*
st/mesa: fix resource leak in try_pbo_readpixels
Nicolai Hähnle
2016-06-06
1
-1
/
+1
*
tgsi: fix mixed data type comparison in tgsi_point_sprite.c
Charmaine Lee
2016-06-06
1
-3
/
+3
*
svga: print shader linkage info when tgsi debug bit is on
Charmaine Lee
2016-06-06
1
-2
/
+5
*
st/mesa: check shader image format support before using PBO download
Ilia Mirkin
2016-06-06
1
-0
/
+6
*
tgsi: use truncf in micro_trunc
Lars Hamre
2016-06-06
1
-4
/
+4
*
i965/gs/scalar: Fix load input for doubles
Samuel Iglesias Gonsálvez
2016-06-06
1
-18
/
+54
*
i965/fs: fix offset when loading double vector input varyings
Samuel Iglesias Gonsálvez
2016-06-06
1
-1
/
+21
[next]