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/fs: Add support for MOV_INDIRECT on pre-Broadwell hardware
Jason Ekstrand
2016-04-14
2
-13
/
+66
*
i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnr
Jason Ekstrand
2016-04-14
1
-1
/
+1
*
i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions
Jason Ekstrand
2016-04-14
1
-1
/
+0
*
i965/fs: Add support for doing MOV_INDIRECT on uniforms
Jason Ekstrand
2016-04-14
1
-1
/
+4
*
i965: Make intel_get_param return an int
Ben Widawsky
2016-04-14
1
-10
/
+7
*
st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
Brian Paul
2016-04-14
1
-0
/
+6
*
i965/vec4: Use UD rather than D for uniform indirects
Jason Ekstrand
2016-04-14
2
-6
/
+6
*
i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOAD
Jason Ekstrand
2016-04-14
2
-3
/
+4
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
i965: Switch to NIR for ldexp lowering.
Kenneth Graunke
2016-04-13
2
-2
/
+1
*
i965: Implement the new imod and irem opcodes
Jason Ekstrand
2016-04-13
2
-0
/
+72
*
i965/vec4: Inline get_pull_constant_offset
Jason Ekstrand
2016-04-13
2
-25
/
+14
*
scons: Allow building with Address Sanitizer.
Jose Fonseca
2016-04-13
1
-2
/
+6
*
mesa: Change an error code in glSamplerParameterI[iu]v().
Kenneth Graunke
2016-04-12
1
-4
/
+6
*
i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typo
Kristian Høgsberg Kristensen
2016-04-12
1
-4
/
+4
*
i965/tiled_memcpy: Unroll bytes==64 case.
Matt Turner
2016-04-12
1
-0
/
+16
*
i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle.
Roland Scheidegger
2016-04-12
1
-3
/
+40
*
i965/tiled_memcpy: Move SSSE3 code back into inline functions.
Matt Turner
2016-04-12
1
-18
/
+24
*
i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle.
Matt Turner
2016-04-12
1
-8
/
+11
*
dri/i965: fix incorrect rgbFormat in intelCreateBuffer().
Haixia Shi
2016-04-12
1
-8
/
+12
*
xlib: fix memory leak on Display close
John Sheu
2016-04-12
2
-1
/
+2
*
st/mesa: Replace GLvoid with void
Jakob Sinclair
2016-04-12
5
-26
/
+26
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
mesa: Expose the ARB_robust_buffer_access_behavior extension.
Bas Nieuwenhuizen
2016-04-12
3
-1
/
+3
*
main: rework the compatibility check of visuals in glXMakeCurrent
Miklós Máté
2016-04-12
1
-30
/
+12
*
st/mesa: fix memleak in glDrawPixels cache code
Brian Paul
2016-04-12
1
-5
/
+18
*
mesa: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
1
-1
/
+1
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
2
-0
/
+2
*
dri/i965: extend GLES3 sRGB workaround to cover all formats
Haixia Shi
2016-04-12
1
-4
/
+3
*
i965: Add autogenerated 'brw_nir_trig_workarounds.c' to gitignore
Eduardo Lima Mitev
2016-04-12
1
-0
/
+1
*
i965: Port INTEL_PRECISE_TRIG=1 to NIR.
Kenneth Graunke
2016-04-11
7
-28
/
+58
*
i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar.
Kenneth Graunke
2016-04-11
2
-3
/
+6
*
st/mesa: replace _mesa_sysval_to_semantic table with function
Brian Paul
2016-04-11
3
-68
/
+69
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
1
-1
/
+2
*
mesa: add missing header to the tarball
Emil Velikov
2016-04-11
1
-0
/
+1
*
mesa: automake: update and reuse X86_SSE41_FILES list
Emil Velikov
2016-04-11
2
-5
/
+5
*
i965: fix struct type in comment
Timothy Arceri
2016-04-11
1
-1
/
+1
*
i965: enable OES_texture_buffer on gen7+
Ilia Mirkin
2016-04-10
1
-0
/
+1
*
i965/disasm: Decode per-slot offsets.
Kenneth Graunke
2016-04-09
1
-0
/
+5
*
i965/disasm: Decode "channel mask present" bit correctly.
Kenneth Graunke
2016-04-09
1
-4
/
+15
*
i965/disasm: Simplify the URB opcode printing with ?:.
Kenneth Graunke
2016-04-09
1
-7
/
+6
*
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
2016-04-08
5
-22
/
+5
*
i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
Jason Ekstrand
2016-04-08
1
-76
/
+63
*
i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions
Jason Ekstrand
2016-04-08
1
-32
/
+43
*
i965: Check eu/subslices are > 0
Ben Widawsky
2016-04-08
1
-1
/
+1
*
i965: Fix eu/subslice warning
Ben Widawsky
2016-04-08
1
-11
/
+23
*
i965: Extract SSEU configuration info
Ben Widawsky
2016-04-08
1
-14
/
+21
*
st/mesa: fix glReadBuffer() assertion failure
Brian Paul
2016-04-08
1
-0
/
+2
*
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
Nicolai Hähnle
2016-04-07
1
-3
/
+5
*
mesa/st: Update framebuffer state with no.of samples,layers
Edward O'Callaghan
2016-04-07
1
-3
/
+5
[next]