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
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
46
-54
/
+54
*
svga: update some comments in svga_buffer_handle()
Brian Paul
2016-06-23
1
-10
/
+3
*
svga: add a const qualifier in svga_buffer_upload_piecewise()
Brian Paul
2016-06-23
1
-1
/
+1
*
svga: minor code refactor for svga_buffer_upload_command()
Brian Paul
2016-06-23
1
-5
/
+21
*
svga: minor code simplification in svga_context_finish()
Brian Paul
2016-06-23
1
-1
/
+1
*
i965: Implement rasterizer discard via SOL unless required for queries.
Kenneth Graunke
2016-06-23
2
-0
/
+21
*
i965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_state atoms.
Kenneth Graunke
2016-06-23
4
-99
/
+37
*
glsl: Don't constant propagate arrays.
Kenneth Graunke
2016-06-23
1
-1
/
+1
*
glsl: Make lower_const_arrays_to_uniforms work directly on constants.
Kenneth Graunke
2016-06-23
1
-8
/
+3
*
i965: Copy propagate before doing variable index lowering.
Kenneth Graunke
2016-06-23
1
-0
/
+2
*
glsl: Propagate invariant/precise after lowering const arrays.
Kenneth Graunke
2016-06-23
1
-0
/
+1
*
glsl: Split arrays even in the presence of whole-array copies.
Kenneth Graunke
2016-06-23
1
-0
/
+55
*
glsl: Make constant propagation's folder not propagate into an LHS.
Kenneth Graunke
2016-06-23
1
-1
/
+1
*
i965/blorp: Disable vertex element swizzling
Topi Pohjolainen
2016-06-23
2
-4
/
+18
*
i965/blorp: Let program data tell if push constants are needed
Topi Pohjolainen
2016-06-23
3
-15
/
+35
*
i965/blorp: Use prog data counters to guide wm/ps setup
Topi Pohjolainen
2016-06-23
3
-3
/
+8
*
i965/blorp: Use prog data counters to guide sf/sbe setup
Topi Pohjolainen
2016-06-23
5
-9
/
+37
*
i965: Avoid division by zero.
Ardinartsev Nikita
2016-06-23
1
-11
/
+15
*
swr: [rasterizer core] fix dependency bug
Tim Rowley
2016-06-23
4
-10
/
+10
*
swr: [rasterizer core] use wrap-around safe compares for dependency checking
Tim Rowley
2016-06-23
6
-36
/
+45
*
swr: [rasterizer jitter] add support for component packing for 'odd' formats
Tim Rowley
2016-06-23
1
-4
/
+23
*
swr: [rasterizer core] track whether GS outputs viewport array index
Tim Rowley
2016-06-23
1
-0
/
+3
*
swr: [rasterizer core] GS viewport array index attribute
Tim Rowley
2016-06-23
2
-1
/
+2
*
swr: [rasterizer core] conservative rasterization frontend support
Tim Rowley
2016-06-23
10
-63
/
+325
*
swr: [rasterizer core] stop single threaded crash exit crash
Tim Rowley
2016-06-23
1
-2
/
+3
*
swr: [rasterizer jitter] small fetch jit cleanup
Tim Rowley
2016-06-23
1
-134
/
+36
*
swr: [rasterizer core] remove old comment
Tim Rowley
2016-06-23
1
-1
/
+0
*
swr: [rasterizer jitter] cleanup supporting different llvm versions
Tim Rowley
2016-06-23
8
-34
/
+73
*
swr: [rasterizer jitter] unitialized component fix in fetch jit
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer] add support for building avx512 version
Tim Rowley
2016-06-23
5
-15
/
+20
*
swr: [rasterizer common] fix include for Intel compiler
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer common] workaround clang for windows __cpuid() bug
Tim Rowley
2016-06-23
1
-5
/
+9
*
swr: push/pop DEBUG macro around llvm includes
Tim Rowley
2016-06-23
2
-4
/
+13
*
include: Require MSVC 2013 Update 4.
Jose Fonseca
2016-06-23
1
-2
/
+2
*
svga: rename svga_surface_copy() to svga_resource_copy_region()
Brian Paul
2016-06-23
1
-9
/
+9
*
svga: don't copy blit_info into local var
Brian Paul
2016-06-23
1
-11
/
+10
*
gallium/util: fix some 4-space indentation in blitter code
Brian Paul
2016-06-23
1
-21
/
+21
*
svga: fix texture array update regression
Charmaine Lee
2016-06-23
1
-6
/
+27
*
svga: fix index/vertex buffer surface reference at draw
Charmaine Lee
2016-06-23
1
-0
/
+20
*
svga: fix vertex buffer references in the hw state
Charmaine Lee
2016-06-23
4
-27
/
+64
*
svga: fix index buffer reference in the hw state
Charmaine Lee
2016-06-23
3
-6
/
+16
*
glsl/mesa: stop duplicating geom and tcs layout values
Timothy Arceri
2016-06-23
7
-53
/
+48
*
glsl/mesa: stop duplicating tes layout values
Timothy Arceri
2016-06-23
4
-28
/
+28
*
.mailmap: Fixup my email address
Edward O'Callaghan
2016-06-23
1
-0
/
+2
*
st/mesa: expose EXT_vertex_array_bgra when supported by backend
Christian Gmeiner
2016-06-22
1
-1
/
+2
*
anv: Use different BOs for different scratch sizes and stages
Jason Ekstrand
2016-06-22
7
-55
/
+32
*
genxml: Make ScratchSpaceBasePointer an address instead of an offset
Jason Ekstrand
2016-06-22
8
-38
/
+59
*
anv: Add an allocator for scratch buffers
Jason Ekstrand
2016-06-22
2
-0
/
+89
*
genxml: Put append counter fields before MCS in RENDER_SURFACE_STATE on gen7
Jason Ekstrand
2016-06-22
2
-4
/
+4
*
anv,isl: Lower storage image formats in anv
Jason Ekstrand
2016-06-22
2
-7
/
+4
[next]