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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv/nir: Properly handle gather components
Jason Ekstrand
2016-07-22
1
-1
/
+11
*
spirv/nir: Add support for shadow samplers that return vec4
Jason Ekstrand
2016-07-22
1
-1
/
+2
*
spirv/nir: Fix some texture opcode asserts
Jason Ekstrand
2016-07-22
1
-2
/
+2
*
nv50/ir: allow to swap sources for OP_SUB
Samuel Pitoiset
2016-07-22
1
-1
/
+6
*
gallium/radeon: make deferred flushes asynchronous
Marek Olšák
2016-07-22
1
-0
/
+2
*
gallium: add PIPE_FLUSH_DEFERRED
Marek Olšák
2016-07-22
3
-2
/
+13
*
gallium/os: use CLOCK_MONOTONIC for sleeps (v2)
Marek Olšák
2016-07-22
2
-6
/
+14
*
mapi: fix typo in macro name
Eric Engestrom
2016-07-22
3
-3
/
+3
*
docs: Put swr back on the GL_ARB_texture_buffer_object_rgb32 list.
Kenneth Graunke
2016-07-22
1
-1
/
+1
*
glsl: subroutine types cannot be compared
Andres Gomez
2016-07-22
1
-0
/
+4
*
i965: fix varying output setup
Timothy Arceri
2016-07-23
1
-1
/
+1
*
nvc0/mme: fix offsets used for indirect draws
Samuel Pitoiset
2016-07-22
2
-8
/
+8
*
nvc0: fix offsets of MP perf counters input parameters
Samuel Pitoiset
2016-07-22
1
-15
/
+15
*
mesa: Add GL_BGRA_EXT to the list of GenerateMipmap internal formats.
Kenneth Graunke
2016-07-21
1
-0
/
+5
*
i965: Fix "operation operation" in comment.
Kenneth Graunke
2016-07-21
1
-1
/
+1
*
i965: Fix shared atomic intrinsics to pay attention to base.
Kenneth Graunke
2016-07-21
1
-1
/
+12
*
nir: Add a base const_index to shared atomic intrinsics.
Kenneth Graunke
2016-07-21
1
-10
/
+10
*
glsl: re-enable varying packing in GL4.4+
Timothy Arceri
2016-07-22
1
-30
/
+24
*
i965: Include VUE handles for GS with invocations > 1.
Kenneth Graunke
2016-07-21
1
-1
/
+1
*
mesa: Add -fno-math-errno -fno-trapping-math to CXXFLAGS.
Matt Turner
2016-07-21
1
-0
/
+3
*
mesa: Drop -fno-builtin-memcmp.
Matt Turner
2016-07-21
1
-8
/
+0
*
mapi: Massage code to allow clang to compile.
Matt Turner
2016-07-21
4
-6
/
+23
*
docs: Add extensions not part of any GL or GL ES version
Ian Romanick
2016-07-21
1
-0
/
+56
*
docs: Update GL3.txt for OpenGL 4.0 on i965-ish hardware
Ian Romanick
2016-07-21
1
-13
/
+13
*
docs: Update GL3.txt for OpenGL ES on i965-ish hardware
Ian Romanick
2016-07-21
1
-13
/
+15
*
i965: print error messages if gs fails to compile
Timothy Arceri
2016-07-21
1
-0
/
+6
*
i965: enable GL4.4 for Gen8+
Timothy Arceri
2016-07-21
2
-2
/
+2
*
i965: enable ARB_enhanced_layouts for gen6+
Timothy Arceri
2016-07-21
1
-1
/
+1
*
i965/vec4: add packing support for tcs load outputs
Timothy Arceri
2016-07-21
3
-7
/
+17
*
i965/vec4: add support for packing tes inputs
Timothy Arceri
2016-07-21
1
-4
/
+10
*
i965/vec4: add support for packing tcs outputs
Timothy Arceri
2016-07-21
1
-0
/
+7
*
i965/vec4: support packing tcs inputs
Timothy Arceri
2016-07-21
2
-2
/
+7
*
i965/vec4: add component packing for gs
Timothy Arceri
2016-07-21
1
-0
/
+2
*
i965/vec4: add support for packing vs/gs/tes outputs
Timothy Arceri
2016-07-21
3
-4
/
+45
*
i965/vec4: add support for packing inputs
Timothy Arceri
2016-07-21
1
-0
/
+2
*
i965: add helper for creating packing writemask
Timothy Arceri
2016-07-21
1
-0
/
+7
*
i965: add helpers for creating component layout swizzle
Timothy Arceri
2016-07-21
1
-0
/
+3
*
vc4: Return V3D version details in the GL renderer info.
Eric Anholt
2016-07-20
2
-1
/
+12
*
vc4: Check the V3D version reported by the kernel.
Eric Anholt
2016-07-20
2
-0
/
+62
*
vc4: Detect and report kernel support for branching.
Eric Anholt
2016-07-20
1
-2
/
+12
*
vc4: Switch to using the libdrm-provided vc4_drm.h.
Eric Anholt
2016-07-20
3
-280
/
+4
*
docs: mark ARB_enhanced_layouts as DONE for i965
Timothy Arceri
2016-07-21
1
-2
/
+2
*
i965: enable ARB_enhanced_layouts for gen8+
Timothy Arceri
2016-07-21
1
-0
/
+1
*
nir: add doubles component packing support
Timothy Arceri
2016-07-21
1
-0
/
+20
*
i965: add component packing support for load_output intrinsics
Timothy Arceri
2016-07-21
1
-5
/
+33
*
i965: enable component packing for vs and fs
Timothy Arceri
2016-07-21
4
-25
/
+16
*
i965: bring back type_size_vec4_times_4()
Timothy Arceri
2016-07-21
2
-0
/
+14
*
nir/inline: Constant-initialize local variables in the callee if needed
Jason Ekstrand
2016-07-20
1
-2
/
+40
*
nir: Add a nir_deref_foreach_leaf helper
Jason Ekstrand
2016-07-20
2
-0
/
+120
*
clover: Re-order includes in invocation.cpp to fix build
Tom Stellard
2016-07-20
1
-7
/
+17
[next]