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
*
st/mesa: update arrays when the current attrib has been updated
Ilia Mirkin
2015-04-08
1
-1
/
+1
*
st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
Dave Airlie
2015-04-08
1
-0
/
+1
*
docs: Add sha256 sums for the 10.5.2 release
Emil Velikov
2015-03-28
1
-1
/
+2
*
Add release notes for the 10.5.2 release
mesa-10.5.2
Emil Velikov
2015-03-28
1
-0
/
+129
*
Update version to 10.5.2
Emil Velikov
2015-03-28
1
-1
/
+1
*
cherry-ignore: add commit non applicable for 10.5
Emil Velikov
2015-03-28
1
-0
/
+3
*
configure: Introduce new output variable to ax_check_python_mako_module.m4
Samuel Iglesias Gonsalvez
2015-03-26
2
-3
/
+9
*
glsl: Generate link error for non-matching gl_FragCoord redeclarations
Anuj Phogat
2015-03-26
1
-13
/
+2
*
mapi: Make private copies of name strings provided by client.
Mario Kleiner
2015-03-26
1
-1
/
+1
*
clover: Return 0 as storage size for local kernel args that are not set v2
Tom Stellard
2015-03-26
1
-1
/
+1
*
glsl: fix names in lower_constant_arrays_to_uniforms
Tapani Pälli
2015-03-26
1
-3
/
+1
*
i965: Set nr_params to the number of uniform components in the VS/GS path.
Francisco Jerez
2015-03-26
3
-15
/
+4
*
radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
Marek Olšák
2015-03-25
2
-2
/
+2
*
glx: Handle out-of-sequence swap completion events correctly. (v2)
Mario Kleiner
2015-03-25
1
-2
/
+7
*
auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
Emil Velikov
2015-03-25
1
-2
/
+2
*
loader: include <sys/stat.h> for non-sysfs builds
Emil Velikov
2015-03-25
1
-1
/
+1
*
c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
Felix Janda
2015-03-25
1
-6
/
+1
*
freedreno: update generated headers
Rob Clark
2015-03-25
5
-6
/
+6
*
freedreno: fix slice pitch calculations
Ilia Mirkin
2015-03-25
1
-1
/
+1
*
freedreno/a3xx: use the same layer size for all slices
Ilia Mirkin
2015-03-25
1
-1
/
+8
*
glsl: optimize (0 cmp x + y) into (-x cmp y).
Samuel Iglesias Gonsalvez
2015-03-25
1
-3
/
+12
*
st/egl: don't ship the dri2.c link at the tarball
Emil Velikov
2015-03-25
3
-3
/
+2
*
automake: add missing egl files to the tarball
Emil Velikov
2015-03-25
2
-1
/
+6
*
docs: Add sha256 sums for the 10.5.1 release
Emil Velikov
2015-03-13
1
-1
/
+2
*
Add release notes for the 10.5.1 release
mesa-10.5.1
Emil Velikov
2015-03-13
1
-0
/
+216
*
Update version to 10.5.1
Emil Velikov
2015-03-13
1
-1
/
+1
*
freedreno/ir3: fix failed assert in grouping
Rob Clark
2015-03-12
1
-27
/
+44
*
freedreno/ir3: handle flat bypass for a4xx
Rob Clark
2015-03-12
8
-5
/
+99
*
freedreno/ir3: add support for memory (cat6) instructions
Rob Clark
2015-03-12
3
-1
/
+8
*
freedreno/ir3: fix up cat6 instruction encodings
Rob Clark
2015-03-12
3
-139
/
+121
*
freedreno/a4xx: aniso filtering
Rob Clark
2015-03-12
1
-4
/
+6
*
freedreno: update generated headers
Rob Clark
2015-03-12
5
-5
/
+20
*
freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
Rob Clark
2015-03-12
1
-1
/
+6
*
freedreno: update generated headers
Rob Clark
2015-03-12
7
-16
/
+45
*
freedreno/a4xx: bit of cleanup
Rob Clark
2015-03-12
4
-33
/
+27
*
freedreno/a2xx: fix increment in assert
Rob Clark
2015-03-12
1
-1
/
+2
*
i965: Fix out-of-bounds accesses into pull_constant_loc array
Iago Toral Quiroga
2015-03-11
1
-2
/
+7
*
i965/fs: Don't issue FB writes for bound but unwritten color targets.
Kenneth Graunke
2015-03-11
1
-3
/
+9
*
i965/fs: Make emit_shader_time_end() insert before EOT.
Kenneth Graunke
2015-03-11
2
-23
/
+18
*
i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
Kenneth Graunke
2015-03-11
2
-5
/
+16
*
i965/fs: Make emit_shader_time_write return rather than emit.
Kenneth Graunke
2015-03-11
2
-10
/
+8
*
i965/fs: Set smear on shader_time diff register.
Kenneth Graunke
2015-03-11
1
-0
/
+1
*
i965/fs: Set force_writemask_all on shader_time instructions.
Kenneth Graunke
2015-03-11
1
-2
/
+7
*
r300g: fix sRGB->sRGB blits
Marek Olšák
2015-03-11
1
-0
/
+9
*
r300g: fix a crash when resolving into an sRGB texture
Marek Olšák
2015-03-11
1
-3
/
+5
*
r300g: fix RGTC1 and LATC1 SNORM formats
Marek Olšák
2015-03-11
2
-31
/
+17
*
r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
Stefan Dösinger
2015-03-11
1
-1
/
+3
*
freedreno/ir3: fix silly typo for binning pass shaders
Rob Clark
2015-03-11
1
-1
/
+1
*
freedreno/ir3: get the # of miplevels from getinfo
Ilia Mirkin
2015-03-11
1
-0
/
+20
*
freedreno/ir3: fix array count returned by TXQ
Ilia Mirkin
2015-03-11
1
-2
/
+42
[next]