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
*
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
*
mesa: don't install GLX files if GLX is not built
Akihiko Odaki
2016-07-07
2
-0
/
+5
*
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
4
-4
/
+4
*
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
*
vbo: fix attr reset
Rob Clark
2016-07-06
3
-7
/
+10
*
list: fix list_replace() for empty lists
Rob Clark
2016-07-06
1
-4
/
+10
*
gallium: un-inline pipe_surface_desc
Rob Clark
2016-07-06
1
-11
/
+12
*
gallium/util: make util_copy_framebuffer_state(src=NULL) work
Rob Clark
2016-07-06
1
-11
/
+26
*
winsys/amdgpu: avoid flushed depth when possible
Nicolai Hähnle
2016-07-06
1
-3
/
+8
*
gallium/radeon: add depth/stencil_adjusted output to surface computation
Nicolai Hähnle
2016-07-06
3
-2
/
+14
*
gallium/radeon: allocate only the required plane for flushed depth
Nicolai Hähnle
2016-07-06
1
-3
/
+34
*
radeonsi: decompress to flushed depth texture when required
Nicolai Hähnle
2016-07-06
1
-29
/
+103
*
radeonsi: extract DB->CB copy logic into its own function
Nicolai Hähnle
2016-07-06
1
-36
/
+61
*
radeonsi: sample from flushed depth texture when required
Nicolai Hähnle
2016-07-06
2
-8
/
+46
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
9
-19
/
+24
*
gallium/radeon: add can_sample_z/s flags for textures
Nicolai Hähnle
2016-07-06
5
-24
/
+34
*
radeonsi: correctly mark levels of 3D textures as fully decompressed
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon/winsyses: remove unused stencil_offset
Nicolai Hähnle
2016-07-06
3
-5
/
+0
*
gallium/radeon: remove redundant null-pointer check
Nicolai Hähnle
2016-07-06
1
-2
/
+1
*
gallium/radeon: print StencilLayout only once
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: flush stdout after printing texture information
Nicolai Hähnle
2016-07-06
1
-0
/
+1
*
glsl: don't try to lower non-gl builtins as if they were gl_FragData
Ilia Mirkin
2016-07-05
1
-1
/
+2
*
glsl: Document and enforce restriction on type values
Ian Romanick
2016-07-05
2
-0
/
+10
*
glsl: Pack integer and double varyings as flat even if interpolation mode is ...
Ian Romanick
2016-07-05
3
-6
/
+15
*
mesa: Strip arrayness from interface block names in some IO validation
Ian Romanick
2016-07-05
1
-8
/
+90
*
svga: avoid emitting redundant DXSetRenderTargets command
Charmaine Lee
2016-07-05
2
-18
/
+32
*
radeon/vce: update encRefPic addr and array mode to tiled
Leo Liu
2016-07-05
1
-0
/
+1
*
radeon/vce: increase cpb height alignment
Leo Liu
2016-07-05
1
-1
/
+1
*
i965: Remove trailing whitespace
Iago Toral Quiroga
2016-07-05
1
-1
/
+1
*
i965: Make inline function static
Iago Toral Quiroga
2016-07-05
1
-1
/
+1
*
anv: install the intel_icd.json to ${datarootdir} by default
Emil Velikov
2016-07-05
1
-1
/
+1
[next]