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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
1
-1
/
+2
*
radeonsi: fix a typo as_es -> as_ls in a string
Marek Olšák
2015-08-19
1
-1
/
+1
*
radeonsi: fix indirect indexing of MSAA textures
Marek Olšák
2015-08-19
1
-4
/
+13
*
radeonsi: revert a wrong DB bug workaround for VI
Marek Olšák
2015-08-14
1
-4
/
+0
*
radeonsi: add support for FIJI (v4)
Alex Deucher
2015-08-14
1
-0
/
+5
*
radeonsi: add harvest support for CI/VI parts (v3)
Alex Deucher
2015-08-14
1
-92
/
+116
*
radeonsi: properly handler raster_config setup on CZ
Alex Deucher
2015-08-14
1
-1
/
+1
*
radeonsi: properly set the raster_config for KV
Alex Deucher
2015-08-14
1
-5
/
+9
*
radeonsi: add amdgpu support for querying the GPU reset state
Marek Olšák
2015-08-14
1
-1
/
+14
*
radeonsi: add VI hardware support
Marek Olšák
2015-08-14
6
-25
/
+114
*
radeonsi: add definitions for VI status registers
Marek Olšák
2015-08-14
1
-1
/
+1079
*
radeonsi: add VI register definitions
Marek Olšák
2015-08-14
2
-61
/
+1041
*
radeonsi: fix DRM version checks for amdgpu DRM 3.0.0
Marek Olšák
2015-08-14
2
-5
/
+7
*
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
2015-08-14
1
-2
/
+4
*
radeonsi: add support for EXT_depth_bounds_test
Marek Olšák
2015-08-14
2
-5
/
+7
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
radeonsi: fix polygon offset scale
Marek Olšák
2015-08-13
1
-1
/
+1
*
radeonsi: enable VS_OUT_MISC_SIDE_BUS_ENA
Marek Olšák
2015-08-13
1
-0
/
+1
*
radeonsi: add support for gl_PrimitiveID in the fragment shader
Marek Olšák
2015-08-13
4
-9
/
+49
*
radeonsi: move VGT_GS_MODE to the VS state
Marek Olšák
2015-08-13
1
-2
/
+6
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
8
-32
/
+47
*
winsys/radeon: add an interface for contexts
Marek Olšák
2015-08-07
1
-1
/
+1
*
radeonsi: rename enable_s3tc -> enable_compressed_formats
Marek Olšák
2015-08-06
1
-5
/
+4
*
radeonsi: always flush framebuffer caches at the beginning of IBs
Marek Olšák
2015-08-06
1
-1
/
+2
*
radeonsi: don't count the exact needed CS space if the CS is large enough
Marek Olšák
2015-08-06
1
-2
/
+11
*
radeonsi: don't crash when cleaning up after an incomplete context
Marek Olšák
2015-08-06
1
-7
/
+11
*
radeonsi: add a HUD query showing the number of shaders created
Marek Olšák
2015-08-06
1
-0
/
+1
*
radeonsi: add a HUD query showing the number of compiler invocations
Marek Olšák
2015-08-06
1
-0
/
+1
*
radeonsi: before storing tess levels, load them from LDS instead of temporary
Marek Olšák
2015-08-06
1
-79
/
+57
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium/radeon: suspend timer queries between IBs
Marek Olšák
2015-08-06
1
-1
/
+2
*
radeonsi: flush if the memory usage for an IB is too high
Marek Olšák
2015-08-02
2
-0
/
+17
*
radeonsi: copy *8_SNORM bits exactly in resource_copy_region
Marek Olšák
2015-07-31
1
-1
/
+3
*
radeonsi: early exit in si_clear if there's nothing to do
Marek Olšák
2015-07-31
1
-0
/
+2
*
radeonsi: fix a regression since the resource_copy_region cleanup
Marek Olšák
2015-07-31
1
-1
/
+1
*
radeonsi: fix broken st/nine from merging tessellation
Marek Olšák
2015-07-31
1
-2
/
+7
*
radeonsi: move CP DMA functions to their own file
Marek Olšák
2015-07-31
6
-236
/
+274
*
radeonsi: add a debug flag that disables printing ISA in shader dumps
Marek Olšák
2015-07-31
1
-9
/
+11
*
radeonsi: add a debug flag that disables printing TGSI in shader dumps
Marek Olšák
2015-07-31
1
-1
/
+1
*
radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps
Marek Olšák
2015-07-31
1
-6
/
+7
*
radeonsi: store shader disassemblies in memory for future users
Marek Olšák
2015-07-31
2
-3
/
+8
*
gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic
Marek Olšák
2015-07-31
1
-28
/
+28
*
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
2015-07-31
1
-8
/
+8
*
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
2015-07-31
4
-271
/
+128
*
radeonsi: enable GL4.1 and update documentation (v2)
Dave Airlie
2015-07-30
1
-1
/
+1
*
radeonsi: add GS multiple streams support (v2)
Dave Airlie
2015-07-30
6
-39
/
+127
*
radeon: add support for streams to the common streamout code. (v2)
Dave Airlie
2015-07-29
1
-3
/
+15
*
r600,radeonsi: GL_ARB_conditional_render_inverted
Edward O'Callaghan
2015-07-29
1
-1
/
+1
*
radeonsi: add support for interpolateAt functions (v2)
Dave Airlie
2015-07-28
1
-1
/
+240
[next]