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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: don't install GLX files if GLX is not built
Akihiko Odaki
2016-07-07
1
-0
/
+4
*
nir: add glsl_dvec_type() helper
Timothy Arceri
2016-07-06
2
-0
/
+7
*
osmesa: Export OSMesaCreateContextAttribs.
Mathias Fröhlich
2016-07-07
4
-0
/
+4
*
i965: consolidate generation check
Timothy Arceri
2016-07-07
1
-6
/
+6
*
i965: don't copy VS attribute work arounds for HSW+
Timothy Arceri
2016-07-07
1
-2
/
+4
*
i965: add double packing support to tess stages
Timothy Arceri
2016-07-07
1
-9
/
+18
*
i965: add double support packing support to gs inputs
Timothy Arceri
2016-07-07
1
-2
/
+3
*
nir: add glsl_double_type() helper
Timothy Arceri
2016-07-07
2
-0
/
+7
*
i965: add indirect packing support to gs load inputs
Timothy Arceri
2016-07-07
1
-3
/
+15
*
i965: add indirect packing support for tcs and tes
Timothy Arceri
2016-07-07
1
-4
/
+29
*
i965: add component packing support for tcs
Timothy Arceri
2016-07-07
1
-3
/
+8
*
i965: add component packing support for tes
Timothy Arceri
2016-07-07
1
-5
/
+33
*
i965: add component packing support for gs
Timothy Arceri
2016-07-07
2
-5
/
+19
*
nir: use the same driver location for packed varyings
Timothy Arceri
2016-07-07
5
-9
/
+38
*
nir: add new intrinsic field for storing component offset
Timothy Arceri
2016-07-07
4
-6
/
+23
*
i965/docs: update Intel Linux Graphics URLs
Eric Engestrom
2016-07-06
2
-2
/
+2
*
anv: gitignore anv_timestamp.h
Chad Versace
2016-07-06
1
-0
/
+1
*
radeon/llvm: Use alloca instructions for larger arrays
Tom Stellard
2016-07-06
2
-25
/
+151
*
radeon/llvm: Add helpers for loading and storing data from arrays.
Tom Stellard
2016-07-06
1
-10
/
+41
*
radeon/llvm: Remove uses_temp_indirect_addressing() function
Tom Stellard
2016-07-06
1
-23
/
+1
*
anv: vulkan: remove the anv_device.$(OBJEXT) rule
Emil Velikov
2016-07-06
2
-4
/
+3
[next]