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
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-1
/
+0
*
drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).
Kenneth Graunke
2015-04-22
1
-0
/
+4
*
glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levels
Marek Olšák
2015-04-22
1
-5
/
+3
*
glsl_to_tgsi: fix out-of-bounds constant access and crash for uniforms
Marek Olšák
2015-04-22
1
-4
/
+7
*
i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
Kristian Høgsberg
2015-04-22
1
-0
/
+9
*
i965: Fix software primitive restart with indirect draws.
Kenneth Graunke
2015-04-22
1
-2
/
+4
*
st/mesa: align cube map arrays layers
Dave Airlie
2015-04-22
1
-1
/
+1
*
st/mesa: convert sub image for cube map arrays to 2d arrays for upload
Dave Airlie
2015-04-22
1
-0
/
+5
*
i965: Flush batchbuffer containing the query on glQueryCounter.
Mathias Froehlich
2015-04-22
1
-0
/
+2
*
i965: Fix URB size for CHV
Ville Syrjälä
2015-04-08
1
-1
/
+1
*
i965: Do not render primitives in non-zero streams then TF is disabled
Iago Toral Quiroga
2015-04-08
1
-0
/
+13
*
i965: Add forgotten multi-stream code to Gen8 SOL state.
Kenneth Graunke
2015-04-08
1
-0
/
+9
*
i965: Fix instanced geometry shaders on Gen8+.
Kenneth Graunke
2015-04-08
1
-0
/
+2
*
xmlpool: don't forget to ship the MOS
Emil Velikov
2015-04-08
1
-1
/
+8
*
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
*
i965: Set nr_params to the number of uniform components in the VS/GS path.
Francisco Jerez
2015-03-26
3
-15
/
+4
*
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
*
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
*
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
*
i965/fs: Don't propagate cmod to inst with different type.
Matt Turner
2015-03-07
2
-0
/
+38
*
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
*
mesa: Free memory allocated for luminance in readpixels.
Matt Turner
2015-03-07
1
-0
/
+1
*
mesa: Indent break statements and add a missing one.
Matt Turner
2015-03-07
1
-5
/
+6
*
i965/gs: Check newly-generated GS-out VUE map against correct stage
Chris Forbes
2015-03-07
1
-1
/
+1
*
i965/vec4: Fix implementation of i2b.
Matt Turner
2015-03-07
1
-1
/
+1
*
i965/fs/nir: Use emit_math for nir_op_fpow
Ian Romanick
2015-03-07
1
-1
/
+1
*
xmlpool: make sure we ship options.h
Emil Velikov
2015-03-02
1
-1
/
+1
*
mesa: drop Makefile from get_hash.h dependency list
Emil Velikov
2015-03-02
1
-1
/
+1
*
mesa: fix dependency tracking of generated sources
Emil Velikov
2015-03-02
1
-0
/
+2
*
mesa: rename format_info.c to format_info.h
Emil Velikov
2015-03-02
4
-6
/
+6
[next]