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
*
mesa/dd: Add a function for creating a texture from a buffer object
Jason Ekstrand
2015-01-22
1
-0
/
+16
*
glsl: do not allow interface block to have name already taken
Tapani Pälli
2015-01-22
1
-1
/
+15
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-01-21
4
-43
/
+22
*
i965/vec4: Fix fprintf argument ordering.
Matt Turner
2015-01-21
1
-2
/
+2
*
nir: Stop using designated initializers
Jason Ekstrand
2015-01-21
10
-105
/
+47
*
mesa: change assert to unreachable in two format functions
Tobias Klausmann
2015-01-21
2
-2
/
+2
*
nir: Add src and dest constructors
Jason Ekstrand
2015-01-21
1
-0
/
+37
*
mesa: Add assert to check number of vector elements
Jan Vesely
2015-01-21
2
-0
/
+2
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
29
-54
/
+56
*
mesa: remove comparisons that are always true
Jan Vesely
2015-01-21
2
-3
/
+0
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
9
-11
/
+14
*
i965: Extract scalar region checking logic
Ben Widawsky
2015-01-20
3
-7
/
+15
*
i965: Add QWORD sizes to type_sz macro
Ben Widawsky
2015-01-20
1
-0
/
+3
*
vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694
Eric Anholt
2015-01-20
1
-1
/
+1
*
freedreno/a4xx: sysmem bypass
Rob Clark
2015-01-20
1
-3
/
+58
*
freedreno: update generated headers
Rob Clark
2015-01-20
5
-23
/
+36
*
radeonsi: Re-enable LLVM IR dumps
Tom Stellard
2015-01-20
1
-1
/
+3
*
radeonsi/compute: Use relocs for scratch pointer rather than user sgprs v2
Tom Stellard
2015-01-20
1
-0
/
+42
*
radeon: Teach radeon_elf_read() how to parse reloc information v3
Tom Stellard
2015-01-20
5
-7
/
+78
*
radeon: Add a helper function for freeing members of radeon_shader_binary
Tom Stellard
2015-01-20
4
-6
/
+13
*
i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
Kenneth Graunke
2015-01-19
1
-0
/
+13
*
i965/nir: Enable SIMD16 support in the NIR FS backend.
Kenneth Graunke
2015-01-19
1
-2
/
+1
*
i965/nir: Use offset() instead of altering reg_offset directly.
Kenneth Graunke
2015-01-19
1
-59
/
+32
*
i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).
Kenneth Graunke
2015-01-19
3
-13
/
+23
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
6
-128
/
+122
*
st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colors
Marek Olšák
2015-01-19
3
-5
/
+10
*
winsys/radeon: increase the size of buffer cache
Marek Olšák
2015-01-19
1
-1
/
+1
*
Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
Carl Worth
2015-01-19
3
-3
/
+3
*
mesa: fix a trivial spelling mistake
Martin Peres
2015-01-19
1
-1
/
+1
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
5
-0
/
+8
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
6
-1
/
+13
*
i965/fs: Fix the dummy fragment shader.
Kenneth Graunke
2015-01-17
1
-7
/
+32
*
gbm: Define _DEFAULT_SOURCE to avoid warning
Kristian Høgsberg
2015-01-16
1
-0
/
+1
*
sha1: Fix gcry_md_hd_t typo.
Vinson Lee
2015-01-16
1
-1
/
+1
*
nir: s/malloc.h/stdlib.h/
Vinson Lee
2015-01-16
1
-1
/
+1
*
i965: Fix up too-wide comment
Kristian Høgsberg
2015-01-16
1
-4
/
+3
*
gbm/dri: Fix const confusion
Kristian Høgsberg
2015-01-16
1
-4
/
+3
*
configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)
Carl Worth
2015-01-16
4
-4
/
+30
*
mesa: Add mesa SHA-1 functions
Carl Worth
2015-01-16
5
-0
/
+504
*
configure: Add copyright and license block to configure.ac
Carl Worth
2015-01-16
1
-0
/
+31
*
glsl: Add unit tests for blob.c
Carl Worth
2015-01-16
3
-0
/
+328
*
glsl: Add blob_overwrite_bytes and blob_overwrite_uint32
Tapani Pälli
2015-01-16
2
-0
/
+66
*
glsl: Add blob.c---a simple interface for serializing data
Carl Worth
2015-01-16
3
-0
/
+548
*
mesa: Add iterate method for string_to_uint_map
Tapani Pälli
2015-01-16
1
-0
/
+34
*
util: Make unreachable at least be an assert
Carl Worth
2015-01-16
1
-1
/
+1
*
glsl: Add convenience function get_sampler_instance
Carl Worth
2015-01-16
2
-0
/
+120
*
i965: Fix some oddities in FB_WRITE register width and execution size.
Kenneth Graunke
2015-01-16
1
-0
/
+2
*
i965/fs: Make lower_load_payload etc. appear in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-16
1
-7
/
+11
*
format_utils: Use a more precise conversion when decreasing bits
Neil Roberts
2015-01-16
1
-3
/
+12
*
i965/gen6: Fix crash with VS+TF after rendering with GS
Iago Toral Quiroga
2015-01-16
1
-1
/
+1
[next]