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
*
nouveau: increase max order of suballocated buffers by 1
Christoph Bumiller
2013-01-08
1
-2
/
+9
*
nouveau: improve buffer transfers
Christoph Bumiller
2013-01-08
12
-137
/
+551
*
r300g: fix assertion failure in emit_dsa_state
Marek Olšák
2013-01-08
2
-3
/
+5
*
r600g: set the virtual address for the htile buffer
Alex Deucher
2013-01-07
2
-2
/
+4
*
radeon/winsys: move radeon family/class identification to winsys
Jerome Glisse
2013-01-07
10
-138
/
+51
*
r600g/radeon/winsys: indentation cleanup
Jerome Glisse
2013-01-07
2
-10
/
+10
*
r600g: flush FMASK and CMASK at the end of CS
Marek Olšák
2013-01-06
1
-1
/
+3
*
r300g: implement MSAA
Marek Olšák
2013-01-06
13
-148
/
+456
*
r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emitting
Marek Olšák
2013-01-06
3
-79
/
+46
*
r300g/compiler: add shader emulation for the alpha_to_one state
Marek Olšák
2013-01-06
5
-0
/
+41
*
radeon/llvm: Remove backend code from Mesa
Tom Stellard
2013-01-04
99
-19168
/
+0
*
Support LLVM >= 3.2 on radeonsi and opencl.
Johannes Obermayr
2013-01-04
1
-0
/
+7
*
r300g: don't check for vertex and index buffer bind flags
Marek Olšák
2013-01-04
2
-4
/
+2
*
r300g/swtcl: use memcpy to emit indices
Marek Olšák
2013-01-04
1
-10
/
+11
*
r300g/swtcl: simplify vertex uploading
Marek Olšák
2013-01-04
5
-88
/
+42
*
r300g/swtcl: fix crash when setting vertex buffers
Marek Olšák
2013-01-04
1
-0
/
+3
*
r300g: don't set PIPE_BIND flags for internal textures
Marek Olšák
2013-01-04
2
-21
/
+1
*
r600g: implement 3D transfers
Marek Olšák
2013-01-04
1
-22
/
+32
*
gallium/u_blitter: unify some parameters into a dstbox parameter in blit_generic
Marek Olšák
2013-01-04
2
-9
/
+13
*
gallium/u_blitter: remove useless parameter from blitter_default_dst_texture
Marek Olšák
2013-01-04
2
-2
/
+2
*
gallium/radeon: send the END_OF_FRAME flag to the DRM
Marek Olšák
2013-01-04
3
-3
/
+7
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
18
-28
/
+42
*
radeonsi: fix int->bool conversion in fence_signalled
Marek Olšák
2013-01-04
1
-1
/
+1
*
r600g: fix int->bool conversion in fence_signalled
Marek Olšák
2013-01-04
1
-1
/
+1
*
r300g: Fix visibility CFLAGS in automake
Adam Jackson
2013-01-02
1
-0
/
+1
*
galahad, noop: Fix visibility CFLAGS in automake
Adam Jackson
2013-01-02
1
-0
/
+2
*
r600g: rename GPU_FLUSH -> INVAL_READ_CACHES
Marek Olšák
2012-12-22
5
-11
/
+11
*
r600g: remove redundant parameter alloc_bo from r600_texture_create_object
Marek Olšák
2012-12-22
1
-6
/
+5
*
nouveau: deal with tbo cap for now.
Dave Airlie
2012-12-22
3
-0
/
+3
*
r600g: always use a tiled resource as the destination of MSAA resolve
Marek Olšák
2012-12-21
3
-8
/
+16
*
r600g: remove a false comment
Marek Olšák
2012-12-21
1
-1
/
+0
*
r600g: don't suspend TIME_ELAPSED queries during flushing
Marek Olšák
2012-12-21
4
-54
/
+8
*
r600g: add cs tracing infrastructure for lockup pin pointing
Jerome Glisse
2012-12-20
5
-2
/
+106
*
r600g: add htile support v16
Jerome Glisse
2012-12-20
10
-24
/
+221
*
r600g: rework flusing and synchronization pattern v7
Jerome Glisse
2012-12-20
8
-162
/
+89
*
llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
José Fonseca
2012-12-20
3
-13
/
+1
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
11
-11
/
+11
*
r600g: add assertions to prevent creation of invalid surfaces
Marek Olšák
2012-12-20
3
-16
/
+18
*
r600g: refactor and make streamout dumping more informative
Marek Olšák
2012-12-20
1
-12
/
+21
*
r600g: try to fix streamout for the cases where BURST_COUNT > 0
Marek Olšák
2012-12-20
1
-1
/
+1
*
r600g: lower stream outputs with dst_offset < start_component
Marek Olšák
2012-12-20
1
-7
/
+47
*
r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputs
Marek Olšák
2012-12-20
1
-3
/
+11
*
softpipe: fix up FS variant unbinding / deletion
Brian Paul
2012-12-19
3
-11
/
+9
*
softpipe: fix unreliable FS variant binding bug
Brian Paul
2012-12-19
3
-14
/
+10
*
Revert "r600g: work around ddx over alignment"
Jerome Glisse
2012-12-19
1
-9
/
+3
*
r600g: work around ddx over alignment
Jerome Glisse
2012-12-18
1
-3
/
+9
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
4
-22
/
+84
*
radeon/llvm: fix TXQ_LZ handling for cube maps
Vadim Girlin
2012-12-18
1
-2
/
+4
*
r600g: initialize inst_mod in r600_tex_from_byte_stream
Vadim Girlin
2012-12-18
1
-0
/
+2
*
r600g: fixup offset types for printing
Dave Airlie
2012-12-16
2
-4
/
+4
[next]