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
*
spirv: add switch case for nir_texop_txf_ms_mcs in vtn_handle_texture()
Brian Paul
2016-05-18
1
-0
/
+2
*
Revert "i965/urb: fixes division by zero"
Matt Turner
2016-05-18
1
-5
/
+19
*
i965/urb: fixes division by zero
Ardinartsev Nikita
2016-05-18
1
-19
/
+5
*
mesa: fclose() filename on error.
Matt Turner
2016-05-18
1
-1
/
+5
*
i965/fs: Assert that nir_op_extract_*'s src1 is a constant.
Matt Turner
2016-05-18
1
-0
/
+2
*
glsl: Check that layout is non-null before dereferencing.
Matt Turner
2016-05-18
1
-1
/
+1
*
egl/dri2: Don't check return result of mtx_unlock().
Matt Turner
2016-05-18
1
-8
/
+2
*
spirv: Properly size the src[] array.
Matt Turner
2016-05-18
1
-1
/
+1
*
isl: Mark default cases in switch unreachable.
Matt Turner
2016-05-18
1
-0
/
+6
*
glsl/linker: Ensure the first stage of an SSO pipeline has input locs assigned
Ian Romanick
2016-05-18
1
-3
/
+6
*
glsl/linker: Don't include interface name for built-in blocks
Ian Romanick
2016-05-18
1
-1
/
+2
*
glsl: Assert that inputs have a location assigned
Ian Romanick
2016-05-18
1
-0
/
+2
*
glsl/linker: Fix trivial typos in comments
Ian Romanick
2016-05-18
2
-8
/
+8
*
glsl/linker: Fix some formatting to match current coding conventions
Ian Romanick
2016-05-18
1
-8
/
+6
*
glsl/linker: Silence unused parameter warning
Ian Romanick
2016-05-18
1
-5
/
+3
*
glsl/linker: Silence unused parameter warning
Ian Romanick
2016-05-18
1
-3
/
+2
*
i965: Silence unused parameter warnings
Ian Romanick
2016-05-18
14
-35
/
+19
*
mesa: Don't advertise GLES 3.1 without compute support
Daniel Scharrer
2016-05-18
1
-1
/
+2
*
mesa/st: don't leak name
Rob Clark
2016-05-18
1
-2
/
+5
*
svga: null out all sampler views if start=num=0
Brian Paul
2016-05-17
1
-0
/
+12
*
st/mesa: remove unused st_context::default_texture
Brian Paul
2016-05-17
2
-7
/
+0
*
cso: remove / add some comments
Brian Paul
2016-05-17
1
-6
/
+4
*
vc4: Add support for vertex color clamping in the rasterizer.
Eric Anholt
2016-05-17
3
-1
/
+6
*
vc4: Move tgsi_to_nir to precompile time.
Eric Anholt
2016-05-17
1
-12
/
+15
*
vc4: Mark the driver as supporting fragment color clamping in rast.
Eric Anholt
2016-05-17
1
-1
/
+1
*
vc4: Enable sharing shaders across contexts.
Eric Anholt
2016-05-17
2
-2
/
+3
*
vc4: Switch to using nir_load_front_face.
Eric Anholt
2016-05-17
2
-9
/
+18
*
vc4: Drop the dead export_linkage array.
Eric Anholt
2016-05-17
1
-5
/
+0
*
vc4: Fix a -Wformat-security warning.
Eric Anholt
2016-05-17
1
-1
/
+1
*
i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.
Kenneth Graunke
2016-05-17
1
-4
/
+6
*
i965: Move compression decisions before brw_reg_from_fs_reg().
Kenneth Graunke
2016-05-17
1
-26
/
+26
*
i965: Enable ES 3.2 sample shading extensions.
Kenneth Graunke
2016-05-17
1
-0
/
+1
*
anv: Fix warning: unused variable ‘cs_prog_data’
Jordan Justen
2016-05-17
2
-2
/
+0
*
android: fix building error in libmesa_st_mesa
Mauro Rossi
2016-05-17
1
-0
/
+2
*
radeonsi: force level zero on image instructions in non-fragment shaders (v2)
Nicolai Hähnle
2016-05-17
1
-0
/
+5
*
radeonsi: emit TXQ in separate functions
Nicolai Hähnle
2016-05-17
1
-52
/
+78
*
winsys/amdgpu: cleanup error handling in amdgpu_ctx_create
Nicolai Hähnle
2016-05-17
1
-9
/
+14
*
winsys/amdgpu: avoid ioctl call when fence_wait is called without timeout
Nicolai Hähnle
2016-05-17
1
-3
/
+10
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
8
-16
/
+17
*
gallium/radeon: use radeon_emit_array
Nicolai Hähnle
2016-05-17
1
-2
/
+1
*
gallium/radeon: use radeon_emit
Nicolai Hähnle
2016-05-17
9
-136
/
+135
*
st/mesa: fix reversed copyimage canonical format
Nicolai Hähnle
2016-05-17
1
-3
/
+3
*
Revert "HACK: Don't re-configure L3$ in render stages pre-BDW"
Jordan Justen
2016-05-17
1
-11
/
+0
*
anv: Port L3 cache programming from i965
Jordan Justen
2016-05-17
9
-173
/
+593
*
anv/gen7: Add memory barrier to vkCmdWaitEvents call
Jordan Justen
2016-05-17
1
-0
/
+6
*
anv: Keep track of whether the data cache should be enabled in L3
Jordan Justen
2016-05-17
3
-1
/
+11
*
genxml/hsw: Add L3 cache control registers
Jordan Justen
2016-05-17
1
-0
/
+8
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
42
-149
/
+141
*
r600g,sb: Don't use standard macro name
Jan Vesely
2016-05-17
5
-11
/
+11
*
anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8
Jason Ekstrand
2016-05-17
1
-0
/
+10
[next]