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
*
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
*
radeonsi: add fine derivate control (v2.1)
Dave Airlie
2015-07-25
2
-6
/
+48
*
radeonsi: fix GLSL textureGrad(samplerCube*) functions
Marek Olšák
2015-07-25
1
-11
/
+24
*
radeonsi: ubo indexing support (v2)
Dave Airlie
2015-07-25
1
-3
/
+12
*
radeonsi: add support for indirect samplers (v2)
Dave Airlie
2015-07-25
1
-8
/
+41
*
radeonsi: split out interpolation input selection
Dave Airlie
2015-07-25
2
-26
/
+38
*
radeonsi: separate out load sample position
Dave Airlie
2015-07-25
1
-18
/
+26
*
radeonsi: enable tessellation, update GL3.txt & release notes
Marek Olšák
2015-07-23
1
-3
/
+11
*
radeonsi: add scratch buffer support for tessellation shaders
Marek Olšák
2015-07-23
1
-8
/
+28
*
radeonsi: update invariant registers for tessellation
Marek Olšák
2015-07-23
1
-2
/
+6
*
radeonsi: add assertions into draw_vbo and check tessellation
Marek Olšák
2015-07-23
1
-1
/
+7
*
radeonsi: set the rasterization primitive type for tessellation
Marek Olšák
2015-07-23
1
-0
/
+3
*
radeonsi: set VGT_LS_HS_CONFIG for tessellation
Marek Olšák
2015-07-23
3
-4
/
+28
*
radeonsi: update IA_MULTI_VGT_PARAM for tessellation
Marek Olšák
2015-07-23
1
-3
/
+51
*
radeonsi: add derived tessellation state
Marek Olšák
2015-07-23
4
-3
/
+146
*
radeonsi: implement a fixed-function tessellation control shader and its state
Marek Olšák
2015-07-23
4
-1
/
+68
*
radeonsi: set up a ring buffer for tessellation factors
Marek Olšák
2015-07-23
4
-0
/
+42
*
radeonsi: add tessellation shader states
Marek Olšák
2015-07-23
3
-13
/
+203
*
radeonsi: update si_get_vs_info and si_get_vs_state for tessellation
Marek Olšák
2015-07-23
1
-2
/
+8
*
radeonsi: add shader code generation for tessellation
Marek Olšák
2015-07-23
4
-29
/
+849
*
radeonsi: implement TGSI_OPCODE_BARRIER
Marek Olšák
2015-07-23
1
-0
/
+12
*
radeonsi: program VGT_SHADER_STAGES_EN for tessellation
Marek Olšák
2015-07-23
4
-23
/
+45
*
radeonsi: add translation of PATCH primitives
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeonsi: add support for tessellation shader resources and samplers
Marek Olšák
2015-07-23
2
-8
/
+37
*
radeonsi: add code for creating, binding and destroying tessellation shaders
Marek Olšák
2015-07-23
3
-0
/
+74
*
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
2015-07-23
5
-91
/
+156
*
radeonsi: rename build_streamout_store -> build_tbuffer_store_dwords
Marek Olšák
2015-07-23
1
-12
/
+12
*
radeonsi: separate primitive ID computation
Marek Olšák
2015-07-23
1
-7
/
+20
*
radeonsi: move declaring streamout parameters to its own function
Marek Olšák
2015-07-23
1
-13
/
+23
*
radeonsi: make ES2GS offset sgpr location dynamic
Marek Olšák
2015-07-23
2
-6
/
+3
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
1
-2
/
+0
*
radeonsi: remove switch statement in si_create_context
Marek Olšák
2015-07-23
3
-13
/
+7
*
radeonsi: don't change pipe_resource in resource_copy_region
Marek Olšák
2015-07-23
3
-159
/
+110
*
radeonsi: upload shader rodata after updating scratch relocations
Marek Olšák
2015-07-23
3
-29
/
+29
*
radeonsi: remove redundant parameter in si_shader_binary_read
Marek Olšák
2015-07-23
3
-8
/
+5
*
radeonsi: Flush when we're asked to return a fence but don't have one yet
Michel Dänzer
2015-07-22
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
2
-3
/
+3
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
radeonsi: directly include radeon/* headers
Emil Velikov
2015-07-13
1
-1
/
+1
*
radeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit support.
Dave Airlie
2015-07-12
2
-4
/
+28
*
radeonsi: Use param export count from si_llvm_export_vs in si_shader_vs
Michel Dänzer
2015-07-07
3
-22
/
+6
*
radeonsi: don't flush an empty IB if the only thing we need is a fence
Marek Olšák
2015-07-05
3
-3
/
+15
*
radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
Marek Olšák
2015-07-05
1
-0
/
+4
[next]