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
...
*
gitlab-ci: test meson installation
Eric Engestrom
2019-06-29
1
-0
/
+1
*
anv: fix indentation
Eric Engestrom
2019-06-29
1
-15
/
+14
*
anv: fix typo
Eric Engestrom
2019-06-29
1
-1
/
+1
*
anv: replace hard-coded platform list with vk.xml parse
Eric Engestrom
2019-06-29
1
-5
/
+11
*
android: fix typo LOCAL_EXPORT_C_INCLUDES
Chih-Wei Huang
2019-06-29
2
-2
/
+2
*
android: virgl: fix generated virgl_driinfo.h building rules
Mauro Rossi
2019-06-29
1
-2
/
+8
*
intel/compiler: don't use byte operands for src1 on ICL
Lionel Landwerlin
2019-06-29
4
-20
/
+192
*
egl: Enable eglGetPlatformDisplay on Android Platform
renchenglei
2019-06-29
3
-0
/
+27
*
nir/serach: Increase maximum commutative expressions from 4 to 8
Ian Romanick
2019-06-28
2
-2
/
+4
*
nir/algebraic: Don't mark expression with duplicate sources as commutative
Ian Romanick
2019-06-28
1
-1
/
+56
*
nir/search: Log Boolean constants instead of asserting
Ian Romanick
2019-06-28
1
-0
/
+3
*
nir/algebraic: Fail build when too many commutative expressions are used
Ian Romanick
2019-06-28
3
-1
/
+51
*
nir/algebraic: Fix whitespace error
Ian Romanick
2019-06-28
1
-1
/
+0
*
panfrost: Allow R11G11B10 rendering
Alyssa Rosenzweig
2019-06-28
2
-4
/
+15
*
panfrost: Default to util_pack_color for clears
Alyssa Rosenzweig
2019-06-28
1
-2
/
+7
*
intel/vec4: Try both sources as candidates for being immediates
Ian Romanick
2019-06-28
1
-41
/
+80
*
intel/vec4: Try immediate sources for dot products too
Ian Romanick
2019-06-28
1
-0
/
+4
*
intel/vec4: Try emitting non-scalar immediates
Ian Romanick
2019-06-28
1
-4
/
+31
*
nir: Fix lowering of bitfield_insert to shifts.
Eric Anholt
2019-06-28
1
-3
/
+5
*
Revert "meson: Add support for using cmake for finding LLVM"
Dylan Baker
2019-06-28
4
-32
/
+13
*
Revert "meson: try to use cmake as a finder for clang"
Dylan Baker
2019-06-28
1
-27
/
+16
*
mesa: stop trying new filenames if the filename existing is not the issue
Eric Engestrom
2019-06-28
1
-0
/
+6
*
mesa: use os_file_create_unique()
Eric Engestrom
2019-06-28
1
-5
/
+4
*
util: add os_file_create_unique()
Eric Engestrom
2019-06-28
2
-0
/
+34
*
panfrost: Disable DXT-style texture compression
Alyssa Rosenzweig
2019-06-28
1
-3
/
+1
*
panfrost: Dump unknown formats before aborting
Alyssa Rosenzweig
2019-06-28
1
-0
/
+1
*
panfrost/midgard: Fix 3D texture regression
Alyssa Rosenzweig
2019-06-28
1
-1
/
+2
*
panfrost: Add some special formats
Alyssa Rosenzweig
2019-06-28
3
-0
/
+7
*
panfrost/midgard: Implement integer sampler
Alyssa Rosenzweig
2019-06-28
3
-8
/
+42
*
panfrost: Remove dubious assert
Alyssa Rosenzweig
2019-06-28
1
-3
/
+0
*
panfrost: Implement primitive restart
Alyssa Rosenzweig
2019-06-28
1
-0
/
+13
*
i965/icl: Apply WA_1606682166 to compute workloads
Anuj Phogat
2019-06-28
1
-1
/
+3
*
Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
Anuj Phogat
2019-06-28
1
-8
/
+0
*
Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
Anuj Phogat
2019-06-28
1
-12
/
+0
*
Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
Anuj Phogat
2019-06-28
2
-10
/
+0
*
i965/icl: Fix WA_1606682166
Anuj Phogat
2019-06-28
1
-2
/
+1
*
freedreno/ir3: small cleanup
Rob Clark
2019-06-28
1
-1
/
+1
*
freedreno/ir3: fix missing (ss) in dummy bary.f case
Rob Clark
2019-06-28
1
-0
/
+5
*
freedreno/a6xx: wire up dither state
Rob Clark
2019-06-28
3
-2
/
+14
*
meson: Improve detection of Python when using Meson >=0.50.
Arfrever Frehtes Taifersar Arahesis
2019-06-28
1
-1
/
+5
*
radeon/uvd: fix calc_ctx_size_h265_main10
Pierre-Eric Pelloux-Prayer
2019-06-28
3
-9
/
+9
*
mesa: add display list support for gl(Compressed)TextureSubImage2DEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-0
/
+89
*
mesa: add glTextureParameteri/iv/f/fvEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
6
-6
/
+271
*
mesa: extend _mesa_lookup_or_create_texture to support EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-06-28
2
-3
/
+19
*
mesa: refactor bind_texture
Pierre-Eric Pelloux-Prayer
2019-06-28
2
-17
/
+36
*
mesa: extract helper function for glTexParameter*
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-13
/
+24
*
mesa: add buffer != 0 checks to glNamedBufferEXT functions
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-2
/
+33
*
mesa: fix a typo in map_named_buffer_range
Marek Olšák
2019-06-28
1
-2
/
+2
*
mesa: add support for glMapNamedBufferEXT()
Timothy Arceri
2019-06-28
5
-1
/
+33
*
mesa: add support for glUnmapNamedBufferEXT()
Timothy Arceri
2019-06-28
6
-8
/
+12
[prev]
[next]