index
:
~tagr/mesa
gv11b
master
nouveau-sync-fd
staging/base
staging/branches
staging/fixes
staging/master
staging/nouveau
staging/tegra
staging/work
tegra-v2
tegra-v3
tegra-v4
tegra-v5
tegra-wip
vde
Mesa Tegra support
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
i965/blorp: Prepare for more than two vertex attributes
staging/nouveau
staging/base
Topi Pohjolainen
4
-3
/
+22
2016-07-04
i965/blorp: Tell vertex fetcher about flat inputs
Topi Pohjolainen
2
-8
/
+30
2016-07-04
i965/blorp: Add support for flat input buffer
Topi Pohjolainen
1
-3
/
+65
2016-07-04
i965/blorp: Store input read mask
Topi Pohjolainen
2
-0
/
+2
2016-07-04
i965/blorp: Rename push constants to inputs
Topi Pohjolainen
5
-22
/
+22
2016-07-04
i965/blorp: Use core vertex buffer state setup
Topi Pohjolainen
1
-48
/
+14
2016-07-04
i965/blorp: Split vertex data and element setup
Topi Pohjolainen
1
-21
/
+25
2016-07-04
i965: Unify vertex buffer setup
Topi Pohjolainen
2
-29
/
+46
2016-07-04
i965/draw: Expose vertex buffer state setup
Topi Pohjolainen
2
-18
/
+37
2016-07-03
freedreno: fix crash on smaller gpus and higher resolutions
Rob Clark
1
-1
/
+1
2016-07-02
i965: don't drop const initializers in vector splitting
Rob Clark
1
-0
/
+12
2016-07-02
glsl: add driconf to zero-init unintialized vars
Rob Clark
11
-1
/
+34
2016-07-02
freedreno/ir3: support glsl linking for cmdline compiler
Rob Clark
1
-24
/
+47
2016-07-02
glsl/standalone: initialize MaxUserAssignableUniformLocations
Rob Clark
1
-0
/
+4
2016-07-02
freedreno: update valid_buffer_range for SO buffers
Rob Clark
1
-0
/
+5
2016-07-02
freedreno/ir3: support non-user_buffer consts
Rob Clark
2
-3
/
+5
2016-07-02
freedreno/a2xx: move setup/restore cmds into binning pass
Rob Clark
4
-9
/
+4
2016-07-02
freedreno: pass index buffer as a pipe_resource
Rob Clark
2
-16
/
+16
2016-07-02
freedreno: switch emit_const_bo() to take prsc's
Rob Clark
4
-17
/
+18
2016-07-02
nv30: Fix "array subscript is below array bounds" compiler warning
Hans de Goede
1
-2
/
+1
2016-07-02
nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings
Hans de Goede
2
-3
/
+3
2016-07-02
nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warnings
Hans de Goede
1
-0
/
+4
2016-07-02
nouveau: Add support for SV_WORK_DIM
Hans de Goede
8
-12
/
+29
2016-07-02
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
3
-4
/
+4
2016-07-02
clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driver
Hans de Goede
2
-0
/
+8
2016-07-02
tgsi: Add WORK_DIM System Value
Hans de Goede
3
-0
/
+10
2016-07-02
mesa/main: fix error checking logic on CopyImageSubData
Alejandro Piñeiro
1
-5
/
+10
2016-07-02
st/glsl_to_tgsi: don't increase immediate index by 1.
Dave Airlie
1
-1
/
+1
2016-07-01
st/mesa: get max supported number of image samples from driver
Ilia Mirkin
1
-1
/
+5
2016-07-01
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
7
-49
/
+108
2016-07-01
st/mesa: check the texture image level in st_texture_match_image
Nicolai Hähnle
1
-0
/
+3
2016-07-01
st/mesa: an incomplete texture may have a zero-size first image
Nicolai Hähnle
1
-0
/
+3
2016-07-01
st/vdpau: use bicubic filter for scaling(v6.1)
Nayan Deshmukh
3
-14
/
+106
2016-07-01
vl: add a bicubic interpolation filter(v5)
Nayan Deshmukh
3
-0
/
+528
2016-07-01
mesa/st: Use 'struct nir_shader' instead of 'nir_shader'.
Vinson Lee
1
-6
/
+6
2016-07-01
docs: update MESA_DEBUG envvar documentation.
Alejandro Piñeiro
1
-2
/
+11
2016-07-01
i965: intel_texture_barrier reimplemented
Alejandro Piñeiro
1
-1
/
+20
2016-07-01
nv30: go back to not using viewport validate function for swtnl
Ilia Mirkin
2
-1
/
+16
2016-07-01
nv30: fix viewport clipping settings to be based on viewport, not rt
Ilia Mirkin
2
-17
/
+11
2016-06-30
gallium/util: check for window cliprects in util_can_blit_via_copy_region()
Brian Paul
1
-0
/
+1
2016-06-30
gallium: Force blend color to 16-byte alignment
Chuck Atkins
1
-1
/
+11
2016-06-30
swr: Refactor checks for compiler feature flags
Chuck Atkins
2
-25
/
+52
2016-06-30
st/wgl: make own_mutex() non-static
Brian Paul
2
-4
/
+7
2016-06-30
glsl: atomic counters are different than their uniforms
Andres Gomez
1
-37
/
+37
2016-06-30
glsl: count atomic counters correctly
Andres Gomez
1
-4
/
+10
2016-06-30
svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies
Brian Paul
1
-4
/
+28
2016-06-30
svga: add SVGA3D_vgpu10_BufferCopy()
Brian Paul
2
-0
/
+30
2016-06-30
svga: flush buffers when mapping for reading
Brian Paul
1
-13
/
+24
2016-06-30
svga: enable ARB_copy_image extension in the driver
Neha Bhende
1
-1
/
+2
2016-06-30
svga: try blitting with copy region in more cases
Brian Paul
1
-1
/
+7
[next]