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
/
evergreen_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600: ignore PIPE_BIND_LINEAR in *_is_format_supported
Christian König
2016-03-30
1
-0
/
+5
*
r600g: Do colorformat endian swap for PIPE_USAGE_STAGING
Oded Gabbay
2016-03-03
1
-12
/
+1
*
r600g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
1
-36
/
+8
*
gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys
Marek Olšák
2016-02-05
1
-1
/
+1
*
gallium/radeon: set num_banks in the winsys
Marek Olšák
2016-02-05
1
-4
/
+4
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
1
-1
/
+1
*
r600: Typos and whitespace fixes
Jan Vesely
2016-01-26
1
-2
/
+2
*
gallium/r600: Replace ALIGN_DIVUP with DIV_ROUND_UP
Krzysztof Sobiecki
2016-01-06
1
-1
/
+1
*
r600: fix constant buffer size programming
Grazvydas Ignotas
2015-12-29
1
-1
/
+1
*
r600: fix viewport clipping handling (v2)
Dave Airlie
2015-12-22
1
-7
/
+3
*
r600: drop VTX_CNT_EN write from initial state
Dave Airlie
2015-12-22
1
-8
/
+4
*
r600g: remove a Hyper-Z workaround that's likely not needed anymore
Marek Olšák
2015-12-11
1
-19
/
+7
*
r600g: re-enable Hyper-Z for stencil on Evergreen & Cayman
Marek Olšák
2015-12-11
1
-4
/
+1
*
gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly
Marek Olšák
2015-12-11
1
-2
/
+7
*
r600: apply SIMD workaround to cayman also.
Dave Airlie
2015-12-07
1
-1
/
+8
*
r600g: reduce number of ps thread on caicos
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600g: adjust ls/hs thread counts for sumo
Dave Airlie
2015-12-07
1
-4
/
+4
*
r600: move VGT_VTX_CNT_EN into shader stages atom.
Dave Airlie
2015-12-07
1
-2
/
+2
*
r600: handle SIMD allocation issue with HS/LS
Dave Airlie
2015-12-07
1
-0
/
+5
*
r600/eg: workaround bug with tess shader and dynamic GPRs.
Dave Airlie
2015-12-07
1
-56
/
+170
*
r600: create LDS info constants buffer and write LDS registers. (v2)
Dave Airlie
2015-12-07
1
-0
/
+151
*
r600/eg: update shader stage emission/tf param for tess.
Dave Airlie
2015-12-07
1
-5
/
+69
*
r600: add set_tess_state callback.
Dave Airlie
2015-12-07
1
-1
/
+11
*
r600/eg: init tess registers to defaults (v1.1)
Dave Airlie
2015-12-07
1
-10
/
+31
*
r600: hook up constants/samplers/sampler view for tessellation
Dave Airlie
2015-12-07
1
-9
/
+81
*
r600: add functions to update ls/hs state.
Dave Airlie
2015-12-07
1
-0
/
+25
*
r600: move to using hw stages array for hw stage atoms
Dave Airlie
2015-12-07
1
-5
/
+3
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-4
/
+4
*
r600: add missing register to initial state
Dave Airlie
2015-11-30
1
-5
/
+14
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
1
-0
/
+1
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-33
/
+33
*
r600: initialised PGM_RESOURCES_2 for ES/GS
Dave Airlie
2015-11-12
1
-0
/
+4
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
1
-0
/
+13
*
Revert "r600g: Pass conservative depth parameters to hw"
Dave Airlie
2015-11-11
1
-13
/
+0
*
r600g: Implement ARB_texture_view
Glenn Kennard
2015-11-11
1
-6
/
+17
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
1
-0
/
+13
*
r600g: only do depth-only or stencil-only in-place decompression
Marek Olšák
2015-10-03
1
-3
/
+9
*
gallium/radeon: add separate stencil level dirty flags
Marek Olšák
2015-10-03
1
-2
/
+2
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-13
/
+12
*
r600: define some values for the fetch constant offsets.
Dave Airlie
2015-09-12
1
-13
/
+17
*
r600g: use pipe_resource::width0 instead pb_buffer::size
Marek Olšák
2015-09-10
1
-2
/
+2
*
r600g: start numbering atoms from 1
Grazvydas Ignotas
2015-09-03
1
-1
/
+1
*
r600g: make all viewport states use single atom
Grazvydas Ignotas
2015-09-03
1
-5
/
+2
*
r600g: make all scissor states use single atom
Grazvydas Ignotas
2015-09-03
1
-13
/
+23
*
r600g: add multiple stream support for geom shaders
Glenn Kennard
2015-09-02
1
-11
/
+18
*
gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list
Marek Olšák
2015-09-01
1
-14
/
+14
*
gallium/radeon: rename write_*_reg functions
Marek Olšák
2015-09-01
1
-47
/
+47
*
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
2015-08-30
1
-8
/
+8
*
r600,compute: setup compute sampler states and views
Zoltan Gilian
2015-08-14
1
-12
/
+34
*
r600g: fix polygon offset scale
Marek Olšák
2015-08-13
1
-1
/
+1
[prev]
[next]