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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/miptree: Add a helper for getting the ISL clear color from a miptree
Jason Ekstrand
2016-07-15
2
-0
/
+30
*
i965/miptree: Add a helper for getting an isl_surf from a miptree
Jason Ekstrand
2016-07-15
2
-2
/
+176
*
i965: Add an isl_device to the brw_context
Jason Ekstrand
2016-07-15
2
-0
/
+6
*
mesa: handle numLevels, numSamples in _mesa_test_proxy_teximage()
Brian Paul
2016-07-15
1
-3
/
+42
*
mesa: add proxy texture targets in _mesa_next_mipmap_level_size()
Brian Paul
2016-07-15
1
-3
/
+6
*
mesa: add numLevels, numSamples to Driver.TestProxyTexImage()
Brian Paul
2016-07-15
7
-29
/
+39
*
mesa: use _mesa_clear_texture_image() in clear_texture_fields()
Brian Paul
2016-07-15
1
-3
/
+1
*
Use correct names for dlopen()ed files on Cygwin
Yaakov Selkowitz
2016-07-15
1
-0
/
+2
*
st/mesa: fix reference counting bug in st_vdpau
Christian König
2016-07-14
1
-2
/
+8
*
i965/fs: emit DIM instruction to load 64-bit immediates in HSW
Samuel Iglesias Gonsálvez
2016-07-14
1
-0
/
+10
*
i965/eu: set DF imm value to the source of DIM
Samuel Iglesias Gonsálvez
2016-07-14
1
-1
/
+2
*
i965: enable the emission of the DIM instruction
Samuel Iglesias Gonsálvez
2016-07-14
10
-2
/
+23
*
i965: fix compiler warnings for 32bit build
Timothy Arceri
2016-07-14
2
-26
/
+26
*
isl: Use bpb in a few places where it's more natural than bs
Jason Ekstrand
2016-07-13
1
-2
/
+2
*
i965/blorp: Cleanup leftovers from push constant disabling
Topi Pohjolainen
2016-07-13
2
-65
/
+12
*
i965/blorp/gen7+: Bring back push constant setup
Topi Pohjolainen
2016-07-13
2
-0
/
+52
*
i965/fs: do d2x lowering before simd splitting
Samuel Iglesias Gonsálvez
2016-07-13
1
-5
/
+5
*
i965/fs: do pack lowering before simd splitting
Iago Toral Quiroga
2016-07-13
1
-5
/
+5
*
i965/fs: do not require force_writemask_all with exec_size 4
Samuel Iglesias Gonsálvez
2016-07-13
1
-1
/
+1
*
i965/fs/gen7: split instructions that run into exec masking bugs
Iago Toral Quiroga
2016-07-13
1
-0
/
+29
*
i965/fs: use the new helper function to create double immediates
Iago Toral Quiroga
2016-07-13
1
-3
/
+4
*
i965/fs: add a helper function to create double immediates
Iago Toral Quiroga
2016-07-13
2
-0
/
+40
*
glsl_to_tgsi: don't use the negate modifier in integer ops after bitcast
Marek Olšák
2016-07-12
1
-5
/
+7
*
mesa: set _NEW_BUFFERS when updating texture bound to current buffers
Ilia Mirkin
2016-07-11
1
-1
/
+7
*
meta/texsubimage: tex_image is always non-null, avoid confusing code
Ilia Mirkin
2016-07-11
1
-1
/
+1
*
st/mesa: return appropriate mesa format for ETC texture formats
Ilia Mirkin
2016-07-11
1
-0
/
+7
*
mesa: etc2 online compression is unsupported, don't attempt it
Ilia Mirkin
2016-07-11
3
-0
/
+27
*
st/mesa: remove st_dump_program_for_shader_db
Marek Olšák
2016-07-11
1
-66
/
+0
*
i965: fix ignored qualifiers warning
Francesco Ansanelli
2016-07-11
1
-1
/
+1
*
mesa: print number of samples in renderbuffer_storage error msg
Brian Paul
2016-07-08
1
-1
/
+1
*
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
1
-1
/
+4
*
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
*
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
*
osmesa: Export OSMesaCreateContextAttribs.
Mathias Fröhlich
2016-07-07
1
-0
/
+1
*
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
*
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
[prev]
[next]