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
...
*
v3d: Add Compute Shader compilation support.
Eric Anholt
2019-04-12
9
-83
/
+302
*
v3d: Replace the old shader-db env var output with the ARB_debug_output.
Eric Anholt
2019-04-12
3
-30
/
+4
*
v3d: Include the number of max temps used in the shader-db output.
Eric Anholt
2019-04-12
1
-1
/
+29
*
v3d: Drop a note for the future about PIPE_CAP_PACKED_UNIFORMS.
Eric Anholt
2019-04-12
1
-0
/
+7
*
v3d: Add and use a define for the number of channels in a QPU invocation.
Eric Anholt
2019-04-12
3
-3
/
+9
*
nir: Add a comment about how intrinsic definitions work.
Eric Anholt
2019-04-12
1
-0
/
+11
*
nir: Drop remaining references to const_index in favor of the call to use.
Eric Anholt
2019-04-12
1
-5
/
+5
*
nir: Drop comments about the constant_index slots for load/stores.
Eric Anholt
2019-04-12
1
-21
/
+15
*
intel/fs: Remove unused condition from opt_algebraic case
Sagar Ghuge
2019-04-12
1
-5
/
+0
*
glsl: Set location on structure-split sampler uniform variables
Kenneth Graunke
2019-04-12
1
-0
/
+1
*
panfrost: use os_mmap and os_munmap
Mateusz Krzak
2019-04-12
1
-3
/
+4
*
panfrost: cast bo_handles pointer to uintptr_t first
Mateusz Krzak
2019-04-12
1
-1
/
+1
*
anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
Jason Ekstrand
2019-04-12
1
-3
/
+23
*
gitlab-ci: add lima to the build
Eric Engestrom
2019-04-12
1
-1
/
+1
*
ac: use the common helper ac_apply_fmask_to_sample
Marek Olšák
2019-04-12
1
-64
/
+5
*
radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missing
Marek Olšák
2019-04-12
2
-0
/
+5
*
mesa: don't overwrite existing shader files with MESA_SHADER_CAPTURE_PATH
Marek Olšák
2019-04-12
1
-3
/
+17
*
glsl: allow the #extension directive within code blocks for the dri option
Marek Olšák
2019-04-12
1
-0
/
+9
*
ac/nir: remove some useless integer casts for ALU operations
Samuel Pitoiset
2019-04-12
1
-16
/
+0
*
ac/nir: remove useless integer cast in visit_image_load()
Samuel Pitoiset
2019-04-12
1
-1
/
+1
*
ac/nir: remove useless integer cast in adjust_sample_index_using_fmask()
Samuel Pitoiset
2019-04-12
1
-1
/
+0
*
ac/nir: remove useles LLVMGetUndef for nir_op_pack_64_2x32_split
Samuel Pitoiset
2019-04-12
1
-2
/
+1
*
ac: add ac_build_load_helper_invocation() helper
Samuel Pitoiset
2019-04-12
4
-18
/
+15
*
ac: add ac_build_ddxy_interp() helper
Samuel Pitoiset
2019-04-12
4
-48
/
+25
*
ac: add ac_build_umax() and use it where possible
Samuel Pitoiset
2019-04-12
3
-15
/
+13
*
ac/nir: make use of ac_build_umin() where possible
Samuel Pitoiset
2019-04-12
1
-5
/
+5
*
ac/nir: make use of ac_build_imin() where possible
Samuel Pitoiset
2019-04-12
1
-5
/
+5
*
ac/nir: make use of ac_build_imax() where possible
Samuel Pitoiset
2019-04-12
1
-7
/
+6
*
lima: add bool parameter to type_size function
Karol Herbst
2019-04-12
1
-1
/
+1
*
nvc0/nir: enable bindless texture
Karol Herbst
2019-04-12
1
-1
/
+1
*
nv50/ir/nir: add support for bindless images
Karol Herbst
2019-04-12
1
-4
/
+152
*
nv50/ir/nir: handle bindless texture
Karol Herbst
2019-04-12
1
-2
/
+18
*
ac/nir_to_llvm: add image bindless support
Timothy Arceri
2019-04-12
2
-57
/
+155
*
ac/nir_to_llvm: make get_sampler_desc() more generic and pass it the image in...
Timothy Arceri
2019-04-12
1
-18
/
+21
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
9
-6
/
+108
*
glsl/nir: fetch the type for images from the deref instruction
Karol Herbst
2019-04-12
1
-3
/
+3
*
glsl_to_nir: handle bindless textures
Karol Herbst
2019-04-12
2
-6
/
+25
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
16
-59
/
+76
*
nir: move brw_nir_rewrite_image_intrinsic into common code
Karol Herbst
2019-04-12
6
-44
/
+47
*
lima: lower bool to float when building shaders
Icenowy Zheng
2019-04-12
3
-3
/
+4
*
panfrost: Guard against reading past end of buffer
Tomeu Vizoso
2019-04-12
1
-0
/
+3
*
panfrost: split asserts in pandecode
Tomeu Vizoso
2019-04-12
1
-3
/
+2
*
llvmpipe: fix undefined shift 1 << 31.
Dave Airlie
2019-04-12
1
-1
/
+1
*
swrast: fix undefined shift of 1 << 31
Dave Airlie
2019-04-12
1
-1
/
+1
*
draw: fix undefined shift of (1 << 31)
Dave Airlie
2019-04-12
1
-1
/
+1
*
iris: Actually pin the scratch BO.
Kenneth Graunke
2019-04-11
1
-0
/
+8
*
anv: store heap address bounds when initializing physical device
Lionel Landwerlin
2019-04-11
2
-11
/
+21
*
intel/common: Support bigger right-shifts with mi_builder
Jason Ekstrand
2019-04-11
2
-3
/
+20
*
anv/cmd_buffer: Use gen_mi_sub instead of gen_mi_add with a negative
Jason Ekstrand
2019-04-11
1
-1
/
+1
*
anv: Move mi_memcpy and mi_memset to gen_mi_builder
Jason Ekstrand
2019-04-11
6
-91
/
+106
[prev]
[next]