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
*
st/nir: Move lower_deref_instrs later
Jason Ekstrand
2018-06-22
1
-1
/
+2
*
i965: Move nir_lower_deref_instrs to right before locals_to_regs
Jason Ekstrand
2018-06-22
1
-3
/
+2
*
intel/nir: Fixup deref modes after lowering patch vertices
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
prog/nir: Use deref instructions for params
Jason Ekstrand
2018-06-22
1
-35
/
+6
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+1
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
3
-2
/
+8
*
mesa: fix glGetInteger64v for arrays of integers
Marek Olšák
2018-06-21
1
-1
/
+1
*
mesa: fix GLES 3.1 version calculation
Rob Clark
2018-06-21
1
-1
/
+2
*
i965: Link uniforms of SPIR-V programs using the NIR linker
Eduardo Lima Mitev
2018-06-21
1
-0
/
+6
*
i965: Setup glsl uniforms by index rather than name matching
Neil Roberts
2018-06-21
1
-13
/
+37
*
i965: account for NIR uniforms without name
Eduardo Lima Mitev
2018-06-21
2
-8
/
+5
*
i965: Update TexturesUsed after linking the shaders
Neil Roberts
2018-06-21
1
-1
/
+3
*
i965: Build SPIR-V programs' resource list using NIR
Eduardo Lima Mitev
2018-06-21
1
-1
/
+7
*
mesa/main: add NULL name check when searching for a resource name
Alejandro Piñeiro
2018-06-21
1
-0
/
+5
*
i965: use gl_shader_program_data::spirv
Alejandro Piñeiro
2018-06-21
1
-1
/
+1
*
mesa/main: Add a 'spirv' flag to gl_shader_program_data
Eduardo Lima Mitev
2018-06-21
2
-0
/
+7
*
mesa: remove struct gl_extensions::ATI_separate_stencil
Emil Velikov
2018-06-21
7
-15
/
+2
*
mesa/st: only do scalar lowerings if driver benefits
Christian Gmeiner
2018-06-20
1
-9
/
+30
*
mesa/st/nir: fix driver_location for arrays of image/sampler
Rob Clark
2018-06-19
1
-7
/
+9
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
2
-0
/
+9
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
2
-0
/
+9
*
mesa: add ff fragment shader support for geom and tess shaders
Timothy Arceri
2018-06-19
1
-1
/
+5
*
mesa: add missing return in error path
Eric Engestrom
2018-06-18
1
-1
/
+3
*
meson: fix i965/anv/isl genX static lib names
Eric Engestrom
2018-06-18
1
-1
/
+1
*
mesa: Unconditionally enable floating-point textures
Timothy Arceri
2018-06-18
1
-2
/
+0
*
st/mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
8
-7
/
+129
*
mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
11
-28
/
+351
*
st/mesa: add missing switch cases in glsl_to_tgsi_visitor::visit()
Brian Paul
2018-06-14
1
-0
/
+2
*
meson: Add support for SPARC assembly
Dylan Baker
2018-06-13
1
-1
/
+7
*
meson: Set include dirs for asm
Dylan Baker
2018-06-13
1
-2
/
+6
*
drivers/dri/i965: add missing #include
Ross Burton
2018-06-12
1
-0
/
+2
*
i965: fix resource leak
Eric Engestrom
2018-06-11
1
-1
/
+3
*
mesa/program_binary: add implicit UseProgram after successful ProgramBinary
Jordan Justen
2018-06-10
1
-0
/
+31
*
i965/screen: Sanity check that all formats we advertise are useable
Jason Ekstrand
2018-06-07
1
-4
/
+20
*
i965/screen: Use RGBA non-sRGB formats for images
Jason Ekstrand
2018-06-07
1
-0
/
+9
*
i965/screen: Return false for unsupported formats in query_modifiers
Jason Ekstrand
2018-06-07
1
-2
/
+14
*
i965/screen: Refactor query_dma_buf_formats
Jason Ekstrand
2018-06-07
1
-12
/
+13
*
i965: Require softpin support for Cannonlake and later.
Kenneth Graunke
2018-06-06
1
-0
/
+10
*
i965: Allocate VMA in userspace for full-PPGTT systems.
Kenneth Graunke
2018-06-06
1
-1
/
+1
*
intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin.
Kenneth Graunke
2018-06-06
1
-0
/
+29
*
dri: add missing 16bits formats mapping
Lionel Landwerlin
2018-06-07
1
-0
/
+16
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
1
-0
/
+1
*
mesa: Make sure that imm draws are flushed before other draws execute.
Mathias Fröhlich
2018-06-05
4
-65
/
+56
*
i965: Prepare batchbuffer module for softpin support.
Kenneth Graunke
2018-06-04
2
-3
/
+39
*
i965: Add virtual memory allocator infrastructure to brw_bufmgr.
Kenneth Graunke
2018-06-04
2
-1
/
+286
*
i965: Disable internal CCS for shadows of multi-sampled windows
Jason Ekstrand
2018-06-04
1
-1
/
+10
*
i965/miptree: Rename a parameter to create_for_dri_image
Jason Ekstrand
2018-06-04
2
-4
/
+4
*
i965: Fix batch-last mode to properly swap BOs.
Kenneth Graunke
2018-06-04
1
-0
/
+5
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-0
/
+1
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
2
-0
/
+6
[next]