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: handle unhandled CAPs
Marek Olšák
2012-10-11
1
-0
/
+4
*
radeonsi: fixup the return type of is_format_supported
Marek Olšák
2012-10-11
2
-10
/
+10
*
radeonsi: remove unused local variables
Marek Olšák
2012-10-11
4
-9
/
+0
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
3
-91
/
+63
*
radeonsi: Fix double compilation of shader variants.
Michel Dänzer
2012-10-02
2
-6
/
+4
*
radeonsi: Better indexing of parameters in the pixel shader.
Michel Dänzer
2012-10-02
3
-8
/
+12
*
radeonsi: emit PA_SU_PRIM_FILTER_CNTL
Alex Deucher
2012-10-01
1
-0
/
+2
*
radeonsi: remove some old r600g cruft
Alex Deucher
2012-10-01
1
-28
/
+0
*
radeonsi: fix range checking for state regs
Alex Deucher
2012-10-01
1
-3
/
+4
*
radeonsi: drop some cayman remnants
Alex Deucher
2012-10-01
4
-24
/
+4
*
radeonsi: define SGPR register numbers
Christian König
2012-10-01
6
-25
/
+28
*
radeonsi: implement blit
Marek Olšák
2012-09-30
1
-0
/
+28
*
gallium/u_blitter: add gallium blit implementation
Marek Olšák
2012-09-30
1
-2
/
+2
*
gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-0
/
+1
*
radeonsi: fix truncated register define.
Alex Deucher
2012-09-26
1
-3
/
+3
*
radeonsi: move draw cmds to si_commands.c
Christian Koenig
2012-09-26
3
-14
/
+35
*
radeonsi: start seperating commands into si_commands.c
Christian Koenig
2012-09-26
3
-4
/
+10
*
radeonsi: get rid of evergreen_hw_context.c
Christian Koenig
2012-09-26
3
-50
/
+3
*
radeonsi: remove unused code
Christian Koenig
2012-09-26
1
-19
/
+0
*
radeonsi: start reworking inferred state handling
Christian König
2012-09-26
4
-6
/
+4
*
radeonsi: don't use a staging resource for large transfers
Marek Olšák
2012-09-13
1
-10
/
+0
*
radeonsi: Properly handle NULL sampler views.
Michel Dänzer
2012-09-12
1
-3
/
+3
*
radeonsi: Fix calculation of number of records in buffer resource.
Michel Dänzer
2012-09-12
1
-1
/
+1
*
radeonsi: Handle position input parameter for pixel shaders v2
Tom Stellard
2012-09-11
2
-1
/
+31
*
radeonsi: Move interpolation mode check into the compiler
Tom Stellard
2012-09-11
1
-11
/
+9
*
radeonsi: Add missing interpolation mode to check for enabled modes
Tom Stellard
2012-09-11
1
-0
/
+1
*
radeonsi: Pass shader type to the compiler
Tom Stellard
2012-09-11
1
-0
/
+12
*
radeonsi: Texture border colour fixes.
Michel Dänzer
2012-09-11
3
-8
/
+56
*
radeonsi: Handle NULL sampler states.
Michel Dänzer
2012-09-11
1
-1
/
+1
*
radeonsi: Float format fixups.
Michel Dänzer
2012-09-07
1
-1
/
+24
*
radeonsi: Handle more SNORM formats.
Michel Dänzer
2012-09-07
1
-0
/
+22
*
radeonsi: Handle TGSI_SEMANTIC_FOG.
Michel Dänzer
2012-09-07
1
-0
/
+1
*
radeonsi: Handle more L/I/A format cases.
Michel Dänzer
2012-09-06
1
-0
/
+14
*
radeonsi: Enable whole quad mode for pixel shaders.
Michel Dänzer
2012-09-06
1
-2
/
+10
*
radeonsi: Enable NPOT textures again.
Michel Dänzer
2012-09-06
1
-1
/
+1
*
radeonsi: Mipmaps require memory footprint to be padded to powers of two.
Michel Dänzer
2012-09-06
1
-0
/
+1
*
radeonsi: Sampler view state simplification.
Michel Dänzer
2012-09-06
1
-11
/
+9
*
radeonsi: Untiled textures are linear aligned, not linear general.
Michel Dänzer
2012-09-06
1
-3
/
+3
*
radeonsi: stop big offsets from hanging the GPU v2
Christian König
2012-09-04
1
-2
/
+9
*
radeonsi: adjust PIPE_SHADER_CAP_MAX_CONSTS
Christian König
2012-09-04
2
-5
/
+2
*
radeonsi: disable array-textures for now
Christian König
2012-09-03
1
-1
/
+1
*
radeonsi: disable Z16 for now
Christian König
2012-09-03
1
-2
/
+2
*
radeonsi: disable NPOT textures for now
Christian König
2012-09-03
1
-1
/
+1
*
radeonsi: handle indirect constants gracefully
Christian König
2012-09-03
1
-0
/
+7
*
radeonsi: Handle TGSI_SEMANTIC_PSIZE
Tom Stellard
2012-08-31
1
-0
/
+1
*
radeonsi: fix stupid bug added in commit 07838603b9a69c05911edbcd351bfce5ad9b...
Christian König
2012-08-30
1
-7
/
+8
*
radeon/llvm: Declare the interpolation intrinsics as ReadOnly
Tom Stellard
2012-08-29
1
-2
/
+2
*
radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.
Michel Dänzer
2012-08-28
1
-1
/
+0
*
radeonsi: Use FP16 shader export format when necessary / possible.
Michel Dänzer
2012-08-27
4
-17
/
+110
*
radeonsi: Refactor initialization of shader export intrinsic arguments.
Michel Dänzer
2012-08-27
1
-36
/
+48
[next]