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
*
nir/nir_lower_io: Add vec4 support
Iago Toral Quiroga
2015-08-03
3
-33
/
+86
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
5
-7
/
+12
*
i965/nir/vec4: Add shader function implementation
Eduardo Lima Mitev
2015-08-03
2
-1
/
+11
*
i965/nir/vec4: Add setup for system values
Alejandro Piñeiro
2015-08-03
2
-1
/
+50
*
i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 pass
Alejandro Piñeiro
2015-08-03
8
-11
/
+19
*
i965/nir/vec4: Add setup of uniform variables
Iago Toral Quiroga
2015-08-03
2
-3
/
+97
*
i965/nir/vec4: Add setup of input variables in NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
2
-1
/
+12
*
i965/vec4: Move type_size() method to brw_vec4_visitor class
Eduardo Lima Mitev
2015-08-03
2
-6
/
+17
*
i965/nir/vec4: Select between new nir_vec4 or current vec4_visitor code-paths
Eduardo Lima Mitev
2015-08-03
2
-10
/
+22
*
i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
3
-0
/
+273
*
mesa: Replace F_TO_I() with _mesa_lroundevenf().
Matt Turner
2015-08-03
6
-42
/
+42
*
mesa: Add -fno-trapping-math to CFLAGS.
Matt Turner
2015-08-03
1
-2
/
+2
*
mesa: Add -fno-math-errno to CFLAGS.
Matt Turner
2015-08-03
1
-0
/
+3
*
r600,compute: force tiling on 2D and 3D texture compute resources
Zoltan Gilian
2015-08-03
1
-2
/
+9
*
clover: handle setKernelArg errors
Zoltan Gilian
2015-08-03
1
-0
/
+15
*
clover: fix image resource depth and array_size
Zoltan Gilian
2015-08-03
2
-1
/
+2
*
nir: Use a single bit for the dual-source blend index
Timothy Arceri
2015-08-03
1
-2
/
+6
*
clover: pass image attributes to the kernel
Zoltan Gilian
2015-08-03
4
-11
/
+171
*
clover: move find_kernels to functions
Zoltan Gilian
2015-08-03
1
-13
/
+15
*
mesa: fix type for array indexing validation
Timothy Arceri
2015-08-03
1
-1
/
+1
*
mesa/es3.1: Allow multisampled textures for GLES 3.1
Marta Lofstedt
2015-08-03
1
-2
/
+2
*
mesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLE
Marta Lofstedt
2015-08-03
1
-1
/
+3
*
mesa/es3.1: Allow enable of GL_SAMPLE_MASK
Marta Lofstedt
2015-08-03
1
-1
/
+1
*
mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLE
Marta Lofstedt
2015-08-03
2
-3
/
+3
*
mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODE
Marta Lofstedt
2015-08-03
1
-1
/
+3
*
mesa/es3.1: Allow GL_SAMPLE_MASK
Marta Lofstedt
2015-08-03
1
-1
/
+1
*
mesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with gles 3.1
Marta Lofstedt
2015-08-03
1
-2
/
+3
*
r600g: re-enable single-sample fast clear
Marek Olšák
2015-08-03
1
-6
/
+1
*
r600g: fix the CB_SHADER_MASK setup
Marek Olšák
2015-08-03
2
-4
/
+5
*
r600g: fix the single-sample fast clear setup
Marek Olšák
2015-08-03
1
-2
/
+6
*
radeonsi: flush if the memory usage for an IB is too high
Marek Olšák
2015-08-02
2
-0
/
+17
*
opencl: use versioned .so in mesa.icd
Igor Gnatenko
2015-08-01
4
-2
/
+5
*
includes/GL: remove duplicated extension declarations from glx.h
Emil Velikov
2015-08-01
1
-92
/
+0
*
docs: rename/bump 10.7.0 release notes to 11.0.0
Emil Velikov
2015-08-01
2
-7
/
+7
*
winsys/radeon: don't leak the fd when it is 0
Emil Velikov
2015-08-01
1
-2
/
+2
*
configure.ac: check for mkostemp()
Emil Velikov
2015-08-01
1
-0
/
+1
*
egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it
Emil Velikov
2015-08-01
2
-19
/
+3
*
egl/wayland: use designated initializers
Emil Velikov
2015-08-01
1
-13
/
+13
*
egl: remove ifdef $(egl_extension) compile guards
Emil Velikov
2015-08-01
3
-65
/
+1
*
egl/wayland: libdrm is a hard requirement, treat it as such
Emil Velikov
2015-08-01
2
-2
/
+3
*
egl: consolidate ifdef HAVE_LIBDRM blocks
Emil Velikov
2015-08-01
1
-108
/
+102
*
configure.ac: null,android,gdi are not valid egl-platforms
Emil Velikov
2015-08-01
2
-6
/
+3
*
Revert "gallium/radeon: re-enable unsafe math for graphics shaders"
Marek Olšák
2015-08-01
1
-4
/
+0
*
clover: make dispatch matches functions def
EdB
2015-07-31
1
-5
/
+18
*
gallivm: Fix GCC unused-variable warning.
Vinson Lee
2015-07-31
1
-2
/
+1
*
glx: Fix missing bit decl for EXT_texture_integer
Adam Jackson
2015-07-31
1
-0
/
+1
*
glsl: Initialize parse-state in constructor of lower_subroutine.
Matt Turner
2015-07-31
1
-3
/
+3
*
glx: Fix image size computation for EXT_texture_integer (v2)
Adam Jackson
2015-07-31
2
-0
/
+11
*
radeonsi: copy *8_SNORM bits exactly in resource_copy_region
Marek Olšák
2015-07-31
1
-1
/
+3
*
r600g: early exit in r600_clear if there's nothing to do
Marek Olšák
2015-07-31
1
-0
/
+2
[next]