index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""
Francisco Jerez
2016-10-24
1
-0
/
+12
*
glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...
Francisco Jerez
2016-10-24
1
-13
/
+17
*
nvc0: do not break 3D state by pushing MS coordinates on Fermi
Samuel Pitoiset
2016-10-24
1
-43
/
+44
*
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
2016-10-24
1
-1
/
+1
*
st/mesa: only set primitive_restart when the restart index is in range
Nicolai Hähnle
2016-10-24
1
-2
/
+13
*
st/glsl_to_tgsi: sort input and output decls by TGSI index
Nicolai Hähnle
2016-10-24
1
-0
/
+28
*
st/glsl_to_tgsi: fix block copies of arrays of structs
Nicolai Hähnle
2016-10-24
1
-2
/
+4
*
st/glsl_to_tgsi: fix block copies of arrays of doubles
Nicolai Hähnle
2016-10-24
1
-0
/
+1
*
nv50/ir: process texture offset sources as regular sources
Ilia Mirkin
2016-10-24
1
-53
/
+94
*
nv50,nvc0: avoid reading out of bounds when getting bogus so info
Ilia Mirkin
2016-10-24
2
-2
/
+8
*
wsi/wayland: fix error path
Eric Engestrom
2016-10-24
1
-0
/
+4
*
radv: use emit_icmp for samples_identical
Dave Airlie
2016-10-24
1
-1
/
+1
*
Revert Use absolute path in intel_icd.json and related patches.
Emil Velikov
2016-10-19
3
-15
/
+2
*
radeonsi: remove cb0_is_integer handling
Marek Olšák
2016-10-19
3
-13
/
+3
*
st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBs
Marek Olšák
2016-10-19
2
-2
/
+4
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
5
-7
/
+1
*
glsl_to_tgsi: remove code for fixing up TGSI labels
Marek Olšák
2016-10-19
1
-90
/
+2
*
glsl_to_tgsi: remove subroutine support
Marek Olšák
2016-10-19
2
-205
/
+5
*
mesa_to_tgsi: remove remnants of flow control and subroutine support
Marek Olšák
2016-10-19
1
-92
/
+1
*
mesa_to_tgsi: drop support for instructions that can't occur here
Marek Olšák
2016-10-19
1
-72
/
+0
*
glsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_offsets on demand
Marek Olšák
2016-10-19
1
-1
/
+4
*
glsl_to_tgsi: merge buffer and sampler fields in glsl_to_tgsi_instruction
Marek Olšák
2016-10-19
1
-32
/
+31
*
glsl_to_tgsi: reduce the size of glsl_to_tgsi_instruction using bitfields
Marek Olšák
2016-10-19
1
-17
/
+19
*
glsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
Marek Olšák
2016-10-19
1
-31
/
+40
*
glsl_to_tgsi: remove unused st_translate::tex_offsets
Marek Olšák
2016-10-19
1
-1
/
+0
*
glsl_to_tgsi: remove unused parameters from calc_deref_offsets
Marek Olšák
2016-10-19
1
-9
/
+5
*
glsl_to_tgsi: use array_id for temp arrays instead of hacking high bits
Marek Olšák
2016-10-19
1
-13
/
+19
*
egl: bring back the default glapi.so name
Eric Engestrom
2016-10-19
1
-3
/
+1
*
i965: fix subnr overflow in suboffset()
Iago Toral Quiroga
2016-10-19
1
-8
/
+5
*
radv: decompress fmask before reading using texture unit
Dave Airlie
2016-10-19
3
-6
/
+5
*
radv: fix samples_identical return value.
Dave Airlie
2016-10-19
1
-0
/
+3
*
radv: fix wsi porting regression in swapchain destroy.
Dave Airlie
2016-10-19
1
-3
/
+10
*
radv: fix fmask ptr issue
Dave Airlie
2016-10-19
1
-4
/
+18
*
radv: simplify fast clear shaders
Dave Airlie
2016-10-19
1
-46
/
+2
*
vulkan/wsi: fix out of tree build.
Dave Airlie
2016-10-19
1
-1
/
+1
*
radv: start using defines for the user sgpr offsets
Dave Airlie
2016-10-19
3
-14
/
+34
*
radv: port to common wsi codebase
Dave Airlie
2016-10-19
7
-1860
/
+216
*
anv: move to using shared wsi code
Dave Airlie
2016-10-19
10
-9
/
+74
*
anv/wsi: remove all anv references from WSI common code
Dave Airlie
2016-10-19
9
-99
/
+98
*
anv: move common wsi code to x11/wayland common files.
Dave Airlie
2016-10-19
10
-1656
/
+1851
*
anv/wsi/wayland: add callback to get device format properties.
Dave Airlie
2016-10-19
3
-7
/
+27
*
anv/wsi/wl: stop using device in more places
Dave Airlie
2016-10-19
3
-20
/
+28
*
anv/wsi: split out surface creation to avoid instance API
Dave Airlie
2016-10-19
2
-29
/
+64
*
anv/wsi: move further away from passing anv displays around
Dave Airlie
2016-10-19
4
-39
/
+35
*
anv/wsi: split image alloc/free out to separate fns.
Dave Airlie
2016-10-19
4
-219
/
+180
*
anv/wsi: switch to using VkDevice in swapchain
Dave Airlie
2016-10-19
4
-14
/
+14
*
anv/wsi/x11: more refactoring to use generic handles
Dave Airlie
2016-10-19
1
-27
/
+43
*
anv/wsi/x11: start refactoring out the image allocation/free functionality
Dave Airlie
2016-10-19
1
-22
/
+52
*
anv/wsi: drop device from get format
Dave Airlie
2016-10-19
4
-5
/
+5
*
anv/wsi: remove device from get_support interface
Dave Airlie
2016-10-19
4
-5
/
+10
[next]