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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Marek Olšák
2013-03-11
10
-95
/
+122
*
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Marek Olšák
2013-03-11
7
-2
/
+6
*
r600g: don't check for R600_ENABLE_S3TC env var
Marek Olšák
2013-03-11
1
-10
/
+3
*
i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
Stéphane Marchesin
2013-03-08
8
-23
/
+36
*
i915g: Update TODO
Stéphane Marchesin
2013-03-08
1
-12
/
+1
*
llvmpipe: remove the power of two sizeof(struct cmd_block) assertion
Brian Paul
2013-03-07
1
-7
/
+0
*
radeon/llvm: document LLVM commit
Christian König
2013-03-07
1
-0
/
+1
*
radeon/llvm: enable LICM and DCE pass v2
Christian König
2013-03-07
1
-0
/
+2
*
radeonsi: add LLVMNoUnwindAttribute to intrinsic
Christian König
2013-03-07
1
-1
/
+1
*
radeonsi: rework input interpolation
Christian König
2013-03-07
2
-34
/
+72
*
radeonsi: remove SI.vs.load.buffer.index
Christian König
2013-03-07
2
-10
/
+12
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
5
-83
/
+63
*
radeon/llvm: replace shader type intrinsic with function attribute
Christian König
2013-03-07
3
-12
/
+26
*
radeonsi: switch to v*i8 for resources and samplers v2
Christian König
2013-03-07
1
-18
/
+12
*
r600g/llvm: Update CONSTANT_BUFFER address space definition
Christian König
2013-03-07
1
-1
/
+1
*
llvmpipe: fix incorrect 'j' array index in dummy texture code
Brian Paul
2013-03-06
1
-3
/
+3
*
llvmpipe: remove unused cmd_block_list struct
Brian Paul
2013-03-06
1
-4
/
+0
*
llvmpipe: add some scene limit sanity check assertions
Brian Paul
2013-03-06
1
-0
/
+22
*
llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE
Brian Paul
2013-03-06
1
-2
/
+8
*
radeon/llvm: fix trivial warnings
Christian König
2013-03-06
1
-4
/
+3
*
radeonsi: fix trivial warning
Christian König
2013-03-06
1
-1
/
+0
*
r600g: Check comp_mask before merging export instructions
Vincent Lejeune
2013-03-03
1
-0
/
+1
*
r600g: fix check_and_set_bank_swizzle for cayman
Vadim Girlin
2013-03-03
1
-7
/
+3
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
1
-1
/
+9
*
llvmpipe: don't assert on illegal surface creation.
Roland Scheidegger
2013-03-02
2
-4
/
+4
*
llvmpipe: bump glsl version to 140
Roland Scheidegger
2013-03-02
1
-1
/
+1
*
r600g: enable CP DMA on 6xx
Alex Deucher
2013-03-01
1
-1
/
+1
*
r600g: don't require dword alignment with CP DMA for buffer transfers
Marek Olšák
2013-03-01
5
-11
/
+9
*
r600g: always map uninitialized buffer range as unsynchronized
Marek Olšák
2013-03-01
6
-0
/
+45
*
r600g: cleanup deprecated register tables
Marek Olšák
2013-03-01
3
-45
/
+14
*
r600g: unify vgt states
Marek Olšák
2013-03-01
5
-26
/
+9
*
r600g: flush and invalidate htile cache when appropriate
Marek Olšák
2013-03-01
6
-1
/
+21
*
r600g: atomize streamout enabling
Marek Olšák
2013-03-01
9
-87
/
+96
*
r600g: use async DMA with a non-zero src offset
Marek Olšák
2013-03-01
1
-1
/
+1
*
r600g: pad the DMA CS to a multiple of 8 dwords
Marek Olšák
2013-03-01
1
-2
/
+14
*
r600g: workaround hyperz lockup on evergreen
Jerome Glisse
2013-02-28
4
-2
/
+23
*
llvmpipe: check buffers in llvmpipe_is_resource_referenced.
Roland Scheidegger
2013-02-28
3
-8
/
+24
*
llvmpipe: support rendering to buffer render targets.
Roland Scheidegger
2013-02-28
4
-47
/
+61
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
8
-117
/
+186
*
radeonsi: Fix memory leak in si_set_constant_buffer.
Vinson Lee
2013-02-26
1
-0
/
+1
*
r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV case
Alex Deucher
2013-02-26
1
-0
/
+1
*
r600g: synchronize streamout buffers on r6xx too (v3)
Alex Deucher
2013-02-26
1
-1
/
+1
*
svga: fix comment typos
Brian Paul
2013-02-26
1
-1
/
+1
*
r300g: implement 3D transfers
Marek Olšák
2013-02-26
1
-2
/
+18
*
gallium/util: add helper util_max_layer from r600g
Marek Olšák
2013-02-26
6
-47
/
+15
*
llvmpipe: (trivial) get rid of old function prototypes.
Roland Scheidegger
2013-02-25
1
-7
/
+0
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
6
-103
/
+177
*
llvmpipe: Fix creation of shared and scanout textures.
John Kåre Alsaker
2013-02-23
1
-1
/
+3
*
svga: remove some extraneous whitespace
Brian Paul
2013-02-23
1
-8
/
+0
*
llvmpipe: rename polygon offset fields to something more specific
Brian Paul
2013-02-22
2
-8
/
+11
[next]