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
*
i965: enable OES_texture_view for gen8+
Tapani Pälli
2018-05-24
1
-1
/
+2
*
mesa: changes to expose OES_texture_view extension
Tapani Pälli
2018-05-24
6
-6
/
+32
*
radv: call nir_lower_io_to_temporaries for VS, GS, TES and FS
Samuel Pitoiset
2018-05-24
1
-0
/
+10
*
radv: call nir_split_var_copies() before nir_lower_var_copies()
Samuel Pitoiset
2018-05-24
1
-0
/
+3
*
i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.
Francisco Jerez
2018-05-23
1
-3
/
+5
*
i965: Handle non-zero texture buffer offsets in buffer object range calculation.
Francisco Jerez
2018-05-23
1
-1
/
+3
*
i965: Move buffer texture size calculation into a common helper function.
Francisco Jerez
2018-05-23
1
-23
/
+32
*
Revert "mesa: simplify _mesa_is_image_unit_valid for buffers"
Francisco Jerez
2018-05-23
1
-13
/
+12
*
ac: Use DPP for build_ddxy where possible.
Bas Nieuwenhuizen
2018-05-23
1
-1
/
+15
*
i965: add {X,A}BGR2101010 to 'intel_image_formats'
Miguel Casas
2018-05-23
1
-0
/
+6
*
dri_util: Add R10G10B10{A,X}2 translation between DRI and mesa_format.
Miguel Casas
2018-05-23
1
-0
/
+8
*
tgsi/scan: add hw atomic to the list of memory accessing files
Dave Airlie
2018-05-23
1
-1
/
+2
*
llvmpipe: improve rasterization discard logic
Roland Scheidegger
2018-05-23
15
-89
/
+118
*
ac/surface/gfx6: Don't force a tile index for fmask.
Bas Nieuwenhuizen
2018-05-23
1
-1
/
+1
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
11
-105
/
+61
*
i965/miptree: Move the access_raw call to the individual map functions
Jason Ekstrand
2018-05-22
1
-3
/
+13
*
i965: Remove support for the BLT ring
Jason Ekstrand
2018-05-22
1
-9
/
+3
*
i965/miptree: Use blorp for blit maps on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+25
*
i965/miptree: Use blorp for validation tex copies on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+29
*
i965: Delete the blitter path for CopyTexSubImage
Jason Ekstrand
2018-05-22
1
-58
/
+0
*
i965: Don't fall back to the blitter in BlitFramebuffer
Jason Ekstrand
2018-05-22
1
-8
/
+0
*
i965: Remove some unused includes of intel_blit.h
Jason Ekstrand
2018-05-22
4
-4
/
+0
*
i965/blit: Delete intel_emit_linear_blit
Jason Ekstrand
2018-05-22
2
-62
/
+0
*
i965: Use meta for pixel ops on gen6+
Jason Ekstrand
2018-05-22
3
-4
/
+10
*
i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.
Kenneth Graunke
2018-05-22
2
-0
/
+69
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
16
-38
/
+107
*
intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
Jason Ekstrand
2018-05-22
1
-0
/
+2
*
dri3: Stricter SBC wraparound handling
Michel Dänzer
2018-05-22
1
-3
/
+11
*
radv: fix computation of user sgprs for 32-bit pointers
Samuel Pitoiset
2018-05-22
1
-1
/
+3
*
radv: drop user_sgpr_info::sgpr_count
Samuel Pitoiset
2018-05-22
1
-13
/
+11
*
radv: add support for 32-bit pointers in user data SGPRs
Samuel Pitoiset
2018-05-22
4
-21
/
+40
*
radv: add set_loc_shader_ptr() helper
Samuel Pitoiset
2018-05-22
1
-7
/
+13
*
radv: allocate descriptor BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: allocate the upload BO in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: set amdgpu-32bit-address-high-bits LLVM attribute
Samuel Pitoiset
2018-05-22
3
-0
/
+8
*
radv/winsys: allow to allocate BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
2
-1
/
+3
*
radv/winsys: request high address
Samuel Pitoiset
2018-05-22
1
-4
/
+6
*
i965/glk: Add l3 banks count for 2x6 configuration
Anuj Phogat
2018-05-21
1
-1
/
+1
*
v3d: Include v3d_drm.h path.
Vinson Lee
2018-05-21
1
-0
/
+1
*
radv: fix centroid interpolation
Samuel Pitoiset
2018-05-21
1
-3
/
+0
*
radv: Cleanup unused prime blit path.
Bas Nieuwenhuizen
2018-05-21
2
-25
/
+0
*
radv: Fix SRGB compute copies.
Bas Nieuwenhuizen
2018-05-21
2
-0
/
+42
*
android: enable VK_ANDROID_native_buffer
Tapani Pälli
2018-05-21
1
-3
/
+0
*
virgl: set texture buffer offset alignment to disable ARB_texture_buffer_range.
Dave Airlie
2018-05-21
1
-1
/
+1
*
mesa: stop hiding query parameters from OpenGL compat
Timothy Arceri
2018-05-21
1
-14
/
+7
*
radv: fix VK_EXT_descriptor_indexing
Christoph Haag
2018-05-20
1
-1
/
+1
*
ac/surface: Only align linear power of two fmt textures.
Bas Nieuwenhuizen
2018-05-20
1
-2
/
+2
*
amd/addrlib: Use defines in autotools build.
Bas Nieuwenhuizen
2018-05-20
1
-0
/
+1
*
r600/compute: Mark several functions as static
Aaron Watry
2018-05-19
2
-30
/
+29
*
r600/compute: Remove unused compute_memory_pool functions
Aaron Watry
2018-05-19
2
-103
/
+0
[next]