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
*
gallium/util: silence silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-2
/
+1
*
egl/dri2: silence uninitialized variable warnings
Brian Paul
2015-06-01
1
-2
/
+4
*
gallivm: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
pipebuffer: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
st/mesa: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
draw: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+4
*
gallivm: Remove stub disassemblerSymbolLookupCB.
Jose Fonseca
2015-06-01
1
-13
/
+1
*
i965: Don't add base_binding_table_index if it's zero
Neil Roberts
2015-05-31
2
-2
/
+4
*
i965: Don't use a temporary when generating an indirect sample
Neil Roberts
2015-05-31
2
-26
/
+8
*
vc4: Don't bother with safe list traversal in CSE.
Eric Anholt
2015-05-29
1
-1
/
+1
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
19
-139
/
+87
*
vc4: Make sure we allocate idle BOs from the cache.
Eric Anholt
2015-05-29
1
-1
/
+11
*
vc4: Fix return value handling for BO waits.
Eric Anholt
2015-05-29
1
-12
/
+15
*
mesa: remove unused function declaration
Timothy Arceri
2015-05-30
1
-4
/
+0
*
dri_util: make version var unsigned to silence warnings
Brian Paul
2015-05-29
1
-1
/
+1
*
i965: Disable compaction for EOT send messages
Ben Widawsky
2015-05-29
1
-0
/
+6
*
gallivm: make sampling more robust when the sampler setup is bogus
Roland Scheidegger
2015-05-29
1
-6
/
+32
*
gallivm: Use the LLVM's C disassembly interface.
Jose Fonseca
2015-05-29
1
-223
/
+37
*
gallivm: Disable frame pointer omission on LLVM 3.7.
Jose Fonseca
2015-05-29
1
-0
/
+10
*
st/dri: fix postprocessing crash when there's no depth buffer
Marek Olšák
2015-05-29
1
-5
/
+4
*
radeon/llvm: reset temps_count on deallocation
Marek Olšák
2015-05-29
1
-0
/
+1
*
radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2)
Marek Olšák
2015-05-29
2
-7
/
+12
*
softpipe: fix offset wrapping calculations (v2)
Dave Airlie
2015-05-29
1
-78
/
+68
*
i965/vs: Rework the logic for generating NIR from ARB vertex programs
Jason Ekstrand
2015-05-28
1
-12
/
+11
*
i965/fs: Remove the ir_visitor code
Jason Ekstrand
2015-05-28
3
-2228
/
+2
*
i965: Remove the old fragment program code
Jason Ekstrand
2015-05-28
3
-769
/
+0
*
i965: Make NIR non-optional for scalar shaders
Jason Ekstrand
2015-05-28
2
-27
/
+5
*
i965: Make fs/vec4_visitor inherit from ir_visitor directly
Jason Ekstrand
2015-05-28
3
-3
/
+3
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
13
-44
/
+44
*
mesa: Enable ARB_direct_state_access by default for core profile
Ian Romanick
2015-05-28
1
-1
/
+1
*
dispatch_sanity: Validate the compatibility profile dispatch table too
Ian Romanick
2015-05-28
1
-0
/
+493
*
dispatch_sanity: Split list of GL 3.1 functions in to core and common
Ian Romanick
2015-05-28
1
-71
/
+342
*
mesa: Don't install glVertexAttribL* functions in compatibility profile
Ian Romanick
2015-05-28
2
-1
/
+3
*
glapi: Make GL_ARB_direct_state_access functions exclusive to core profile
Ian Romanick
2015-05-28
1
-0
/
+100
*
glapi: Store exec table version info outside the XML
Ian Romanick
2015-05-28
3
-12
/
+185
*
Revert "mesa: Add an extension flag for ARB_direct_state_access"
Ian Romanick
2015-05-28
2
-2
/
+1
*
mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE...
Ian Romanick
2015-05-28
1
-3
/
+10
*
Revert "mesa: Add ARB_direct_state_access checks in XFB functions"
Ian Romanick
2015-05-28
1
-42
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in buffer object functions"
Ian Romanick
2015-05-28
1
-105
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in FBO functions"
Ian Romanick
2015-05-28
4
-127
/
+0
*
Revert "mesa: Add ARB_direct_state_access checks in renderbuffer functions"
Ian Romanick
2015-05-28
1
-21
/
+0
*
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
[next]