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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: send the END_OF_FRAME flag to the DRM
Marek Olšák
2013-01-04
1
-1
/
+2
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+2
*
radeonsi: fix int->bool conversion in fence_signalled
Marek Olšák
2013-01-04
1
-1
/
+1
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-1
/
+1
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
1
-2
/
+12
*
r600g/radeonsi: Silence warnings
Maxence Le Dore
2012-12-13
1
-0
/
+2
*
winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead
Marek Olšák
2012-12-12
3
-5
/
+7
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
2
-3
/
+0
*
radeonsi: Fix cube texture coordinates.
Michel Dänzer
2012-12-06
1
-0
/
+7
*
radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.
Michel Dänzer
2012-11-29
1
-1
/
+5
*
radeonsi: Reinstate assertions against invalid colour/depth formats.
Michel Dänzer
2012-11-28
1
-0
/
+2
*
radeonsi: Re-enable Z16 depth buffers.
Michel Dänzer
2012-11-28
1
-2
/
+2
*
radeonsi: remove redundant parameter in r600_init_surface
Marek Olšák
2012-11-28
1
-5
/
+4
*
radeonsi: Use explicit stencil mipmap level offsets.
Michel Dänzer
2012-11-28
2
-7
/
+6
*
radeonsi: correct texture memory size for Z32F_S8X24
Marek Olšák
2012-11-28
1
-7
/
+15
*
radeonsi: Depth/stencil fixes.
Michel Dänzer
2012-11-28
2
-8
/
+21
*
radeonsi: Flesh out support for depth/stencil exports from the pixel shader.
Michel Dänzer
2012-11-28
2
-6
/
+68
*
radeonsi: Fix sampler views for depth textures.
Michel Dänzer
2012-11-28
2
-5
/
+6
*
radeonsi: Fix z/stencil texture creation.
Jerome Glisse
2012-11-28
1
-9
/
+5
*
radeonsi: clean up some magic numbers
Alex Deucher
2012-11-16
1
-1
/
+2
*
radeonsi: emit PA_SC_RASTER_CONFIG
Alex Deucher
2012-11-16
1
-0
/
+11
*
radeonsi: remove new asserts and replace with warnings
Alex Deucher
2012-11-15
1
-2
/
+6
*
radeonsi: cleanup si_db()
Alex Deucher
2012-11-15
2
-12
/
+12
*
radeonsi: assert the CB format is valid (v2)
Alex Deucher
2012-11-15
1
-2
/
+3
*
radeonsi: assert that the DB format is valid (v2)
Alex Deucher
2012-11-15
1
-8
/
+5
*
radeonsi: Set STENCILOPVAL fields to 1.
Michel Dänzer
2012-11-14
1
-2
/
+4
*
radeonsi: Bump SI_PM4_MAX_DW.
Michel Dänzer
2012-11-14
1
-1
/
+1
*
radeonsi: Handle TGSI TXL opcode.
Michel Dänzer
2012-11-14
1
-0
/
+7
*
radeonsi: Handle TGSI TXB opcode.
Michel Dänzer
2012-11-14
1
-0
/
+7
*
radeonsi: Implement alpha testing in pixel shader.
Michel Dänzer
2012-11-12
6
-38
/
+52
*
radeonsi: Initialize uses_kill boolean from TGSI info.
Michel Dänzer
2012-11-12
1
-0
/
+1
*
radeonsi: Implement support for vertex shader samplers.
Michel Dänzer
2012-11-02
2
-22
/
+60
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-0
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
2
-5
/
+4
*
radeonsi: Handle TGSI_SEMANTIC_FACE.
Michel Dänzer
2012-10-26
2
-1
/
+31
*
radeonsi: Handle TGSI_SEMANTIC_BCOLOR.
Michel Dänzer
2012-10-26
5
-15
/
+75
*
radeonsi: Don't snoop context state while building shaders.
Michel Dänzer
2012-10-26
3
-17
/
+27
*
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
2012-10-18
1
-1
/
+0
*
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
[next]