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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
freedreno: move fb state copy after checking for size change
Ilia Mirkin
2015-03-11
1
-2
/
+2
*
glsl: Mark array access when copying to a temporary for the ?: operator.
Kenneth Graunke
2015-03-11
1
-0
/
+6
*
meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
Neil Roberts
2015-03-11
1
-0
/
+8
*
meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
Neil Roberts
2015-03-11
1
-12
/
+20
*
Revert "common: Fix PBOs for 1D_ARRAY."
Neil Roberts
2015-03-11
1
-36
/
+26
*
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
2015-03-11
1
-4
/
+0
*
i965: Avoid applying negate to wrong MAD source.
Matt Turner
2015-03-07
1
-15
/
+13
*
main: Fix target checking for CopyTexSubImage*D.
Laura Ekstrand
2015-03-07
1
-8
/
+54
*
main: Fix target checking for CompressedTexSubImage*D.
Laura Ekstrand
2015-03-07
1
-15
/
+65
*
intel: fix EGLImage renderbuffer _BaseFormat
Frank Henigman
2015-03-07
2
-3
/
+2
*
Revert SHA1 additions.
Matt Turner
2015-03-07
5
-385
/
+0
*
i965/vec4: Don't lose the saturate modifier in copy propagation.
Andrey Sudnik
2015-03-07
1
-1
/
+1
*
i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
Kenneth Graunke
2015-03-07
1
-1
/
+49
*
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
2015-03-07
5
-42
/
+106
*
mapi: fix commit 90411b56f6bc817e229d8801ac0adad6d4e3fb7a
Emil Velikov
2015-03-07
1
-1
/
+1
*
egl/main: no longer export internal function
Emil Velikov
2015-03-07
13
-36
/
+36
*
i965/fs: Don't propagate cmod to inst with different type.
Matt Turner
2015-03-07
2
-0
/
+38
*
r300g: Check return value of snprintf().
Matt Turner
2015-03-07
1
-1
/
+6
*
r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.
Matt Turner
2015-03-07
1
-3
/
+3
*
egl: Take alpha bits into account when selecting GBM formats
Daniel Stone
2015-03-07
1
-5
/
+11
*
gallium/auxiliary/indices: fix start param
Marc-Andre Lureau
2015-03-07
1
-4
/
+4
*
i965/fs: Don't use backend_visitor::instructions after creating the CFG.
Matt Turner
2015-03-07
1
-10
/
+0
*
main/base_tex_format: Properly handle STENCIL_INDEX1/4/16
Jason Ekstrand
2015-03-07
1
-0
/
+3
*
meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
Jason Ekstrand
2015-03-07
1
-4
/
+4
*
i965: Consider scratch writes to have side effects.
Matt Turner
2015-03-07
1
-0
/
+1
*
mesa: Correct backwards NULL check.
Matt Turner
2015-03-07
1
-1
/
+1
[next]