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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Only sweep NOPs if register coalescing made progress.
Matt Turner
2014-04-15
1
-7
/
+8
*
i965: Fix buffer overruns in MSAA MCS buffer clearing.
Eric Anholt
2014-04-15
1
-1
/
+1
*
meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.
Eric Anholt
2014-04-15
2
-17
/
+49
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
4
-12
/
+94
*
meta: Add support for CUBE_MAP_ARRAY to generatemipmap.
Eric Anholt
2014-04-15
2
-1
/
+5
*
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
2014-04-15
3
-6
/
+13
*
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
2014-04-15
3
-34
/
+36
*
meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.
Eric Anholt
2014-04-15
2
-138
/
+2
*
meta: Refactor the BlitFramebuffer color CopyTexImage fallback.
Eric Anholt
2014-04-15
1
-52
/
+41
*
meta: Drop blit src size fallback.
Eric Anholt
2014-04-15
1
-10
/
+0
*
i965: Avoid dependency hints on math opcodes
Mike Stroyan
2014-04-15
1
-0
/
+8
*
i965: Expand INTEL_DEBUG to uint64_t.
Matt Turner
2014-04-15
2
-2
/
+2
*
dri: Expand driParseDebugString return value to uint64_t.
Matt Turner
2014-04-15
2
-6
/
+5
*
i965/fs: Remove dead_code_eliminate_local().
Matt Turner
2014-04-15
2
-159
/
+0
*
i965/fs: Clear variable from live-set if it's completely overwritten.
Matt Turner
2014-04-15
1
-0
/
+9
*
i965/fs: Reimplement dead_code_elimination().
Matt Turner
2014-04-15
3
-56
/
+117
*
i965/vec4: Let DCE eliminate dead writes in other basic blocks.
Matt Turner
2014-04-15
1
-4
/
+4
*
i965/gs: Add dummy source to prepare_channel_masks instruction.
Matt Turner
2014-04-15
1
-1
/
+2
*
i965: Disable Z16 in all APIs.
Kenneth Graunke
2014-04-15
1
-6
/
+0
*
i965: Update comments about Z16 being slow.
Kenneth Graunke
2014-04-15
1
-7
/
+10
*
i965/gen8: add debug code to show FS disasm with jump locations
Jordan Justen
2014-04-14
1
-0
/
+9
*
mesa: Consider gl_VertexID and gl_InstanceID active attribs
Chris Forbes
2014-04-13
1
-0
/
+9
*
mesa: Extract is_active_attrib() in shaderapi
Chris Forbes
2014-04-13
1
-8
/
+19
*
mesa: Fix typo in error message
Chris Forbes
2014-04-13
1
-1
/
+1
*
i965: glClearBuffer() should only clear a single buffer.
Iago Toral Quiroga
2014-04-13
3
-3
/
+7
*
i965: Add comment to explain the weird-looking shadow compares.
Chris Forbes
2014-04-13
1
-5
/
+16
*
glsl: Drop do_common_optimization's max_unroll_iterations parameter.
Kenneth Graunke
2014-04-11
4
-6
/
+3
*
i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.
Kenneth Graunke
2014-04-11
1
-8
/
+7
*
i965: Correct EmitNoIndirect shader compiler option flags.
Kenneth Graunke
2014-04-11
1
-3
/
+2
*
i965/fs: Reset reg_from when we can't coalesce.
Matt Turner
2014-04-11
1
-0
/
+1
*
i965: Fill in a bunch of gen7/hsw data cache-related disasm.
Eric Anholt
2014-04-11
1
-7
/
+103
*
i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.
Eric Anholt
2014-04-11
4
-5
/
+2
*
i965: Skip a bunch of IB BO refcount twiddling.
Eric Anholt
2014-04-11
1
-13
/
+13
*
i965/gen7: Skip repeated NULL depth/stencil state emits.
Eric Anholt
2014-04-11
4
-0
/
+20
*
mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functions
Brian Paul
2014-04-11
1
-25
/
+5
*
swrast: use macros to initialize texfetch_funcs[] table
Brian Paul
2014-04-11
1
-937
/
+172
*
swrast: fix more fetch_texel function names
Brian Paul
2014-04-11
2
-37
/
+37
*
i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state.
Kenneth Graunke
2014-04-10
1
-2
/
+2
*
mesa/st: set min/max texture gather offset to driver-reported value
Ilia Mirkin
2014-04-10
1
-0
/
+3
*
gallium/u_gen_mipmap: rewrite using pipe->blit (v2)
Marek Olšák
2014-04-10
4
-73
/
+11
*
st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)
Marek Olšák
2014-04-10
3
-21
/
+53
*
mesa: remove the MALLOC, CALLOC and FREE macros
Brian Paul
2014-04-10
1
-6
/
+0
*
xlib: s/FREE/free/
Brian Paul
2014-04-10
1
-1
/
+1
*
mesa: s/FREE/free/ in vdpau code
Brian Paul
2014-04-10
1
-4
/
+4
*
mesa: s/FREE/free/ in _mesa_free_errors_data()
Brian Paul
2014-04-10
1
-1
/
+1
*
mesa: use malloc/free instead of MALLOC/FREE in attrib stack code
Brian Paul
2014-04-10
1
-10
/
+10
*
st/mesa: fix sampler_view REALLOC/FREE macro mix-up
Brian Paul
2014-04-10
3
-1
/
+16
*
i965: Enable ARB_texture_view on Gen7
Chris Forbes
2014-04-10
1
-0
/
+4
*
i965: Account for view parameters in blit CTSI path
Chris Forbes
2014-04-10
1
-2
/
+7
*
i965: Account for MinLayer/MinLevel in blorp CTSI path
Chris Forbes
2014-04-10
1
-3
/
+6
[prev]
[next]