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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/u_format: Round when converting depth values from float to z16_unorm.
José Fonseca
2012-12-21
1
-1
/
+1
*
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
13
-13
/
+13
*
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
*
gallivm: fix conversion for pure integer formats
Roland Scheidegger
2012-12-18
1
-0
/
+1
*
vega: fix for object handle leak
Andreas Pokorny
2012-12-17
4
-1
/
+8
*
gallivm: fix texel fetch for array textures (2)
Roland Scheidegger
2012-12-17
1
-2
/
+3
*
r600g: fixup offset types for printing
Dave Airlie
2012-12-16
2
-4
/
+4
*
gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...
Henri Verbeet
2012-12-16
1
-28
/
+0
*
draw/llvmpipe: fix transform feedback position + enable other extensions
Dave Airlie
2012-12-14
6
-8
/
+27
*
draw: add support for later transform feedback extensions
Dave Airlie
2012-12-14
3
-6
/
+17
*
clover: Fix build since removal of pipe_surface::usage
Tom Stellard
2012-12-13
1
-1
/
+0
*
r600g/radeonsi: Silence warnings
Maxence Le Dore
2012-12-13
5
-30
/
+49
*
clover: Add support for compiler flags
Tom Stellard
2012-12-13
5
-12
/
+71
*
clover: Don't erase build info of devices not being built
Tom Stellard
2012-12-13
1
-2
/
+2
*
r600g: use load_ar checks with llvm output.
Vincent Lejeune
2012-12-13
1
-0
/
+6
*
gallivm: fix texel fetch for array textures
Roland Scheidegger
2012-12-13
1
-17
/
+38
*
softpipe: remove unused corner0 variable
Brian Paul
2012-12-12
1
-1
/
+0
*
llvmpipe: remove unneeded draw_flush() call
Brian Paul
2012-12-12
1
-2
/
+0
*
r600g: suballocate memory for fetch shaders from a large buffer
Marek Olšák
2012-12-12
6
-19
/
+37
*
r600g: suballocate memory for the STRMOUT_BUFFER_FILLED_SIZE register
Marek Olšák
2012-12-12
5
-16
/
+28
*
gallium/util: add a simple allocator for suballocating from a large buffer
Marek Olšák
2012-12-12
3
-0
/
+181
*
r600g: use u_upload_mgr for allocating staging transfer buffers
Marek Olšák
2012-12-12
1
-15
/
+15
*
winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead
Marek Olšák
2012-12-12
12
-28
/
+30
*
st/dri: add a way to force MSAA on with an environment variable
Marek Olšák
2012-12-12
1
-4
/
+39
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
56
-109
/
+26
*
svga: stop using pipe_surface::usage
Marek Olšák
2012-12-12
1
-15
/
+7
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
4
-157
/
+164
*
gallium/cso: don't use the pipe_error return type where it's not needed
Marek Olšák
2012-12-12
2
-41
/
+24
*
gallium: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
5
-0
/
+40
*
softpipe: implement seamless cubemap support. (v1.1)
Dave Airlie
2012-12-12
2
-9
/
+139
*
gallium: fix cap warnings for tbo cap.
Dave Airlie
2012-12-12
3
-0
/
+3
*
llvmpipe: don't use user constant buffers
Brian Paul
2012-12-11
1
-1
/
+2
*
llvmpipe: support pipe_resource-based constant buffers
Brian Paul
2012-12-11
7
-34
/
+48
*
util: add util_copy_constant_buffer() helper function
Brian Paul
2012-12-11
1
-0
/
+20
*
st/egl/drm: only unref the udev device if needed
Tobias Droste
2012-12-11
1
-4
/
+5
[next]