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
*
Revert "mesa: Add ARB_direct_state_access checks in texture functions"
Ian Romanick
2015-05-28
6
-200
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in VAO functions"
Ian Romanick
2015-05-28
2
-86
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"
Ian Romanick
2015-05-28
1
-7
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in program pipeline functions"
Ian Romanick
2015-05-28
1
-6
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in query object functions"
Ian Romanick
2015-05-28
1
-7
/
+0
*
Revert "i915: Enable ARB_direct_state_access"
Ian Romanick
2015-05-28
1
-1
/
+0
*
Revert "i965: Enable ARB_direct_state_access"
Ian Romanick
2015-05-28
1
-1
/
+0
*
Revert "st/mesa: Enable ARB_direct_state_access"
Ian Romanick
2015-05-28
1
-6
/
+0
*
mesa: Allow overriding the version of ES2+ contexts
Ian Romanick
2015-05-28
3
-5
/
+6
*
mesa: Add support for a new override string MESA_GLES_VERSION_OVERRIDE
Ian Romanick
2015-05-28
1
-11
/
+29
*
dri_util: Use _mesa_override_gl_version_contextless
Ian Romanick
2015-05-28
3
-26
/
+11
*
mesa/es3.1: Enable ES 3.1 API and shading language version
Ian Romanick
2015-05-28
2
-5
/
+29
*
gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions
Ian Romanick
2015-05-28
2
-1
/
+99
*
i965/fs: Properly handle explicit depth in SIMD16 with dual-source blend
Jason Ekstrand
2015-05-28
1
-1
/
+5
*
i965: Silence warning in 3-src type-setting.
Matt Turner
2015-05-28
1
-0
/
+2
*
i965/fs: Fix lowering of integer multiplication with cmod.
Matt Turner
2015-05-28
1
-0
/
+11
*
i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
Ben Widawsky
2015-05-27
1
-0
/
+10
*
i965: Remove _NEW_MULTISAMPLE dirty bit from 3DSTATE_PS_EXTRA.
Kenneth Graunke
2015-05-27
1
-2
/
+2
*
i965: Delete GS scratch space workaround warning.
Kenneth Graunke
2015-05-27
1
-4
/
+0
*
glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table function
Ian Romanick
2015-05-26
3
-9
/
+12
*
mesa: do not use _glapi_new_nop_table() for DRI builds
Brian Paul
2015-05-26
1
-2
/
+60
*
mesa: add some comments in copyimage.c
Brian Paul
2015-05-26
1
-0
/
+22
*
mesa: move decls, add const qualifiers in copyimage.c
Brian Paul
2015-05-26
1
-8
/
+9
*
mesa: code clean-ups in textureview.[ch]
Brian Paul
2015-05-26
2
-33
/
+55
*
mesa: const qualify, return bool for _mesa_texture_view_compatible_format()
Brian Paul
2015-05-26
2
-8
/
+8
*
mesa: add const qualifer on _mesa_is_compressed_format()
Brian Paul
2015-05-26
2
-2
/
+2
*
i965/skl: Add a message header for the TXF_MCS instruction in vec4vs
Neil Roberts
2015-05-26
1
-2
/
+18
*
st/mesa: don't leak glsl_to_tgsi object on link failure
Ilia Mirkin
2015-05-25
1
-0
/
+1
*
Fix an unused variable warning
Jason Ekstrand
2015-05-25
1
-2
/
+0
*
i965/fs: Fix implied_mrf_writes for scratch writes
Jason Ekstrand
2015-05-23
1
-1
/
+1
*
prog_to_nir: Use a variable for uniform data
Jason Ekstrand
2015-05-23
2
-42
/
+38
*
i965/disasm: Skip swizzle disassembly when using 3-src repctrl.
Matt Turner
2015-05-22
1
-9
/
+12
*
darwin: Fix install name of libOSMesa
Jeremy Huddleston Sequoia
2015-05-20
1
-1
/
+0
*
swrast: Build fix for Solaris
Alan Coopersmith
2015-05-20
1
-1
/
+3
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
1
-31
/
+25
*
cso: add context cleanup code from st/mesa
Marek Olšák
2015-05-20
1
-6
/
+0
*
mesa/main: validate name syntax for array variables only
Samuel Iglesias Gonsalvez
2015-05-20
1
-3
/
+3
*
i965: add brw_cs.h to the sources list
Emil Velikov
2015-05-19
1
-0
/
+1
*
mesa/driver/haiku: Drop Mesa swrast renderer
Alexander von Gluck IV
2015-05-18
6
-868
/
+0
*
i965: Use NIR by default for vertex shaders on GEN8+
Jason Ekstrand
2015-05-18
1
-1
/
+1
*
i965: Add gen8 blend state
Ben Widawsky
2015-05-18
1
-2
/
+110
*
i965: Add renderbuffer surface indexes to debug
Ben Widawsky
2015-05-18
1
-1
/
+1
*
i965: Add Gen9 surface state decoding
Ben Widawsky
2015-05-18
6
-39
/
+68
*
i965: Add gen8 surface state debug info
Ben Widawsky
2015-05-18
2
-6
/
+81
*
i965: Add gen7+ sampler state to batch debug
Ben Widawsky
2015-05-18
2
-1
/
+71
*
i965: Add viewport extents (gen8) to batch decode
Ben Widawsky
2015-05-18
1
-4
/
+11
*
i965: Add all surface types to the batch decode
Ben Widawsky
2015-05-18
3
-15
/
+10
*
i965: Add string for surface format to table
Ben Widawsky
2015-05-18
1
-217
/
+219
*
i965/fs: Implement integer multiply without mul/mach.
Matt Turner
2015-05-18
1
-28
/
+66
*
i965/fs: Rework compression control selection.
Matt Turner
2015-05-18
1
-3
/
+6
[next]