index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
3
-3
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
1
-2
/
+0
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
2
-2
/
+2
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
1
-0
/
+1
*
radeon/winsys: introduce radeon_winsys_cs_chunk
Nicolai Hähnle
2016-06-01
1
-6
/
+6
*
gallium/radeon: use cs_check_space throughout
Nicolai Hähnle
2016-06-01
2
-2
/
+2
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
1
-0
/
+1
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
2
-5
/
+5
*
gallium: Add a pipe cap for arb_cull_distance
Tobias Klausmann
2016-05-14
1
-0
/
+1
*
gallium/radeon: use gart_page_size instead of hardcoded 4096
Marek Olšák
2016-05-10
1
-1
/
+3
*
r300g: add support for PIPE_FORMAT_x8R8G8B8_*
Marek Olšák
2016-05-09
2
-15
/
+77
*
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
2016-04-27
4
-5
/
+5
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-3
/
+5
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
2
-2
/
+2
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
3
-9
/
+9
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
1
-1
/
+2
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
1
-0
/
+1
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
2
-4
/
+4
*
r300g: add missing layer argument to rws->buffer_get_handle() call
Brian Paul
2016-03-17
1
-1
/
+1
*
radeon/winsys: add offset support for BO import/export
Christian König
2016-03-17
1
-3
/
+3
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
1
-0
/
+8
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
1
-2
/
+2
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
1
-1
/
+1
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
1
-11
/
+11
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
2
-4
/
+9
*
r300g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
5
-76
/
+7
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-1
/
+0
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+4
*
r300g: silence warnings
Marek Olšák
2016-02-10
1
-2
/
+0
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
1
-0
/
+1
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+2
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-16
/
+8
*
gallium/drivers: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
[next]