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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
docs: add news item and link release notes for 12.0.0/12.0.1
Emil Velikov
2016-07-09
2
-0
/
+15
*
docs: add sha256 checksums for 12.0.1
Emil Velikov
2016-07-09
1
-1
/
+2
*
docs: add release notes for 12.0.1
Emil Velikov
2016-07-09
1
-0
/
+66
*
docs: add sha256 checksums for 12.0.0
Emil Velikov
2016-07-09
1
-1
/
+2
*
docs: Update 12.0.0 release notes
Emil Velikov
2016-07-09
1
-3
/
+248
*
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
*
i965: Emit SKL VF cache invalidation W/A from brw_emit_pipe_control_flush.
Francisco Jerez
2016-07-07
1
-9
/
+10
*
i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.
Francisco Jerez
2016-07-07
4
-35
/
+11
*
egl: restrict swap_available dri2_egl_display field to X11
Frank Binns
2016-07-07
2
-3
/
+1
*
egl: Fix the bad surface attributes combination checking for pbuffers. (v3)
Guillaume Charifi
2016-07-07
1
-21
/
+15
*
egl/display: remove unnecessary code and make it easier to read
Eric Engestrom
2016-07-07
1
-15
/
+14
*
mesa: Make single-buffered GLES representation internally consistent
Gurchetan Singh
2016-07-07
3
-2
/
+30
*
bugzilla_mesa.sh: Drop "Bug " from sed command
Emil Velikov
2016-07-07
1
-1
/
+1
[next]