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
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
11
-34
/
+51
*
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
*
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
*
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
*
i965/gen8: Use HALIGN_16 for single sample mcs buffers
Ben Widawsky
2015-06-19
1
-1
/
+1
*
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
*
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
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
16
-34
/
+70
*
i965/gen9: Disable Mip Tail for YF/YS tiled surfaces
Anuj Phogat
2015-06-16
2
-2
/
+11
*
i965/gen9: Set vertical and horizontal surface alignments
Anuj Phogat
2015-06-16
1
-6
/
+26
*
i965: Use BRW_SURFACE_* in place of GL_TEXTURE_*
Anuj Phogat
2015-06-16
1
-3
/
+3
*
i965: Rename use_linear_1d_layout() and make it global
Anuj Phogat
2015-06-16
2
-5
/
+9
*
i965/gen9: Set tiled resource mode in surface state
Anuj Phogat
2015-06-16
2
-0
/
+27
*
i965/vec4: Fix the source register for indexed samplers
Neil Roberts
2015-06-16
1
-0
/
+3
*
i965: Fix aligning to the block size in intel_miptree_copy_slice
Neil Roberts
2015-06-16
1
-2
/
+4
*
i965: Check for miptree pitch alignment before using intel_miptree_map_movntd...
Anuj Phogat
2015-06-15
1
-1
/
+3
*
i965: Remove break after return
Anuj Phogat
2015-06-15
1
-3
/
+0
*
i965/gen8+: Add aux buffer alignment assertions
Ben Widawsky
2015-06-12
1
-0
/
+22
*
i965/gen9: Set HALIGN_16 for all aux buffers
Ben Widawsky
2015-06-12
1
-3
/
+19
*
i965/gen8: Correct HALIGN for AUX surfaces
Ben Widawsky
2015-06-12
3
-7
/
+22
*
i965: Extract tiling from fast clear decision
Ben Widawsky
2015-06-12
2
-16
/
+30
*
i965/gen9: Only allow Y-Tiled MCS buffers
Ben Widawsky
2015-06-12
1
-0
/
+2
*
i965: Consolidate certain miptree params to flags
Ben Widawsky
2015-06-12
9
-75
/
+77
*
i965/nir: Support barrier intrinsic function
Jordan Justen
2015-06-12
1
-0
/
+4
*
i965/fs: Implement support for ir_barrier
Jordan Justen
2015-06-12
5
-0
/
+45
*
i965: Add brw_barrier to emit a Gateway Barrier SEND
Jordan Justen
2015-06-12
2
-0
/
+32
*
i965: Add brw_WAIT to emit wait instruction
Jordan Justen
2015-06-12
2
-0
/
+23
*
i965: Add notification register
Jordan Justen
2015-06-12
1
-0
/
+16
*
i965: Disassemble Gateway SEND messages
Jordan Justen
2015-06-12
1
-0
/
+16
*
i965/inst: Add gateway_notify and gateway_subfuncid fields
Jordan Justen
2015-06-12
1
-3
/
+11
*
i965: Add GATEWAY_SFID definitions
Jordan Justen
2015-06-12
1
-0
/
+8
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
2
-0
/
+7
*
i965/cs: Use exec all for CS terminate
Jordan Justen
2015-06-12
1
-1
/
+2
*
i965/fs: Fix unused variable warning
Chad Versace
2015-06-12
1
-1
/
+2
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
6
-4
/
+14
*
i965/fs: Remove one more fixed brw_null_reg() from the visitor.
Francisco Jerez
2015-06-12
1
-1
/
+1
*
Revert "i965: Advertise a line width of 40.0 on Cherryview and Skylake."
Kenneth Graunke
2015-06-11
1
-5
/
+1
*
i965: Re-index SSA definitions before printing NIR code.
Kenneth Graunke
2015-06-11
1
-0
/
+6
*
i965/gen8: Fix antialiased line rendering with width < 1.5
Iago Toral Quiroga
2015-06-11
4
-49
/
+30
*
i965: do_blit_drawpixels: decode array formats
Alexander Monakov
2015-06-11
1
-0
/
+2
*
i965: do not round line width when multisampling or antialiaing are enabled
Iago Toral Quiroga
2015-06-11
5
-15
/
+25
[next]