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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
2016-05-30
5
-2
/
+10
*
nv50/ir: Add missing handling of U64/S64 in inlines
Pierre Moreau
2016-05-30
1
-1
/
+3
*
vc4: Fix doxygen warnings
12.0-branchpoint
Rhys Kidd
2016-05-30
2
-6
/
+6
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
1
-3
/
+3
*
gallivm: initialize init_native_targets_once_flag correctly
Frederic Devernay
2016-05-30
1
-1
/
+1
*
nvc0/ir: fix emission of predicate spill to register
Ilia Mirkin
2016-05-30
1
-1
/
+2
*
nvc0: fix some compute texture validation bits on kepler
Ilia Mirkin
2016-05-30
3
-2
/
+7
*
swr: automake: silence the python invocation
Emil Velikov
2016-05-30
1
-7
/
+8
*
swr: automake: attempt to fix the out-of-tree build
Emil Velikov
2016-05-30
1
-0
/
+7
*
swr: remove LLVM dependency from source generation rules.
Emil Velikov
2016-05-30
1
-2
/
+2
*
swr: add all the generators to the release tarball.
Emil Velikov
2016-05-30
1
-0
/
+24
*
softpipe: add sp_buffer.h to the sources list (release tarball)
Emil Velikov
2016-05-30
1
-0
/
+1
*
freedreno: make sure we pick up ir3_nir_trig.py in the release tarball
Emil Velikov
2016-05-30
1
-0
/
+1
*
gallium: push offset down to driver
Stanimir Varbanov
2016-05-30
9
-5
/
+53
*
st/dri: cleanup image_from_fd/dma_buf paths
Stanimir Varbanov
2016-05-30
1
-37
/
+44
*
st/dri: add handling of R8 and GR88 DRI fourcc formats
Stanimir Varbanov
2016-05-30
1
-0
/
+20
*
radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards.
Bas Nieuwenhuizen
2016-05-30
1
-2
/
+6
*
nv50,nvc0: fix the max_vertices=0 case
Ilia Mirkin
2016-05-29
3
-2
/
+4
*
swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc.
Vinson Lee
2016-05-28
1
-1
/
+1
*
gk110/ir: fix unspilling of predicates from registers
Ilia Mirkin
2016-05-28
1
-0
/
+28
*
nvc0: remove outdated surfaces validation code for GK104
Samuel Pitoiset
2016-05-28
1
-70
/
+0
*
nvc0: do not always invalidate 3D CBs when using compute
Samuel Pitoiset
2016-05-28
1
-8
/
+17
*
gallium/util: another s/unsigned/enum pipe_prim_type/ for clang
Brian Paul
2016-05-27
1
-1
/
+1
*
gallium/util: another unsigned -> enum pipe_prim_type change
Brian Paul
2016-05-27
1
-1
/
+1
*
radeonsi: enable OpenGL 4.3
Bas Nieuwenhuizen
2016-05-27
1
-0
/
+4
*
nouveau: enable GL 4.3 on kepler/fermi
Dave Airlie
2016-05-28
1
-1
/
+1
*
radeonsi: always reserve output space for tess factors
Marek Olšák
2016-05-27
1
-1
/
+6
*
gallium/ddebug: Add passthrough for query_memory_info.
Bas Nieuwenhuizen
2016-05-27
1
-0
/
+9
*
gallivm: eliminate a unnecessary AND with unorm lerps
Roland Scheidegger
2016-05-27
1
-10
/
+35
*
gallium/util: use enum pipe_prim_type instead of unsigned some more
Roland Scheidegger
2016-05-27
1
-5
/
+16
*
svga: remove unneeded casts in get_query_result_vgpu9() calls
Brian Paul
2016-05-27
1
-2
/
+2
*
svga: use MAYBE_UNUSED to silence release-build warnings
Brian Paul
2016-05-27
1
-7
/
+4
*
nvc0/ir: handle a load's reg result not being used for locked variants
Ilia Mirkin
2016-05-26
3
-11
/
+45
*
nvc0/ir: avoid generating illegal instructions for compute constbuf loads
Ilia Mirkin
2016-05-26
1
-1
/
+2
*
gallium/util: fix build break
Rob Clark
2016-05-26
1
-0
/
+1
*
gallium/util: use enum pipe_prim_type in u_prim.h functions
Brian Paul
2016-05-26
1
-14
/
+16
*
util/indices: move duplicated assignments out of switch cases
Brian Paul
2016-05-26
1
-29
/
+4
*
gallium: change pipe_draw_info::mode to be pipe_prim_type
Brian Paul
2016-05-26
1
-1
/
+1
*
util/indices,svga: s/unsigned/enum pipe_prim_type/
Brian Paul
2016-05-26
5
-18
/
+21
*
util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
9
-13
/
+15
*
svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
3
-3
/
+3
*
svga: s/unsigned/enum pipe_prim_type/ for primitive type variables
Brian Paul
2016-05-26
7
-14
/
+15
*
svga: fix test for unfilled triangles fallback
Brian Paul
2016-05-26
3
-6
/
+43
*
svga: clean up and improve comments in svga_draw_private.h
Brian Paul
2016-05-26
1
-4
/
+8
*
util/indices: implement unfilled (tri->line) conversion for adjacency prims
Brian Paul
2016-05-26
2
-2
/
+38
*
util/indices: implement provoking vertex conversion for adjacency primitives
Brian Paul
2016-05-26
3
-3
/
+134
*
util/indices: assert that the incoming primitive is a triangle type
Brian Paul
2016-05-26
1
-0
/
+5
*
util/indices: formatting, whitespace fixes in u_unfilled_indices.c
Brian Paul
2016-05-26
1
-12
/
+7
*
util/indices: improve comments in u_indices.h
Brian Paul
2016-05-26
1
-3
/
+29
*
svga: fix primitive mode (point/line/tri) test for unfilled primitives
Brian Paul
2016-05-26
2
-2
/
+2
[next]