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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
31
-129
/
+62
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
4
-9
/
+9
*
mesa: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
1
-1
/
+1
*
mesa: Resolve GCC missing field initializer warning.
Rhys Kidd
2015-09-10
1
-4
/
+4
*
i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.
Kenneth Graunke
2015-09-10
1
-0
/
+9
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-09-09
1
-1
/
+1
*
nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IR
Jason Ekstrand
2015-09-09
1
-3
/
+0
*
mesa: automake: rework the source generation rules
Emil Velikov
2015-09-09
1
-27
/
+18
*
xmlpool: 'promote' LOCALEDIR variable
Emil Velikov
2015-09-09
1
-1
/
+1
*
mesa: Allow query of GL_VERTEX_BINDING_BUFFER
Marta Lofstedt
2015-09-09
1
-0
/
+8
*
mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1
Marta Lofstedt
2015-09-09
1
-7
/
+7
*
i965/nir: Use nir_system_value_from_intrinsic to reduce duplication.
Kenneth Graunke
2015-09-08
2
-60
/
+17
*
i965: Mark topologies with adjacency information as G45+.
Kenneth Graunke
2015-09-08
1
-4
/
+4
*
i965: Fix value of _3DPRIM_TRIFAN_NOSTIPPLE.
Kenneth Graunke
2015-09-08
1
-1
/
+1
*
i965: Add 64-bit dirty flag handling to brw_upload_pull_constants
Chris Forbes
2015-09-08
2
-2
/
+2
*
i965: Add defines for all new Gen7/8 URB opcodes
Chris Forbes
2015-09-08
2
-10
/
+16
*
i965/gen8+: Skip depth stalls on state change
Ben Widawsky
2015-09-08
1
-0
/
+8
*
i965/skl: Use more compact hiz dimensions
Ben Widawsky
2015-09-08
1
-32
/
+32
*
st/mesa: increase viewport bounds limits for GL4 hw
Ilia Mirkin
2015-09-08
1
-2
/
+7
*
i965: Disallow fast blit paths for CopyTexImage with PixelTransfer ops
Chris Wilson
2015-09-07
2
-0
/
+8
*
mesa/tests: Remove unneeded X11_CFLAGS
Jon TURNEY
2015-09-07
1
-1
/
+0
*
i965/nir/vec4: removed unneeded tex src swizzle set
Alejandro Piñeiro
2015-09-07
1
-1
/
+0
*
st/mesa: don't fall back to 16F when 32F is requested
Ilia Mirkin
2015-09-06
1
-14
/
+8
*
st/mesa: properly handle u_upload_alloc failure
Ilia Mirkin
2015-09-06
1
-1
/
+1
*
i965: Remove base miplevel from sampler state.
Ben Widawsky
2015-09-04
3
-6
/
+1
*
i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixels
Chris Wilson
2015-09-04
2
-0
/
+8
*
i965/vec4: Don't unspill the same register in consecutive instructions
Iago Toral Quiroga
2015-09-04
1
-8
/
+118
*
i965: Add a debug option for spilling everything in vec4 code
Iago Toral Quiroga
2015-09-04
4
-5
/
+7
*
dri/common: Tokenize driParseDebugString() argument before matching debug flags.
Francisco Jerez
2015-09-04
1
-4
/
+13
*
dri/common: Fix codestyle of driParseDebugString().
Francisco Jerez
2015-09-04
1
-8
/
+6
*
i965: Improve disassembly of data port read messages.
Kenneth Graunke
2015-09-03
1
-4
/
+27
*
i965: Optimize VUE map comparisons.
Kenneth Graunke
2015-09-03
2
-4
/
+4
*
i965/gs: Don't reserve space for clip plane uniforms.
Kenneth Graunke
2015-09-03
1
-2
/
+0
*
i965: Don't do legacy userclipping in non-compatibility contexts.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
9
-63
/
+45
*
i965: Virtualize vec4_visitor::emit_urb_slot().
Kenneth Graunke
2015-09-03
4
-16
/
+28
*
i965: Store a key_tex pointer in vec4_visitor.
Kenneth Graunke
2015-09-03
3
-8
/
+10
*
i965: Move legacy clip plane handling to vec4_vs_visitor.
Kenneth Graunke
2015-09-03
6
-67
/
+74
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
5
-22
/
+15
*
i965: Remove legacy clip plane handling from geometry shaders.
Kenneth Graunke
2015-09-03
3
-33
/
+8
*
i965: Move brw_setup_tex_for_precompile to brw_program.[ch].
Kenneth Graunke
2015-09-03
4
-22
/
+23
*
mesa: change 'SHADER_SUBST' facility to work with env variables
Tapani Pälli
2015-09-04
1
-38
/
+101
*
i965: Fix copy propagation type changes.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965/gen9: Annotate input coverage mask change
Ben Widawsky
2015-09-03
2
-2
/
+22
*
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
2015-09-03
1
-3
/
+4
*
u_upload_mgr: remove the return value from u_upload_alloc
Marek Olšák
2015-09-03
4
-10
/
+14
*
mesa/pbo: Handle zero width, height or depth when validating access
Neil Roberts
2015-09-03
1
-0
/
+6
*
i965/meta: Fix typo in comment
Ian Romanick
2015-09-02
1
-1
/
+1
*
mesa: Don't allow wrong type setters for matrix uniforms
Ian Romanick
2015-09-02
1
-0
/
+25
*
mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_type
Ian Romanick
2015-09-02
3
-42
/
+42
[next]