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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Make register spill/unspill only do the regs for that instruction.
Eric Anholt
2012-07-18
1
-33
/
+33
*
i965/fs.h: Refactor tests for instructions modifying a register.
Eric Anholt
2012-07-18
4
-34
/
+16
*
i965/fs: Replace usage is_tex() with regs_written() checks.
Eric Anholt
2012-07-18
1
-9
/
+9
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
6
-22
/
+21
*
i965/fs: Move a block out of a loop in live variables setup.
Eric Anholt
2012-07-18
1
-4
/
+5
*
i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...
Anuj Phogat
2012-07-18
1
-7
/
+21
*
st/xorg: attach EDID to outputs
Lucas Stach
2012-07-18
1
-1
/
+36
*
st/xorg: remove superfluous memset
Lucas Stach
2012-07-18
1
-2
/
+0
*
st/xorg: reorder exa context creation and use screen param queries
Lucas Stach
2012-07-18
1
-7
/
+8
*
softpipe: Take all lods into account when texture sampling.
Olivier Galibert
2012-07-18
2
-766
/
+645
*
r600g: implement wait-free buffer transfer for DISCARD_RANGE
Marek Olšák
2012-07-18
4
-16
/
+50
*
r600g: accelerate buffer copying
Marek Olšák
2012-07-18
1
-23
/
+47
*
r600g: update R600_MAX_DRAW_CS_DWORDS to take draw-opaque into account
Marek Olšák
2012-07-18
2
-4
/
+2
*
r600g: move VGT_STRMOUT_DRAW_OPAQUE_OFFSET initialization into invariant state
Marek Olšák
2012-07-18
3
-1
/
+3
*
r600g: only set the index type if drawing is indexed
Marek Olšák
2012-07-18
1
-4
/
+5
*
r600g: remove debug code for streamout
Marek Olšák
2012-07-18
1
-11
/
+0
*
r600g: inline r600_context_draw_opaque_count
Marek Olšák
2012-07-18
3
-32
/
+21
*
r600g: fix alphatest without a colorbuffer on evergreen
Marek Olšák
2012-07-18
1
-1
/
+4
*
r600g: fix alphatest without a colorbuffer on r6xx-r7xx
Marek Olšák
2012-07-18
1
-6
/
+10
*
r600g: always derive alphatest state from the first colorbuffer
Marek Olšák
2012-07-18
4
-14
/
+22
*
r600g: atomize alphatest state
Marek Olšák
2012-07-18
6
-46
/
+52
*
r600g: try to fix line stippling with lineloops
Marek Olšák
2012-07-18
1
-1
/
+2
*
r600g: optimize uploading depth textures
Marek Olšák
2012-07-18
1
-11
/
+5
*
r600g: remove needless wrapper r600_texture_depth_flush
Marek Olšák
2012-07-18
3
-35
/
+15
*
r600g: init_flushed_depth_texture should be able to report errors
Marek Olšák
2012-07-18
4
-18
/
+11
*
msaa: Generate proper error for operations prohibited on MSAA buffers.
Paul Berry
2012-07-17
2
-3
/
+3
*
gallivm: silence uninitialized variable warnings
Brian Paul
2012-07-17
3
-3
/
+6
*
r600g: fix lockups with and enable dual source blending on evergreen
Marek Olšák
2012-07-17
2
-4
/
+4
*
r600g: remove unused code after conversion of sampler views
Marek Olšák
2012-07-17
7
-249
/
+5
*
r600g: convert sampler view emission into atoms
Marek Olšák
2012-07-17
6
-134
/
+238
*
r600g: only make constant buffers dirty if there's something to update
Marek Olšák
2012-07-17
1
-4
/
+6
*
r600g: properly track which textures are depth
Marek Olšák
2012-07-17
3
-19
/
+26
*
r600g: consolidate and optimize sampler states changes for evergreen
Marek Olšák
2012-07-17
1
-14
/
+22
*
r600g: don't invalidate texture caches when setting sampler states
Marek Olšák
2012-07-17
1
-6
/
+0
*
r600g: consolidate code for setting sampler views and fix bugs in the process
Marek Olšák
2012-07-17
4
-90
/
+62
*
r600g: remove unused flag have_depth_fb
Marek Olšák
2012-07-17
4
-10
/
+3
*
r600g: do fine-grained vertex buffer updates
Marek Olšák
2012-07-17
8
-63
/
+87
*
r600g: don't call inval_shader_cache in r600_context_flush twice
Marek Olšák
2012-07-17
1
-1
/
+0
*
gallium/util: add util_bit_last - finds the last bit set in a word
Marek Olšák
2012-07-17
1
-0
/
+14
*
r600g: fix all failing depth-stencil tests for evergreen
Marek Olšák
2012-07-17
3
-10
/
+22
*
configure.ac: Further LLVM fixups.
Michel Dänzer
2012-07-17
1
-3
/
+3
*
glsl: Drop obsolete .gitignore entries.
Michel Dänzer
2012-07-17
1
-2
/
+0
*
configure.ac: Add libLLVMMCJIT to the LLVM_LDFLAGS
Tom Stellard
2012-07-17
1
-1
/
+1
*
intel: Add a comment explaining why we early return on matching BO names.
Eric Anholt
2012-07-17
1
-0
/
+4
*
intel: Drop other checks for old loader version.
Eric Anholt
2012-07-17
1
-38
/
+26
*
intel: Replace the non-getBuffersWithFormat compat path with an error message.
Eric Anholt
2012-07-17
2
-21
/
+8
*
intel: Remove dead intel_framebuffer_has_hiz().
Eric Anholt
2012-07-17
2
-13
/
+0
*
intel: Convert to using private depth/stencil buffers (v2)
Eric Anholt
2012-07-17
3
-652
/
+39
*
intel: Add a function for creating a private window system buffer.
Eric Anholt
2012-07-17
2
-2
/
+20
*
gallivm: (trivial) remove unnecessary bogus include
Roland Scheidegger
2012-07-17
1
-1
/
+0
[prev]
[next]