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
*
gallivm, tgsi: provide fake sample_i_ms implementations
Roland Scheidegger
2016-02-18
2
-4
/
+11
*
st/mesa: new st_DrawAtlasBitmaps() function for drawing bitmap text
Brian Paul
2016-02-17
2
-3
/
+141
*
mesa: implement a display list / glBitmap texture atlas
Brian Paul
2016-02-17
5
-0
/
+448
*
st/mesa: apply DepthMode swizzle to stencil texturing as well
Ilia Mirkin
2016-02-17
1
-2
/
+0
*
i965/skl: Update Skylake renderer strings
Ben Widawsky
2016-02-17
1
-9
/
+9
*
i965/skl: Add two missing device IDs
Ben Widawsky
2016-02-17
1
-0
/
+2
*
mesa: allow multisampled format info to be returned on GLES 3.1
Ilia Mirkin
2016-02-17
1
-1
/
+4
*
i965: Extract push constant state to a new file
Ben Widawsky
2016-02-17
4
-164
/
+191
*
i965: Make emit_minmax return an instruction*.
Matt Turner
2016-02-17
3
-10
/
+10
*
i965: Lower min/max after optimization on Gen4/5.
Matt Turner
2016-02-17
8
-44
/
+88
*
i965/vec4: Initialize force_writemask_all in vec4_builder().
Matt Turner
2016-02-17
1
-1
/
+2
*
radeon/llvm: Add TargetLibraryInfo to the pass manager
Tom Stellard
2016-02-17
1
-1
/
+7
*
radeon/llvm: Set the target triple on the module
Tom Stellard
2016-02-17
4
-4
/
+12
*
gallivm: Add helpers for creating and destroying TargetLibraryInfo
Tom Stellard
2016-02-17
2
-0
/
+37
*
nvc0: invalidate all buffers when switching pipe contexts
Samuel Pitoiset
2016-02-17
1
-0
/
+1
*
st/mesa: fix up result_src.type when doing i2u/u2i conversions
Ilia Mirkin
2016-02-17
1
-0
/
+1
*
st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()
Brian Paul
2016-02-17
1
-12
/
+1
*
i965/gen7: Use predicated rendering for indirect compute
Jordan Justen
2016-02-17
2
-14
/
+83
*
freedreno: expose time-elapsed query
Rob Clark
2016-02-17
2
-1
/
+5
*
freedreno/a4xx: implement time-elapsed query
Rob Clark
2016-02-17
2
-0
/
+133
*
freedreno/a4xx: better occlusion/sample counting
Rob Clark
2016-02-17
1
-1
/
+6
*
freedreno/query: fix refcnt'ing issue
Rob Clark
2016-02-17
1
-1
/
+1
*
freedreno/query: some queries don't have ->begin_query()
Rob Clark
2016-02-17
2
-0
/
+18
*
freedreno/query: align counter snapshot locations
Rob Clark
2016-02-17
1
-0
/
+2
*
freedreno/query: add optional enable hook
Rob Clark
2016-02-17
5
-0
/
+36
*
freedreno: query max gpu freq
Rob Clark
2016-02-17
3
-1
/
+12
*
freedreno: update generated headers
Rob Clark
2016-02-17
5
-30
/
+1355
*
freedreno/ir3: fix new gcc6 errors
Rob Clark
2016-02-17
1
-1
/
+0
*
nv50/ir: we can't do the add to mad conversion when the mul saturates
Karol Herbst
2016-02-16
1
-0
/
+3
*
nv50/ir: optimize neg(and(set, 1)) to set
Karol Herbst
2016-02-16
1
-0
/
+32
*
nv50/ir: fix quadop emission in the presence of predication
Ilia Mirkin
2016-02-16
4
-5
/
+9
*
nv50,nvc0: enable/disable seamless cubemap texturing as requested
Ilia Mirkin
2016-02-16
12
-3
/
+26
*
st/mesa: add missing ETC2 entries to format_map
Rob Clark
2016-02-16
1
-0
/
+42
*
nvc0: enable compute support on GK110:GM200 with an envvar
Samuel Pitoiset
2016-02-16
1
-2
/
+7
*
nvc0: add compute support for GM107
Samuel Pitoiset
2016-02-16
2
-1
/
+5
*
nvc0: fix compute state initialization on GK110+
Samuel Pitoiset
2016-02-16
1
-6
/
+7
*
glsl: remove duplicate interpolation_string() function
Timothy Arceri
2016-02-17
3
-30
/
+2
*
glsl: remove unused helper
Timothy Arceri
2016-02-17
2
-26
/
+0
*
glsl: set user defined varyings to smooth by default in ES
Timothy Arceri
2016-02-17
1
-0
/
+11
*
gm107/ir: add ATOM CAS emission
Samuel Pitoiset
2016-02-16
1
-15
/
+27
*
st/mesa: do not init limits when compute shaders are not supported
Samuel Pitoiset
2016-02-16
1
-0
/
+8
*
mesa: Don't call driver when there is no compute work
Jordan Justen
2016-02-16
1
-0
/
+3
*
i965: Set compute shader shared memory max to 64k
Jordan Justen
2016-02-16
1
-1
/
+1
*
st/mesa: use new CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
4
-24
/
+9
*
cso: add CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
1
-0
/
+6
*
st/mesa: simplify st->ctx, ctx->st usage in a various places
Brian Paul
2016-02-16
6
-18
/
+17
*
st/mesa: use _mesa_geometric_width/height() in glDrawPixels code
Brian Paul
2016-02-16
1
-10
/
+9
*
st/mesa: rename attr variable in st_DrawTex()
Brian Paul
2016-02-16
1
-10
/
+10
*
st/mesa: use 'cso' instead of 'st->cso_context' in st_DrawTex()
Brian Paul
2016-02-16
1
-1
/
+1
*
st/mesa: fix whitespace and add comment in st_DrawTex()
Brian Paul
2016-02-16
1
-3
/
+3
[next]