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
*
radv: run the EarlyCSEMemSSA LLVM pass
Samuel Pitoiset
2018-05-25
1
-0
/
+2
*
radv: fix dumping compute shader on the graphics queue
Samuel Pitoiset
2018-05-25
1
-5
/
+8
*
radv: add radv_dump_pipeline_state() helper
Samuel Pitoiset
2018-05-25
1
-6
/
+11
*
radv: rework how shaders are dumped when generating a hang report
Samuel Pitoiset
2018-05-25
1
-26
/
+15
*
radv: remove unused parameter in radv_dump_annotated_shader()
Samuel Pitoiset
2018-05-25
1
-8
/
+6
*
mesa: do not leak ctx->Shader.ReferencedProgram references
Jose Dapena Paz
2018-05-25
1
-0
/
+3
*
radeonsi: set DB_EQAA.MAX_ANCHOR_SAMPLES correctly
Marek Olšák
2018-05-24
1
-4
/
+12
*
radeonsi: round ps_iter_samples in set_min_samples
Marek Olšák
2018-05-24
2
-3
/
+5
*
radeonsi: remove redundant ps_iter_samples clamp
Marek Olšák
2018-05-24
1
-1
/
+0
*
radeonsi: remove some old gfx 9.x registers
Marek Olšák
2018-05-24
1
-48
/
+0
*
radeonsi: disable primitive binning for all blitter ops
Marek Olšák
2018-05-24
3
-2
/
+12
*
ac/surface/gfx6: don't overallocate mipmapped HTILE
Marek Olšák
2018-05-24
1
-2
/
+11
*
egl/x11: deduplicate depth-to-format logic
Eric Engestrom
2018-05-24
3
-33
/
+26
*
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
[next]