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
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/uvd: fix calc_ctx_size_h265_main10
Pierre-Eric Pelloux-Prayer
2019-07-01
1
-3
/
+3
*
r600: implement resource_get_info
Julien Isorce
2019-05-03
1
-5
/
+29
*
r600: reset tex array override even when no view bound
Dave Airlie
2019-05-02
1
-11
/
+10
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-1
/
+0
*
gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
Marek Olšák
2019-04-24
1
-3
/
+0
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
1
-0
/
+3
*
ac: add radeon_info::marketing_name, replacing the winsys callback
Marek Olšák
2019-04-23
1
-12
/
+1
*
Delete autotools
Dylan Baker
2019-04-15
2
-60
/
+0
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
2
-3
/
+4
*
simplify LLVM version string printing
Eric Engestrom
2019-04-04
1
-13
/
+7
*
gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.
Kenneth Graunke
2019-03-19
1
-0
/
+4
*
r600: cast pointer to expected type
Eric Engestrom
2019-03-08
1
-2
/
+2
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+3
*
r600: add -Wstrict-overflow=0 to meson to silence the warning
Marek Olšák
2019-01-30
1
-1
/
+1
*
r600: remove redundant semicolon
Nicolai Hähnle
2018-12-19
1
-1
/
+1
*
winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle
Marek Olšák
2018-11-28
1
-1
/
+4
*
r600: make suballocator 256-bytes align
Dave Airlie
2018-11-29
1
-1
/
+1
*
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
2018-11-28
6
-9
/
+21
*
r600: clean up the GS ring buffers when the context is destroyed
Gert Wollny
2018-11-21
1
-0
/
+6
*
r600: Only set context streamout strides info from the shader that has outputs
Gert Wollny
2018-11-19
1
-3
/
+9
*
radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
Marek Olšák
2018-11-09
4
-4
/
+4
*
r600: Add support for EXT_texture_sRGB_R8
Gert Wollny
2018-11-06
1
-0
/
+1
*
r600/sb: Fix constant logical operand in assert.
Vinson Lee
2018-11-04
1
-1
/
+1
*
configure: allow building with python3
Emil Velikov
2018-10-31
1
-1
/
+1
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-1
/
+1
*
util: Change remaining uint32 cache ids to sha1
David McFarland
2018-10-26
1
-21
/
+22
*
Fix setting indent-tabs-mode in the Emacs .dir-locals.el files
Neil Roberts
2018-10-17
1
-1
/
+1
*
r600/sb: Fix constant-logical-operand warning.
Vinson Lee
2018-10-12
1
-1
/
+1
*
r600: use build-id when available for disk cache
Timothy Arceri
2018-10-03
1
-7
/
+7
*
r600/sb: use safe math optimizations when TGSI contains precise operations
Gert Wollny
2018-09-15
3
-1
/
+5
*
r600: fix HTILE for NPOT textures with mipmapping
Marek Olšák
2018-09-10
1
-2
/
+2
*
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
2018-09-07
1
-0
/
+4
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
3
-2
/
+3
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
2
-4
/
+4
*
gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
Marek Olšák
2018-09-06
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}
Erik Faye-Lund
2018-09-05
1
-0
/
+10
*
gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERS
Erik Faye-Lund
2018-09-05
1
-0
/
+4
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-1
/
+3
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+3
*
configure: allow building with python3
Emil Velikov
2018-08-23
1
-1
/
+1
*
r600/eg: rework atomic counter emission with flushes
Dave Airlie
2018-08-21
6
-31
/
+54
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-1
/
+1
*
python: Use the unicode_escape codec
Mathieu Bridon
2018-08-01
1
-1
/
+1
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-2
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
4
-1
/
+11
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
r600: reduce num compute threads to 1024.
Dave Airlie
2018-07-31
1
-1
/
+1
[next]