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/ir3: support glsl linking for cmdline compiler
Rob Clark
2016-07-02
1
-24
/
+47
*
glsl/standalone: initialize MaxUserAssignableUniformLocations
Rob Clark
2016-07-02
1
-0
/
+4
*
freedreno: update valid_buffer_range for SO buffers
Rob Clark
2016-07-02
1
-0
/
+5
*
freedreno/ir3: support non-user_buffer consts
Rob Clark
2016-07-02
2
-3
/
+5
*
freedreno/a2xx: move setup/restore cmds into binning pass
Rob Clark
2016-07-02
4
-9
/
+4
*
freedreno: pass index buffer as a pipe_resource
Rob Clark
2016-07-02
2
-16
/
+16
*
freedreno: switch emit_const_bo() to take prsc's
Rob Clark
2016-07-02
4
-17
/
+18
*
nv30: Fix "array subscript is below array bounds" compiler warning
Hans de Goede
2016-07-02
1
-2
/
+1
*
nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings
Hans de Goede
2016-07-02
2
-3
/
+3
*
nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warnings
Hans de Goede
2016-07-02
1
-0
/
+4
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
8
-12
/
+29
*
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
2016-07-02
3
-4
/
+4
*
clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driver
Hans de Goede
2016-07-02
2
-0
/
+8
*
tgsi: Add WORK_DIM System Value
Hans de Goede
2016-07-02
3
-0
/
+10
*
mesa/main: fix error checking logic on CopyImageSubData
Alejandro Piñeiro
2016-07-02
1
-5
/
+10
*
st/glsl_to_tgsi: don't increase immediate index by 1.
Dave Airlie
2016-07-02
1
-1
/
+1
*
st/mesa: get max supported number of image samples from driver
Ilia Mirkin
2016-07-01
1
-1
/
+5
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
7
-49
/
+108
*
st/mesa: check the texture image level in st_texture_match_image
Nicolai Hähnle
2016-07-01
1
-0
/
+3
*
st/mesa: an incomplete texture may have a zero-size first image
Nicolai Hähnle
2016-07-01
1
-0
/
+3
*
st/vdpau: use bicubic filter for scaling(v6.1)
Nayan Deshmukh
2016-07-01
3
-14
/
+106
*
vl: add a bicubic interpolation filter(v5)
Nayan Deshmukh
2016-07-01
3
-0
/
+528
*
mesa/st: Use 'struct nir_shader' instead of 'nir_shader'.
Vinson Lee
2016-07-01
1
-6
/
+6
*
i965: intel_texture_barrier reimplemented
Alejandro Piñeiro
2016-07-01
1
-1
/
+20
*
nv30: go back to not using viewport validate function for swtnl
Ilia Mirkin
2016-07-01
2
-1
/
+16
*
nv30: fix viewport clipping settings to be based on viewport, not rt
Ilia Mirkin
2016-07-01
2
-17
/
+11
*
gallium/util: check for window cliprects in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-0
/
+1
*
gallium: Force blend color to 16-byte alignment
Chuck Atkins
2016-06-30
1
-1
/
+11
*
swr: Refactor checks for compiler feature flags
Chuck Atkins
2016-06-30
1
-2
/
+2
*
st/wgl: make own_mutex() non-static
Brian Paul
2016-06-30
2
-4
/
+7
*
glsl: atomic counters are different than their uniforms
Andres Gomez
2016-06-30
1
-37
/
+37
*
glsl: count atomic counters correctly
Andres Gomez
2016-06-30
1
-4
/
+10
*
svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies
Brian Paul
2016-06-30
1
-4
/
+28
*
svga: add SVGA3D_vgpu10_BufferCopy()
Brian Paul
2016-06-30
2
-0
/
+30
*
svga: flush buffers when mapping for reading
Brian Paul
2016-06-30
1
-13
/
+24
*
svga: enable ARB_copy_image extension in the driver
Neha Bhende
2016-06-30
1
-1
/
+2
*
svga: try blitting with copy region in more cases
Brian Paul
2016-06-30
1
-1
/
+7
*
svga: use copy_region_vgpu10() for region copies when possible
Brian Paul
2016-06-30
1
-4
/
+37
*
svga: use vgpu10 CopyRegion command when possible
Neha Bhende
2016-06-30
1
-2
/
+147
*
svga: set render target flag for snorm surfaces
Brian Paul
2016-06-30
1
-0
/
+10
*
svga: add new svga_format_is_uncompressed_snorm() helper
Brian Paul
2016-06-30
2
-0
/
+24
*
svga: adjust sampler view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+5
*
svga: adjust render target view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+13
*
svga: don't advertise support for R32G32B32_UINT/SINT surface formats
Neha Bhende
2016-06-30
1
-2
/
+2
*
svga: use untyped surface formats in most cases
Brian Paul
2016-06-30
1
-4
/
+7
*
gallium/util: add tight_format_check param to util_can_blit_via_copy_region()
Brian Paul
2016-06-30
2
-11
/
+30
*
gallium/util: simplify a few things in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-12
/
+8
*
gallium/util: new util_try_blit_via_copy_region() function
Brian Paul
2016-06-30
2
-15
/
+32
*
svga: Fix failures caused in fedora 24
Neha Bhende
2016-06-30
4
-6
/
+26
*
st/wgl: remove unneeded inline qualifiers
Brian Paul
2016-06-30
2
-4
/
+4
[next]