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
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: silence the signed overflow warning like radeonsi
Marek Olšák
2018-07-18
1
-1
/
+1
*
r600: fix warnings when unref'ing pool->bo
Marek Olšák
2018-07-17
1
-3
/
+3
*
r600g: some -Wsign-compare fixes
Konstantin Kharlamov
2018-07-17
6
-14
/
+13
*
r600g: constify some variables
Konstantin Kharlamov
2018-07-17
5
-10
/
+10
*
r600g: do not use "fast-clear" for small textures (v3)
Konstantin Kharlamov
2018-07-17
1
-0
/
+10
*
r600: fix build after the removal of RADEON_PRIO_* flags
Marek Olšák
2018-07-16
7
-21
/
+12
*
radeonsi: merge DCC/CMASK/HTILE priority flags
Marek Olšák
2018-07-16
2
-3
/
+3
*
r600: Add spill output to group only if register or target index changes
Gert Wollny
2018-07-13
1
-24
/
+45
*
r600: report incorrect max-vertex-attrib for GL 4.4
Erik Faye-Lund
2018-07-09
1
-1
/
+2
*
r600/sb: fix crash in fold_alu_op3
Roland Scheidegger
2018-07-09
1
-0
/
+2
*
python: Use the print function
Mathieu Bridon
2018-07-06
1
-25
/
+26
*
r600: compare structure elements instead of doing a memcmp
Gert Wollny
2018-07-05
1
-1
/
+4
*
r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formats
Gert Wollny
2018-07-05
1
-0
/
+15
*
r600: force LOD range to be only one value when mip.min filter is NONE
Gert Wollny
2018-07-05
1
-1
/
+9
*
r600/sb: cleanup if_conversion iterator to be legal C++
Dave Airlie
2018-07-04
1
-7
/
+4
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
2
-6
/
+0
*
r600/sb: give the scheduler more margin to find valid instructions groups
Gert Wollny
2018-06-25
1
-3
/
+10
*
r600/sb: fix rotated register in while loop
Gert Wollny
2018-06-25
1
-4
/
+8
*
r600: fix copy/paste bug for sampleMaskIn workaround
Roland Scheidegger
2018-06-21
1
-1
/
+1
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+2
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
18
-111
/
+111
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+1
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-0
/
+3
*
r600: Fix SSG when not all components are written
Gert Wollny
2018-05-28
1
-4
/
+10
*
r600: Correct IDIV if DST and SRC use the same temporary
Gert Wollny
2018-05-28
1
-3
/
+49
*
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
*
eg/compute: Use reference counting to handle compute memory pool.
Jan Vesely
2018-05-15
2
-12
/
+7
*
ac/surface: add EQAA support
Marek Olšák
2018-05-10
1
-4
/
+4
*
r600: fix constant buffer bounds.
Dave Airlie
2018-05-10
2
-2
/
+2
*
eg/compute: Drop reference to kernel_param bo in destructor
Jan Vesely
2018-05-08
1
-0
/
+1
*
r600: Cleanup constant buffers on context destruction
Jan Vesely
2018-05-08
1
-1
/
+5
*
eg/compute: Drop reference on code_bo in destructor.
Jan Vesely
2018-05-07
1
-3
/
+1
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
2
-0
/
+10
*
ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memory
Marek Olšák
2018-04-02
3
-6
/
+6
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-1
/
+1
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
r600: consolidate PIPE_BIND_SHARED/SCANOUT handling
Marek Olšák
2018-03-16
2
-14
/
+4
*
r600: fix abs for op3 sources
Roland Scheidegger
2018-03-14
1
-54
/
+56
*
r600: implement callstack workaround for evergreen.
Dave Airlie
2018-03-12
1
-8
/
+31
*
r600: fix color export mask
Roland Scheidegger
2018-03-05
1
-0
/
+1
*
r600/cayman: fix fragcood loading recip generation.
Dave Airlie
2018-03-02
1
-1
/
+1
*
r600/shader: when using images always load thread id gpr at start (v2)
Dave Airlie
2018-02-28
1
-15
/
+7
*
r600: fix whitespace in recent 1d texture commit.
Dave Airlie
2018-02-28
1
-1
/
+1
*
r600: partly revert disabling tiling for 1d texture.
Dave Airlie
2018-02-28
1
-0
/
+5
*
r600: fix tgsi clock last setting
Dave Airlie
2018-02-26
1
-0
/
+1
*
r600: add time lo/hi debugging output.
Dave Airlie
2018-02-26
2
-0
/
+12
*
r600: Take ALU_EXTENDED into account when evaluating jump offsets
Gert Wollny
2018-02-26
1
-2
/
+7
*
gallium: allow drivers to impose BO flags restrictions on constant buffer 0
Marek Olšák
2018-02-17
1
-0
/
+1
*
r600: fix regression in gl_FragColor drawing
Dave Airlie
2018-02-14
1
-0
/
+2
[next]