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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Give up in interference check if we see a WHILE.
Matt Turner
2014-04-18
1
-1
/
+1
*
i965/fs: Simplify interference scan in register coalescing.
Matt Turner
2014-04-18
1
-13
/
+9
*
i965/fs: Unindent can_coalesce_vars().
Matt Turner
2014-04-18
1
-27
/
+28
*
i965/fs: Recognize nop-MOV instructions early.
Matt Turner
2014-04-18
1
-3
/
+17
*
i965/fs: Only sweep NOPs if register coalescing made progress.
Matt Turner
2014-04-18
1
-7
/
+9
*
r600g,radeonsi: don't skip the context flush if a fence should be returned
Marek Olšák
2014-04-18
2
-2
/
+2
*
svga: fix comment for emit_adjusted_vertex_attribs()
Brian Paul
2014-04-17
1
-3
/
+3
*
svga: compute need_swvfetch in svga_create_vertex_elements_state()
Brian Paul
2014-04-17
3
-13
/
+9
*
svga: add VS code to set attribute W component to 1
Brian Paul
2014-04-17
5
-46
/
+100
*
svga: implement support for signed byte vertex attributes
Brian Paul
2014-04-17
6
-14
/
+151
*
svga: move translated vertex declaration types into svga_velems_state
Brian Paul
2014-04-17
4
-40
/
+45
*
Revert "svga: add work-around for Sauerbraten Z fighting issue"
Brian Paul
2014-04-17
3
-49
/
+2
*
svga: use new inst_token_setp() helper function
Brian Paul
2014-04-17
2
-12
/
+26
*
svga: use new inst_token_predicated() helper function
Brian Paul
2014-04-17
2
-13
/
+25
*
i965: Retype pre-Gen6 varying pull load destination to UW.
Kenneth Graunke
2014-04-17
1
-1
/
+1
*
mesa: Fix error condition for multisample proxy texture targets
Anuj Phogat
2014-04-17
1
-3
/
+13
*
i965: Add glBlitFramebuffer to commands affected by conditional rendering
Anuj Phogat
2014-04-17
1
-0
/
+8
*
swrast: Add glBlitFramebuffer to commands affected by conditional rendering
Anuj Phogat
2014-04-17
1
-0
/
+8
*
i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndex
Anuj Phogat
2014-04-17
1
-1
/
+5
*
i965: Fix component mask and varying_to_slot mapping for gl_Layer
Anuj Phogat
2014-04-17
1
-4
/
+14
*
i965: Put an assertion to check valid varying_to_slot[varying]
Anuj Phogat
2014-04-17
1
-0
/
+1
*
radeonsi: Added Diag Handler to receive LLVM Error messages
Darren Powell
2014-04-17
3
-9
/
+55
*
winsys/radeon: remove some unused code
Marek Olšák
2014-04-17
1
-28
/
+8
*
winsys/radeon: remove is_handle_added array
Marek Olšák
2014-04-17
2
-30
/
+34
*
winsys/radeon: remove local variable reloc from radeon_get_reloc
Marek Olšák
2014-04-17
1
-5
/
+2
*
winsys/radeon: remove parameter reloc from radeon_get_reloc
Marek Olšák
2014-04-17
2
-11
/
+8
*
util: Add __declspec(noreturn) to _debug_assert_fail().
José Fonseca
2014-04-17
1
-0
/
+3
*
auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...
José Fonseca
2014-04-17
2
-5
/
+2
*
gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...
Maarten Lankhorst
2014-04-17
1
-1
/
+4
*
nouveau/vdec: small fixes to h264 handling
Maarten Lankhorst
2014-04-17
4
-24
/
+24
*
st/xa: Cache render target surface
Thomas Hellstrom
2014-04-17
1
-3
/
+15
*
st/xa: scissor to help tilers
Rob Clark
2014-04-17
4
-0
/
+48
*
st/xa: remove unneeded args
Rob Clark
2014-04-17
5
-12
/
+8
*
glsl: Small optimization for constant conditionals
Iago Toral Quiroga
2014-04-16
1
-8
/
+2
*
glsl: Fix incorrect indentation.
Iago Toral Quiroga
2014-04-16
1
-793
/
+782
*
meta: Clip src/dest rects in BlitFramebuffer, using the scissor
Chris Forbes
2014-04-17
2
-2
/
+43
*
mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()
Samuel Iglesias Gonsalvez
2014-04-16
1
-2
/
+1
*
i965: Don't make instructions with a null dest a barrier to scheduling.
Matt Turner
2014-04-16
1
-4
/
+8
*
i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-7
/
+4
*
i965/fs: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
2
-0
/
+4
*
i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-16
/
+6
*
i965/vec4: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
3
-0
/
+5
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
8
-35
/
+131
*
i965: Add is_accumulator() function.
Juha-Pekka Heikkila
2014-04-16
4
-0
/
+28
*
i965: Add reads_accumulator_implicitly() function.
Matt Turner
2014-04-16
2
-0
/
+14
*
mesa: Add error condition for integer formats in glGetTexImage()
Anuj Phogat
2014-04-16
1
-0
/
+5
*
mesa: Add helper function _mesa_is_format_integer()
Anuj Phogat
2014-04-16
2
-0
/
+12
*
mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
Anuj Phogat
2014-04-16
1
-1
/
+1
*
glsl: Fix copy-paste error in linker_warning()
Anuj Phogat
2014-04-16
1
-1
/
+1
*
r600g: Disable LLVM by default at runtime for graphics
Michel Dänzer
2014-04-17
3
-5
/
+5
[next]