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
...
*
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
*
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
[prev]
[next]