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
*
anv: ignore pColorBlendState if all color attachments of the subpass are unused
Samuel Iglesias Gonsálvez
2018-05-09
2
-3
/
+13
*
mesa: remove hard-coded OpenGL 3.2 compat limit
Timothy Arceri
2018-05-09
1
-8
/
+0
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
5
-3
/
+10
*
mesa: dont call _mesa_override_glsl_version() in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-3
/
+0
*
mesa: dont set GLSLVersion in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-1
/
+0
*
pipe-loader: Free driver_name in error path
Jan Vesely
2018-05-08
1
-0
/
+1
*
glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
Brian Paul
2018-05-08
1
-1
/
+7
*
i965: Dump validation list on INTEL_DEBUG=bat,submit.
Kenneth Graunke
2018-05-08
1
-1
/
+3
*
i965/miptree: Remove redundant fields from intel_miptree_aux_buffer
Jason Ekstrand
2018-05-08
2
-37
/
+7
*
i965: Simplify brw_emit_depthbuffer and brw_emit_depth_stencil_hiz
Jason Ekstrand
2018-05-08
1
-81
/
+26
*
i965: Move brw_emit_depth_stencil_hiz higher up in the file
Jason Ekstrand
2018-05-08
1
-50
/
+40
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
9
-671
/
+129
*
i965: Use the brw_depthbuffer atom on all gens
Jason Ekstrand
2018-05-08
4
-17
/
+4
*
i965: Always set depth/stencil write enables on gen7+
Jason Ekstrand
2018-05-08
2
-11
/
+6
*
i965: Re-order depth/stencil/hiz/clear packets to match ISL
Jason Ekstrand
2018-05-08
3
-47
/
+47
*
i965: Re-emit depth/stencil/hiz on BRW_NEW_AUX_STATE
Jason Ekstrand
2018-05-08
1
-1
/
+2
*
intel: devinfo: fix assertion on devices with odd number of EUs
Lionel Landwerlin
2018-05-08
1
-5
/
+1
*
vulkan/wsi: Only use LINEAR modifier for prime if supported.
Bas Nieuwenhuizen
2018-05-08
3
-2
/
+5
*
eg/compute: Drop reference to kernel_param bo in destructor
Jan Vesely
2018-05-08
1
-0
/
+1
*
r600: Cleanup constant buffers on context destruction
Jan Vesely
2018-05-08
1
-1
/
+5
*
mesa/formatquery: remove online compression check on is_resource_supported
Alejandro Piñeiro
2018-05-08
1
-2
/
+1
*
intel/genxml: Assert that genxml field start and ends are sane.
Kenneth Graunke
2018-05-07
1
-0
/
+7
*
intel/genxml: Fix some more fake booleans in genxml.
Kenneth Graunke
2018-05-07
5
-11
/
+11
*
intel/genxml: Make assert in gen_pack_header print a message.
Kenneth Graunke
2018-05-07
1
-1
/
+1
*
i965: Don't leak blorp on Gen4-5.
Kenneth Graunke
2018-05-07
1
-2
/
+1
*
nir: Transform discard_if(true) into discard
Matt Turner
2018-05-07
1
-1
/
+16
*
eg/compute: Drop reference on code_bo in destructor.
Jan Vesely
2018-05-07
1
-3
/
+1
*
anv: remove unused field anv_queue::pool
Scott D Phillips
2018-05-07
2
-3
/
+0
*
i965: Set initial kflags on BO creation.
Kenneth Graunke
2018-05-07
1
-6
/
+11
*
intel/genxml: Fix a few invalid field widths
Chris Wilson
2018-05-07
6
-28
/
+28
*
swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.
Vinson Lee
2018-05-05
1
-0
/
+1
*
clover: Add explicit virtual destructor to argument class
Jan Vesely
2018-05-05
1
-0
/
+1
*
anv/device: expose shaderInt16 support in gen8+
Iago Toral Quiroga
2018-05-05
1
-1
/
+1
*
i965/compiler: handle conversion to smaller type in the lowering pass for that
Iago Toral Quiroga
2018-05-05
2
-12
/
+26
*
intel/compiler: handle 16-bit to 64-bit conversions in BSW platforms
Iago Toral Quiroga
2018-05-05
1
-4
/
+4
*
intel/genxml: recognize 0x, 0o and 0b when setting default value
Caio Marcelo de Oliveira Filho
2018-05-04
1
-1
/
+2
*
r200: Enable NV_fog_distance
Ian Romanick
2018-05-04
1
-0
/
+1
*
i965: Enable NV_fog_distance
Ian Romanick
2018-05-04
1
-0
/
+1
*
ffvertex: Don't try to read output registers in fog calculation
Ian Romanick
2018-05-04
1
-4
/
+6
*
mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)
Ian Romanick
2018-05-04
1
-0
/
+1
*
mesa: Silence an unused parameter warning
Ian Romanick
2018-05-04
1
-5
/
+4
*
mesa/main/readpix: Correct handling of packed floating point values
Gert Wollny
2018-05-04
1
-2
/
+4
*
util/set: add a set_clear function
Scott D Phillips
2018-05-04
2
-0
/
+26
*
egl: add EGL_BAD_MATCH error case for surfaceless and android
Tapani Pälli
2018-05-04
2
-2
/
+6
*
amd/common: use llvm.amdgcn.wqm for explicit derivatives
Nicolai Hähnle
2018-05-04
1
-0
/
+7
*
nv50/ir: fix printing of pixld
Rhys Perry
2018-05-03
1
-1
/
+1
*
st/va: Support YUV formats in vaCreateSurfaces
Drew Davenport
2018-05-03
1
-23
/
+36
*
Revert "anv/device: expose shaderInt16 support in gen8+"
Mark Janes
2018-05-03
1
-1
/
+1
*
Revert "i965/compiler: handle conversion to smaller type in the lowering pass...
Mark Janes
2018-05-03
2
-7
/
+12
*
swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.
Vinson Lee
2018-05-03
1
-0
/
+4
[next]