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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/opcodes: Add new 'umul_low' and 'imadsh_mix16' opcodes
Eduardo Lima Mitev
2019-06-07
1
-1
/
+14
*
v3d: don't emit point coordinates varyings if the FS doesn't read them
Iago Toral Quiroga
2019-06-07
4
-5
/
+27
*
v3d: add a helper to track variables that need point coordinates
Iago Toral Quiroga
2019-06-07
1
-5
/
+10
*
egl/x11: calloc dri2_surf so it's properly zeroed
Kenneth Graunke
2019-06-06
1
-1
/
+1
*
tests/graw: use C99 print conversion specifier for 32 bit builds
Mark Janes
2019-06-06
1
-1
/
+2
*
panfrost/midgard: Fix crash with unused SSA values
Alyssa Rosenzweig
2019-06-06
1
-0
/
+4
*
panfrost: Report sRGB colorspace as not supported
Boris Brezillon
2019-06-06
1
-0
/
+4
*
docs: do not use div for line-breaking
Erik Faye-Lund
2019-06-06
1
-2
/
+2
*
docs: fixup code-tag positioning
Erik Faye-Lund
2019-06-06
1
-1
/
+1
*
docs: add missing code-tags
Erik Faye-Lund
2019-06-06
3
-26
/
+30
*
docs: add accidentally dropped "at"
Erik Faye-Lund
2019-06-06
1
-3
/
+3
*
anv: allow NV12 <--> AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420 inter-op
Gurchetan Singh
2019-06-06
1
-0
/
+5
*
ac/nir: Remove stale TODO
Connor Abbott
2019-06-06
1
-1
/
+7
*
radeonsi: Don't force dcc disable for loads
Connor Abbott
2019-06-06
2
-13
/
+0
*
mesa/main: Expose EXT_clip_control and related enums and the function
Gert Wollny
2019-06-06
4
-2
/
+26
*
mapi/glapi/registry: Update gl.xml to latest upstream version
Gert Wollny
2019-06-06
1
-1141
/
+3218
*
virgl: Enable CAP_CLIP_HALFZ if host supports it
Gert Wollny
2019-06-06
2
-1
/
+3
*
svga: Remove unnecessary check for the pre flush bit for setting vertex buffers
Charmaine Lee
2019-06-06
1
-4
/
+4
*
winsys/svga/drm: Fix 32-bit RPCI send message
Deepak Rawat
2019-06-06
1
-12
/
+23
*
radv: set the subpass before any initial subpass transitions
Samuel Pitoiset
2019-06-06
1
-2
/
+3
*
anv: Fix check for isl_fmt in assert
Nataraj Deshpande
2019-06-06
1
-1
/
+1
*
v3d: fix scheduling dependency tracking for ALU with small immediates
Iago Toral Quiroga
2019-06-06
1
-1
/
+4
*
lima/ppir: add missing handling of min/max ops for vec4 add slot
Vasily Khoruzhick
2019-06-06
1
-0
/
+6
*
lima/ppir: fix crash when program uses no registers at all
Vasily Khoruzhick
2019-06-06
1
-0
/
+4
*
util/hash_table: Assert that keys are not reserved pointers
Jason Ekstrand
2019-06-06
1
-1
/
+9
*
util/set: Assert that keys are not reserved pointers
Jason Ekstrand
2019-06-06
1
-0
/
+10
*
glsl/loop_analysis: Don't search for NULL variables in the hash table
Jason Ekstrand
2019-06-06
1
-0
/
+3
*
nir/propagate_invariant: Don't add NULL vars to the hash table
Jason Ekstrand
2019-06-06
1
-1
/
+10
*
intel/compiler: Treat b32csel as potentially producing a Boolean result for r...
Ian Romanick
2019-06-05
1
-2
/
+4
*
intel/fs: Improve discard_if code generation
Ian Romanick
2019-06-05
1
-3
/
+43
*
intel/fs: Add need_dest parameter to fs_visitor::nir_emit_alu
Ian Romanick
2019-06-05
2
-4
/
+7
*
intel/fs: Allow cmod propagation across reads and writes of different flags
Ian Romanick
2019-06-05
2
-6
/
+272
*
intel/fs: Fix flag_subreg handling in cmod propagation
Ian Romanick
2019-06-05
2
-0
/
+196
*
intel/fs: Add missing tests for cmod_propagate_not
Ian Romanick
2019-06-05
1
-0
/
+278
*
i965: Allow signed/unsigned integer conversions in miptree up/download
Kenneth Graunke
2019-06-05
1
-24
/
+0
*
intel/blorp: Handle SINT/UINT clamping on blits.
Kenneth Graunke
2019-06-05
2
-0
/
+38
*
anv/pipeline: Move lowering of nir_var_mem_global later
Caio Marcelo de Oliveira Filho
2019-06-05
1
-3
/
+3
*
st/nir: Don't use GLSL IR's MOD_TO_FLOOR lowering when using NIR.
Kenneth Graunke
2019-06-05
1
-1
/
+1
*
radeonsi: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
vc4: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
v3d: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
7
-12
/
+10
*
nir: Drop lower_fmod64 option.
Kenneth Graunke
2019-06-05
3
-3
/
+0
*
panfrost: Switch to nir_lower_doubles instead of lower_fmod64.
Kenneth Graunke
2019-06-05
1
-1
/
+2
*
nouveau: Use nir_lower_doubles instead of lower_fmod64 on nvc0.
Kenneth Graunke
2019-06-05
1
-2
/
+1
*
gallium: Drop lower_fmod64 from drivers that don't support doubles.
Kenneth Graunke
2019-06-05
2
-3
/
+0
*
docs: update calendar, and news item and link release notes for 19.0.6
Dylan Baker
2019-06-05
3
-2
/
+9
*
docs: Add SHA256 sums for 19.0.6
Dylan Baker
2019-06-05
1
-1
/
+2
*
docs: Add relnotes for 19.0.6
Dylan Baker
2019-06-05
1
-0
/
+152
*
docs: add day of month to all news-entries
Erik Faye-Lund
2019-06-05
1
-2
/
+2
[next]