index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: etc2 online compression is unsupported, don't attempt it
Ilia Mirkin
2016-07-11
3
-0
/
+27
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
5
-5
/
+16
*
nvc0: use a define for the driver constant buffer size
Samuel Pitoiset
2016-07-11
7
-17
/
+17
*
nvc0: fix the driver cb size when draw parameters are used
Samuel Pitoiset
2016-07-11
1
-2
/
+2
*
nvc0/ir: fix images indirect access on Fermi
Samuel Pitoiset
2016-07-11
1
-0
/
+7
*
st/mesa: remove st_dump_program_for_shader_db
Marek Olšák
2016-07-11
1
-66
/
+0
*
gallivm: set LLVMNoUnwindAttribute on all intrinsics
Marek Olšák
2016-07-11
1
-2
/
+4
*
i965: fix ignored qualifiers warning
Francesco Ansanelli
2016-07-11
1
-1
/
+1
*
gallium/u_queue: assert that users must wait on fences before destroying them
Nicolai Hähnle
2016-07-11
1
-0
/
+1
*
gallium/u_queue: guard fence->signalled checks with fence->mutex
Nicolai Hähnle
2016-07-11
1
-3
/
+0
*
anv/dump: Fix post-blit memory barrier
Chad Versace
2016-07-09
1
-2
/
+2
*
anv/dump: Fix vkCmdPipelineBarrier flags
Chad Versace
2016-07-09
1
-1
/
+1
*
anv/dump: Add support for dumping framebuffers
Jason Ekstrand
2016-07-09
3
-0
/
+158
*
anv/dump: Add a barrier for the source image
Jason Ekstrand
2016-07-09
1
-0
/
+22
*
anv/dump: Refactor the guts into helpers
Jason Ekstrand
2016-07-09
1
-85
/
+139
*
anv/dump: Use anv_minify instead of hand-rolling it
Jason Ekstrand
2016-07-09
1
-5
/
+4
*
anv/dump: Take an aspect in dump_image_to_ppm
Jason Ekstrand
2016-07-09
2
-3
/
+10
*
radeonsi: fix bad assertion in si_emit_sample_mask
Nicolai Hähnle
2016-07-09
1
-1
/
+2
*
glx: Fix for commit 2c86668694.
Matt Turner
2016-07-08
1
-0
/
+2
*
glx: Undo memory allocation checking damage.
Matt Turner
2016-07-08
1
-5
/
+1
*
glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays.
Colin McDonald
2016-07-08
2
-30
/
+50
*
glx: Correct opcode typos in __indirect_glTexCoordPointer.
Colin McDonald
2016-07-08
1
-5
/
+14
*
glx: Call __glXInitVertexArrayState() with a usable gc.
Colin McDonald
2016-07-08
2
-8
/
+12
*
radeon/uvd: simplify sending context buffer message
Christian König
2016-07-08
1
-4
/
+1
*
radeon/uvd: fix contex buffer destruction in the error path
Christian König
2016-07-08
1
-6
/
+2
*
radeon/uvd: move polaris fw check into radeon_video.c v2
Christian König
2016-07-08
2
-11
/
+13
*
radeon/video: fix coding style in radeon_video.c v2
Christian König
2016-07-08
1
-15
/
+15
*
svga: simplify/fix 1D/2D array resource copies
Brian Paul
2016-07-08
1
-26
/
+12
*
mesa: print number of samples in renderbuffer_storage error msg
Brian Paul
2016-07-08
1
-1
/
+1
*
svga: remove unused variable
Brian Paul
2016-07-08
1
-1
/
+0
*
svga: add dumping for more device commands
Brian Paul
2016-07-08
1
-155
/
+724
*
svga: silence a couple unused variable warnings
Brian Paul
2016-07-08
2
-1
/
+3
*
svga: rebind using render target surfaces in hw draw state
Charmaine Lee
2016-07-08
1
-6
/
+6
*
svga: invalidate gb surface before it is reused
Charmaine Lee
2016-07-08
4
-9
/
+63
*
svga: fix use of provoking vertex control
Brian Paul
2016-07-08
1
-1
/
+4
*
vl: add half pixel to v_tex before adding offsets
Nayan Deshmukh
2016-07-08
1
-0
/
+2
*
nvc0/ir: remove unused resource info loading helpers
Samuel Pitoiset
2016-07-08
2
-28
/
+0
*
nvc0/ir: refactor the surfaces info loading logic
Samuel Pitoiset
2016-07-08
2
-82
/
+44
*
nvc0/ir: move the shift left op inside loadTexHandle()
Samuel Pitoiset
2016-07-08
1
-8
/
+6
*
radeonsi: disable multi-threading when shader dumps are enabled
Nicolai Hähnle
2016-07-08
1
-0
/
+1
*
radeonsi: use multi-threaded compilation in debug contexts
Nicolai Hähnle
2016-07-08
1
-4
/
+4
*
st/mesa: set debug callback async flag
Nicolai Hähnle
2016-07-08
4
-5
/
+8
*
gallium: add async flag to pipe_debug_callback
Nicolai Hähnle
2016-07-08
3
-2
/
+14
*
radeonsi: catch a potential state tracker error with non-MSAA FBs
Nicolai Hähnle
2016-07-08
1
-0
/
+6
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
5
-18
/
+48
*
r600g: call cayman_emit_msaa_sample_locs only when needed
Nicolai Hähnle
2016-07-08
1
-1
/
+2
*
mesa: Mark R*32F formats as filterable when an extension is present.
Kenneth Graunke
2016-07-08
3
-3
/
+19
*
i965/blorp: fix indentation level
Eric Engestrom
2016-07-08
1
-1
/
+1
*
i965: Fix remaining flush vs invalidate race conditions in brw_emit_pipe_cont...
Francisco Jerez
2016-07-07
2
-0
/
+27
*
i965: Make room in the batch epilogue for three more pipe controls.
Francisco Jerez
2016-07-07
2
-10
/
+10
[next]