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
*
freedreno: update generated headers
Rob Clark
2015-09-15
5
-17
/
+37
*
nir/lower_vec_to_movs: Coalesce into destinations of fdot instructions
Jason Ekstrand
2015-09-15
1
-13
/
+36
*
i965/vec4: Use the replicated fdot instruction in NIR
Jason Ekstrand
2015-09-15
2
-3
/
+11
*
nir: Add a fdot instruction that replicates the result to a vec4
Jason Ekstrand
2015-09-15
3
-0
/
+12
*
nir/lower_vec_to_movs: Coalesce movs on-the-fly when possible
Jason Ekstrand
2015-09-15
1
-0
/
+85
*
nir/lower_vec_to_movs: Get rid of start_idx and swizzle compacting
Jason Ekstrand
2015-09-15
1
-20
/
+13
*
i965/vec4_nir: Use partial SSA form rather than full non-SSA
Jason Ekstrand
2015-09-15
3
-4
/
+20
*
nir/lower_vec_to_movs: Handle partially SSA shaders
Jason Ekstrand
2015-09-15
1
-6
/
+15
*
nir/lower_vec_to_movs: Pass the shader around directly
Jason Ekstrand
2015-09-15
1
-6
/
+8
*
i965/fs: Add a very basic validation pass
Jason Ekstrand
2015-09-15
4
-0
/
+69
*
i965/fs_surface_builder: Only apply predicate to components that exist
Jason Ekstrand
2015-09-15
1
-1
/
+1
*
i965/fs: Only read output_components many components when writing an output
Jason Ekstrand
2015-09-15
1
-1
/
+3
*
i965/fs: Set output_components for lowered clip distance outputs
Jason Ekstrand
2015-09-15
1
-0
/
+2
*
mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES
Nanley Chery
2015-09-15
1
-1
/
+2
*
mesa/extensions: restrict GL_OES_EGL_image to GLES
Nanley Chery
2015-09-15
1
-2
/
+1
*
mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT
Nanley Chery
2015-09-15
2
-4
/
+6
*
gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10
Thomas Hellstrom
2015-09-15
1
-1
/
+1
*
egl/dri2: don't leak the fd on dri2_terminate
Emil Velikov
2015-09-15
3
-1
/
+3
*
egl/dri2/drm: compact existing device mgmt
Emil Velikov
2015-09-15
1
-6
/
+4
*
egl/dri2: Close file descriptor on error.
Matt Turner
2015-09-15
1
-13
/
+14
*
gbm: convert gbm bo format to fourcc format on dma-buf import
Ray Strode
2015-09-15
1
-1
/
+17
*
i965: Move perf_debug code to brw_codegen_*_prog()
Kristian Høgsberg Kristensen
2015-09-14
5
-76
/
+75
*
i965: Move brw_fs_precompile() to brw_wm.c
Kristian Høgsberg Kristensen
2015-09-14
2
-58
/
+59
*
i965: Move compute shader code around
Kristian Høgsberg Kristensen
2015-09-14
5
-333
/
+362
*
meta: Abort meta pbo path if TexSubImage need signed unsigned conversion
Anuj Phogat
2015-09-14
1
-18
/
+25
*
nvc0/ir: start offset at texBindBase for txq, like regular texturing
Ilia Mirkin
2015-09-14
1
-1
/
+4
*
vc4: Fix build from recent NIR cleanups.
Eric Anholt
2015-09-14
1
-2
/
+1
*
i965/vec4_nir: Load constants as integers
Antia Puentes
2015-09-14
1
-2
/
+2
*
i965/vec4: Fix saturation errors when coalescing registers
Antia Puentes
2015-09-14
1
-0
/
+21
*
st/mesa: emit TXQS, support ARB_shader_texture_image_samples
Ilia Mirkin
2015-09-13
2
-1
/
+6
*
r600g: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
2
-5
/
+13
*
nv50/ir: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
5
-9
/
+41
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
15
-0
/
+15
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
3
-2
/
+14
*
glsl/cs: Initialize gl_LocalInvocationIndex in main()
Jordan Justen
2015-09-13
1
-0
/
+22
*
glsl/cs: Exclude gl_LocalInvocationIndex from builtin variable stripping
Jordan Justen
2015-09-13
1
-0
/
+8
*
glsl/cs: Initialize gl_GlobalInvocationID in main()
Jordan Justen
2015-09-13
3
-0
/
+72
*
glsl: Move link_get_main_function_signature to a common location
Jordan Justen
2015-09-13
5
-33
/
+34
*
glsl/cs: Don't strip gl_GlobalInvocationID and dependencies
Jordan Justen
2015-09-13
1
-0
/
+14
*
i965/nir: Support gl_WorkGroupID variable
Jordan Justen
2015-09-13
1
-1
/
+9
*
i965/cs: Initialize gl_WorkGroupID variable from payload
Jordan Justen
2015-09-13
2
-0
/
+20
*
nir: Add gl_WorkGroupID system variable
Jordan Justen
2015-09-13
3
-0
/
+6
*
glsl/cs: Add gl_WorkGroupID variable
Jordan Justen
2015-09-13
2
-0
/
+2
*
i965/nir: Support gl_LocalInvocationID variable
Jordan Justen
2015-09-13
1
-0
/
+17
*
i965/cs: Initialize gl_LocalInvocationID from payload
Jordan Justen
2015-09-13
2
-2
/
+24
*
i965/cs: Initialize gl_LocalInvocationID in push constant data
Jordan Justen
2015-09-13
1
-4
/
+52
*
i965/cs: Reserve local invocation id in payload regs
Jordan Justen
2015-09-13
4
-0
/
+45
*
nir: Add gl_LocalInvocationID variable
Jordan Justen
2015-09-13
3
-0
/
+6
*
glsl/cs: Add gl_LocalInvocationID variable
Jordan Justen
2015-09-13
2
-0
/
+13
*
softpipe: Change faces type to uint
Krzesimir Nowak
2015-09-13
2
-6
/
+6
[next]