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
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
st/mesa: remove trailing NULL colorbuffers
Marek Olšák
2014-04-25
1
-0
/
+6
*
swrast: move texture_slices() calls out of loops
Brian Paul
2014-04-24
1
-4
/
+8
*
swrast: move null pointer check earlier in _swrast_map_teximage()
Brian Paul
2014-04-24
1
-6
/
+9
*
swrast: remove _mesa_ prefix from static function
Brian Paul
2014-04-24
1
-3
/
+3
*
swrast: allocate swrast_texture_image::ImageSlices array if needed
Brian Paul
2014-04-24
1
-0
/
+10
*
swrast: Fix vertex color in _swsetup_Translate()
nick
2014-04-24
1
-1
/
+2
*
mesa/st: Handle empty frame-buffers without asserting.
José Fonseca
2014-04-24
1
-5
/
+4
*
mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY.
José Fonseca
2014-04-23
1
-2
/
+33
*
i965: Make Broadwell HiZ path arrange for TC flushes.
Kenneth Graunke
2014-04-22
1
-0
/
+3
*
i965: Use uint16_t for control/src index tables.
Matt Turner
2014-04-22
1
-14
/
+14
*
i965/disasm: Fix s/xoo/xor/ typo.
Matt Turner
2014-04-22
1
-1
/
+1
*
i965/disasm: Remove tables with obvious mappings.
Matt Turner
2014-04-22
2
-13
/
+2
*
mesa/st: enable EXT_shader_integer_mix when NativeIntegers is on
Ilia Mirkin
2014-04-22
1
-0
/
+4
*
mesa: move declaration before code
Brian Paul
2014-04-21
1
-1
/
+1
*
mesa: Fix error code generation in glReadPixels()
Anuj Phogat
2014-04-21
1
-0
/
+16
*
mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()
Anuj Phogat
2014-04-21
1
-0
/
+13
*
mesa: fix GetStringi error message with correct function name
Benjamin Bellec
2014-04-21
1
-1
/
+1
*
st/mesa: fix invalid pointer use in st_texture_get_sampler_view()
Brian Paul
2014-04-21
1
-3
/
+3
*
i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper bound
Chris Forbes
2014-04-21
2
-2
/
+4
*
mesa: Track max enabled tex image unit
Chris Forbes
2014-04-21
2
-0
/
+5
*
i965/fs: Implement fs_inst::force_sechalf support on Broadwell.
Kenneth Graunke
2014-04-18
3
-4
/
+8
*
i965/fs: Reduce restrictions on interference in register coalescing.
Matt Turner
2014-04-18
1
-13
/
+0
*
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
*
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
*
gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...
Maarten Lankhorst
2014-04-17
1
-1
/
+4
*
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
*
Revert "i965/fs: Only sweep NOPs if register coalescing made progress."
Matt Turner
2014-04-15
1
-8
/
+7
[next]