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
...
*
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
*
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
*
panfrost/midgard: Verify SSA claims when pipelining
Alyssa Rosenzweig
2019-06-05
3
-0
/
+24
*
panfrost/midgard: Don't assign var locations ourselves
Alyssa Rosenzweig
2019-06-05
2
-434
/
+0
*
panfrost: Reload framebuffer contents if there's no clear
Tomeu Vizoso
2019-06-05
4
-311
/
+88
*
panfrost: Don't flip scanout
Alyssa Rosenzweig
2019-06-05
9
-82
/
+47
*
st/nine: Use tgsi_to_nir when preferred IR is NIR.
Timur Kristóf
2019-06-05
4
-6
/
+135
*
intel/perf: improve dynamic loading config detection
Lionel Landwerlin
2019-06-05
1
-15
/
+3
*
intel/nir: Take nir_shader*s in brw_nir_link_shaders
Jason Ekstrand
2019-06-05
4
-41
/
+39
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
11
-53
/
+47
*
nir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
Jason Ekstrand
2019-06-05
2
-10
/
+16
*
nir: Don't replace the nir_shader when NIR_TEST_CLONE=1
Jason Ekstrand
2019-06-05
2
-2
/
+42
*
iris: Only recompile CS when needed
Caio Marcelo de Oliveira Filho
2019-06-05
1
-1
/
+1
*
intel/perf: fix EuThreadsCount value in performance equations
Lionel Landwerlin
2019-06-05
1
-2
/
+1
[prev]
[next]