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
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
4
-21
/
+12
*
gallium/radeon: add DRM and LLVM version to the renderer string
Marek Olšák
2015-08-06
2
-4
/
+24
*
radeonsi: add a HUD query showing the number of shaders created
Marek Olšák
2015-08-06
3
-0
/
+16
*
radeonsi: add a HUD query showing the number of compiler invocations
Marek Olšák
2015-08-06
3
-1
/
+18
*
gallium/radeon: display cumulative results for some driver queries
Marek Olšák
2015-08-06
1
-2
/
+4
*
gallium/radeon: switch the buffer-wait-time query to microseconds
Marek Olšák
2015-08-06
2
-3
/
+3
*
gallium/radeon: change some driver query types to Hz
Marek Olšák
2015-08-06
1
-2
/
+2
*
gallium/radeon: always use the llvm. prefix in intrinsic names
Marek Olšák
2015-08-06
1
-6
/
+16
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
3
-8
/
+7
*
gallium/radeon: suspend timer queries between IBs
Marek Olšák
2015-08-06
3
-23
/
+62
*
r600,compute: force tiling on 2D and 3D texture compute resources
Zoltan Gilian
2015-08-03
1
-2
/
+9
*
Revert "gallium/radeon: re-enable unsafe math for graphics shaders"
Marek Olšák
2015-08-01
1
-4
/
+0
*
radeonsi: add a debug flag that disables printing ISA in shader dumps
Marek Olšák
2015-07-31
2
-0
/
+2
*
radeonsi: add a debug flag that disables printing TGSI in shader dumps
Marek Olšák
2015-07-31
2
-0
/
+2
*
radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps
Marek Olšák
2015-07-31
4
-22
/
+21
*
radeonsi: store shader disassemblies in memory for future users
Marek Olšák
2015-07-31
4
-13
/
+9
*
radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRAC
Marek Olšák
2015-07-31
1
-4
/
+16
*
gallium/radeon: re-enable unsafe math for graphics shaders
Marek Olšák
2015-07-31
1
-0
/
+4
*
gallium/radeon: don't use rsq_action
Marek Olšák
2015-07-31
1
-7
/
+3
*
gallium/radeon: move r600-specific code to r600g
Marek Olšák
2015-07-31
1
-150
/
+0
*
gallium/radeon: remove unused variables and old comments
Marek Olšák
2015-07-31
2
-33
/
+0
*
gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic
Marek Olšák
2015-07-31
2
-63
/
+13
*
radeon: add support for streams to the common streamout code. (v2)
Dave Airlie
2015-07-29
2
-12
/
+25
*
radeon: move streamout buffer config to streamout enable function. (v2)
Dave Airlie
2015-07-29
2
-9
/
+15
*
radeon: add streamout status 1-3 queries.
Dave Airlie
2015-07-29
2
-2
/
+19
*
r600,radeonsi: GL_ARB_conditional_render_inverted
Edward O'Callaghan
2015-07-29
1
-9
/
+13
*
radeonsi: fix GLSL textureGrad(samplerCube*) functions
Marek Olšák
2015-07-25
2
-23
/
+66
*
radeonsi: add shader code generation for tessellation
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeonsi: add debug flags for dumping tessellation shaders
Marek Olšák
2015-07-23
2
-9
/
+17
*
gallium/radeon: expose emit_fetch
Marek Olšák
2015-07-23
2
-19
/
+15
*
gallium/radeon: expose LLVM functions implementing emit_store
Marek Olšák
2015-07-23
2
-5
/
+13
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
3
-17
/
+1
*
radeonsi: don't change pipe_resource in resource_copy_region
Marek Olšák
2015-07-23
1
-1
/
+0
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
3
-14
/
+14
*
radeonsi: direct emit intrinsic for DFRAC.
Dave Airlie
2015-07-13
1
-0
/
+1
*
radeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit support.
Dave Airlie
2015-07-12
2
-7
/
+143
*
gallium/radeon: mark the gpu load thread stop trigger as volatile
Marek Olšák
2015-07-05
1
-1
/
+1
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-9
/
+0
*
r600g,radeonsi: implement get_device_reset_status
Marek Olšák
2015-07-03
3
-2
/
+24
*
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
2015-06-29
2
-0
/
+26
*
radeon/llvm: Handle LLVM backend rename from R600 to AMDGPU
Tom Stellard
2015-06-12
1
-0
/
+8
*
android: enable the radeonsi driver
Chih-Wei Huang
2015-06-09
1
-0
/
+4
*
r600g,radeonsi: Assert that there's enough space after flushing
Michel Dänzer
2015-06-08
1
-3
/
+2
*
radeon/llvm: reset temps_count on deallocation
Marek Olšák
2015-05-29
1
-0
/
+1
*
radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2)
Marek Olšák
2015-05-29
2
-7
/
+12
*
radeon/vce: adapt new firmware interface changes
Christian König
2015-05-22
4
-2
/
+252
*
radeon/vce: move CPB handling function into common code
Christian König
2015-05-22
3
-29
/
+48
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-23
/
+17
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
2
-2
/
+2
*
r600g: Fix Clang return-type build error.
Vinson Lee
2015-05-06
1
-1
/
+1
[next]