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: Fix whitespace error in gen8_depth_state.c
Kenneth Graunke
2015-06-23
1
-1
/
+1
*
i965: Don't count NIR instructions for shader-db.
Kenneth Graunke
2015-06-23
1
-31
/
+0
*
i965/fs: Get rid of an unused variable in emit_barrier()
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
20
-79
/
+86
*
i965/vec4_vs: Add an explicit use_legacy_snorm_formula flag
Jason Ekstrand
2015-06-23
3
-6
/
+12
*
i965/vec4: Turn some _mesa_problem calls into asserts
Jason Ekstrand
2015-06-23
1
-6
/
+3
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
7
-23
/
+20
*
i965/fs: Add a do_rep_send flag to run_fs
Jason Ekstrand
2015-06-23
2
-5
/
+6
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
16
-76
/
+79
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
11
-104
/
+55
*
i965: Add compiler options to brw_compiler
Jason Ekstrand
2015-06-23
6
-46
/
+57
*
i965/fs: Plumb compiler debug logging through brw_compiler
Jason Ekstrand
2015-06-23
3
-4
/
+36
*
i965/fs: Do the no16 perf logging directly in fs_visitor::no16()
Jason Ekstrand
2015-06-23
1
-11
/
+2
*
i965/fs: Make no16 non-variadic
Jason Ekstrand
2015-06-23
2
-11
/
+5
*
i965: Move INTEL_DEBUG variable parsing to screen creation time
Jason Ekstrand
2015-06-23
4
-10
/
+11
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
9
-11
/
+17
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
11
-34
/
+51
*
mesa: Add a va_args variant of _mesa_gl_debug().
Kenneth Graunke
2015-06-23
2
-8
/
+30
*
i965: Replace some instances of brw->gen with devinfo->gen
Jason Ekstrand
2015-06-23
2
-6
/
+6
*
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
2015-06-23
4
-5
/
+5
*
i965: Assert that the GL primitive isn't out of range.
Matt Turner
2015-06-23
1
-1
/
+3
*
i965/cfg: Assert that cur_do/while/if pointers are non-NULL.
Matt Turner
2015-06-23
1
-0
/
+2
*
mesa: Delete unused ICEIL().
Matt Turner
2015-06-23
1
-32
/
+0
*
i965/fs: Don't mess up stride for uniform integer multiplication.
Matt Turner
2015-06-23
1
-4
/
+16
*
i965/gen9: Don't use encrypted MOCS
Ben Widawsky
2015-06-23
1
-2
/
+2
*
drivers/x11: drop unneeded HAVE_X11_DRIVER check
Emil Velikov
2015-06-23
1
-2
/
+0
*
drivers/x11: fix the build against shared_glapi
Emil Velikov
2015-06-23
1
-0
/
+7
*
i965: Add and fix comments in brw_vue_map.c.
Kenneth Graunke
2015-06-22
1
-1
/
+13
*
i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.
Kenneth Graunke
2015-06-22
3
-102
/
+137
*
i965/gen9: Implement Push Constant Buffer workaround
Ben Widawsky
2015-06-22
1
-7
/
+41
*
mesa: use _mesa_lookup_enum_by_nr() in print_array()
Brian Paul
2015-06-22
1
-4
/
+4
*
glsl_to_tgsi: add SVIEW decl support
Rob Clark
2015-06-21
1
-1
/
+35
*
mesa: Back out an accidental change I had in a VC4 commit.
Eric Anholt
2015-06-20
1
-1
/
+0
*
vc4: Fix write-only texsubimage when we had to align.
Eric Anholt
2015-06-20
1
-0
/
+1
*
i965/gen8: Use HALIGN_16 for single sample mcs buffers
Ben Widawsky
2015-06-19
1
-1
/
+1
*
mesa: move ARB_gs5 enums to core, EXT_polygon_offset_clamp to desktop
Ilia Mirkin
2015-06-19
1
-8
/
+8
*
i965: Add missing braces around if-statement.
Matt Turner
2015-06-18
1
-1
/
+2
*
i965/compute: Fix undefined code with right_mask for SIMD32
Jordan Justen
2015-06-18
1
-1
/
+1
*
mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
Ilia Mirkin
2015-06-18
4
-12
/
+24
*
i965: Fix textureGrad with cube samplers
Iago Toral Quiroga
2015-06-18
1
-8
/
+18
*
i965: enable ARB_framebuffer_no_attachments for Gen7+
Kevin Rogovin
2015-06-17
2
-0
/
+7
*
i965: execution of frag-shader when it has atomic buffer
Kevin Rogovin
2015-06-17
2
-0
/
+7
*
mesa: function for testing if current frag-shader has atomics
Kevin Rogovin
2015-06-17
1
-1
/
+6
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
16
-34
/
+70
*
mesa: helper function for scissor box of gl_framebuffer
Kevin Rogovin
2015-06-17
2
-15
/
+35
*
mesa: add helper functions for geometry of gl_framebuffer
Kevin Rogovin
2015-06-17
2
-1
/
+35
*
PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachments in Mesa core
Kevin Rogovin
2015-06-17
1
-29
/
+182
*
mesa: Constants and functions for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
5
-2
/
+43
*
mesa: Define infrastructure for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
4
-5
/
+46
*
i965/gen9: Disable Mip Tail for YF/YS tiled surfaces
Anuj Phogat
2015-06-16
2
-2
/
+11
[next]