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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Make sure that the shader_time report at context destroy happens.
Eric Anholt
2012-12-14
1
-0
/
+3
*
i965: Print a total time for the different shader stages.
Eric Anholt
2012-12-14
1
-10
/
+38
*
i965: Scale shader_time to compensate for resets.
Eric Anholt
2012-12-14
4
-9
/
+83
*
i965: Adjust the split between shader_time_end() and shader_time_write().
Eric Anholt
2012-12-14
4
-51
/
+55
*
glsl/linker: Pack between varyings.
Paul Berry
2012-12-14
1
-15
/
+35
*
glsl/linker: Pack within compound varyings.
Paul Berry
2012-12-14
1
-37
/
+56
*
gallium: Disable varying packing on hardware with <=8 texture indirections.
Paul Berry
2012-12-14
1
-0
/
+14
*
mesa: Add an option so driver can opt out of varying packing.
Paul Berry
2012-12-14
1
-0
/
+11
*
glsl: Add a lowering pass for packing varyings.
Paul Berry
2012-12-14
3
-0
/
+368
*
glsl/linker: Sort varyings by packing class, then vector size.
Paul Berry
2012-12-14
1
-0
/
+104
*
glsl/linker: Subdivide the first phase of varying assignment.
Paul Berry
2012-12-14
1
-44
/
+163
*
glsl/linker: Defer recording transform feedback locations.
Paul Berry
2012-12-14
1
-55
/
+48
*
glsl: Create a field to store fractional varying locations.
Paul Berry
2012-12-14
3
-2
/
+14
*
glsl/linker: Make separate ir_variable field to mean "unmatched".
Paul Berry
2012-12-14
2
-4
/
+23
*
glsl/linker: Always invalidate shader ins/outs, even in corner cases.
Paul Berry
2012-12-14
1
-12
/
+31
*
glsl/lower_clip_distance: Update symbol table.
Paul Berry
2012-12-14
3
-5
/
+10
*
android: build fix for libmesa_glsl_utils
Tapani Pälli
2012-12-14
1
-0
/
+4
*
mesa: minor indentation fixes in texcompress_etc.c
Brian Paul
2012-12-14
1
-17
/
+17
*
mesa: remove old swrast-based compressed texel fetch code
Brian Paul
2012-12-14
8
-692
/
+1
*
swrast: use new core Mesa compressed texel fetch functions
Brian Paul
2012-12-14
2
-87
/
+110
*
mesa: reimplement _mesa_decompress_image() using new tex fetch code
Brian Paul
2012-12-14
1
-103
/
+7
*
mesa: added _mesa_get_compressed_fetch_func()
Brian Paul
2012-12-14
2
-0
/
+36
*
mesa: add new texel fetch code for etc formats
Brian Paul
2012-12-14
2
-0
/
+280
*
mesa: add new texel fetch code for rgtc formats
Brian Paul
2012-12-14
2
-0
/
+166
*
mesa: add new texel fetch code for fxt formats
Brian Paul
2012-12-14
2
-0
/
+45
*
mesa: add new texel fetch code for dxt formats
Brian Paul
2012-12-14
2
-1
/
+110
*
mesa: add compressed_fetch_func typedef
Brian Paul
2012-12-14
1
-0
/
+9
*
swrast: merge get_texel_fetch_func() and set_fetch_functions()
Brian Paul
2012-12-14
1
-26
/
+20
*
swrast: make _mesa_get_texel_fetch_func() static
Brian Paul
2012-12-14
2
-7
/
+4
*
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
*
build: Fix AX_PROG_{CC,CXX}_FOR_BUILD macros
Thierry Reding
2012-12-13
2
-52
/
+23
*
gallivm: fix texel fetch for array textures
Roland Scheidegger
2012-12-13
1
-17
/
+38
*
mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.
Paul Berry
2012-12-13
3
-1
/
+47
*
mesa/uniform_query: Don't write to *params if there is an error
Matt Turner
2012-12-13
1
-1
/
+5
*
mesa: print unsigned values with %u
Matt Turner
2012-12-13
1
-4
/
+4
*
i965: Fix disassembly of jump targets on Gen7.
Kenneth Graunke
2012-12-12
1
-4
/
+9
*
i965: Make try_rewrite_rhs_to_dst compare VGRF size to regs written.
Kenneth Graunke
2012-12-12
1
-1
/
+1
*
configure.ac: Disable compiler optimizations when --enable-debug is set
Emil Velikov
2012-12-12
1
-4
/
+4
*
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
[next]