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
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
radeon: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
3
-0
/
+49
*
svga: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
trace: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-28
/
+42
*
rbug: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+34
*
noop: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+7
*
llvmpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
ilo: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+21
*
identity: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-15
/
+21
*
i915g: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+22
*
galahad: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-12
/
+18
*
r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states
Brian Paul
2013-10-03
1
-4
/
+4
*
r600g: fix ínitialization of non_disp_tiling flag
Marek Olšák
2013-10-03
1
-4
/
+5
*
r600g,radeonsi: create aux_context last
Marek Olšák
2013-10-03
3
-2
/
+6
*
r300g/swtcl: don't call draw_prepare_shader_outputs
Marek Olšák
2013-10-03
1
-1
/
+0
*
r600/llvm: Adds support for MSAA
Vincent Lejeune
2013-10-02
3
-1
/
+54
*
r600g/llvm: Undef z and w component of 2D TXP inst
Vincent Lejeune
2013-10-02
1
-1
/
+2
*
r600g/llvm: fix txq for texture buffer
Vincent Lejeune
2013-10-02
3
-2
/
+9
*
galahad: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
4
-25
/
+23
*
noop: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
4
-17
/
+23
*
identity: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
4
-15
/
+18
*
freedreno: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
6
-41
/
+47
*
trace: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-13
/
+10
*
llvmpipe: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-85
/
+46
*
rbug: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-11
/
+9
*
softpipe: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
4
-92
/
+37
*
r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM
Emil Velikov
2013-10-01
1
-1
/
+1
*
gallium/radeon: drop unused variable LIBGALLIUM_LIBS
Emil Velikov
2013-10-01
1
-3
/
+0
*
llvmpipe: Remove unnecessary null check of shader.
Vinson Lee
2013-09-30
1
-1
/
+1
*
svga: fix pixel center integer
Brian Paul
2013-09-30
1
-2
/
+4
*
svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER
Brian Paul
2013-09-30
1
-1
/
+1
*
svga: we don't support TGSI_OPCODE_CONT
Brian Paul
2013-09-30
2
-2
/
+5
*
r600g/sb: Move variable dereference after null check.
Vinson Lee
2013-09-30
1
-1
/
+2
*
r600g,radeonsi: workaround for late shared screen initialization
Marek Olšák
2013-09-30
2
-1
/
+5
*
r600g: Fix build failure introduced with r600_texture.c consolidation
Laurent Carlier
2013-09-29
1
-4
/
+4
*
radeon: make texture logging more useful
Marek Olšák
2013-09-29
5
-26
/
+23
*
r600g,radeonsi: share r600_texture.c
Marek Olšák
2013-09-29
18
-1228
/
+367
*
r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap
Marek Olšák
2013-09-29
1
-9
/
+0
*
r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
2013-09-29
11
-88
/
+87
*
r600g,radeonsi: consolidate tiling_info initialization
Marek Olšák
2013-09-29
12
-217
/
+148
*
radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it
Marek Olšák
2013-09-29
4
-19
/
+108
*
r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon
Marek Olšák
2013-09-29
6
-66
/
+74
*
radeonsi: move debug options to R600_DEBUG
Marek Olšák
2013-09-29
6
-38
/
+41
*
r600g: move some debug options to drivers/radeon
Marek Olšák
2013-09-29
10
-52
/
+61
*
r600g,radeonsi: share the async dma interface
Marek Olšák
2013-09-29
8
-51
/
+61
*
radeonsi: move radeonsi-specific functions out of r600_texture.c
Marek Olšák
2013-09-29
4
-46
/
+38
*
r600g,radeonsi: remove unused code
Marek Olšák
2013-09-29
2
-4
/
+0
*
r600g: move r600g-specific functions out of r600_texture.c
Marek Olšák
2013-09-29
4
-467
/
+461
*
r600g,radeonsi: consolidate r600_texture structures
Marek Olšák
2013-09-29
3
-42
/
+26
*
r600g: get rid of r600_texture::is_rat
Marek Olšák
2013-09-29
2
-8
/
+1
[next]