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
*
i965: Use UW-typed immediate in multiply inst.
Matt Turner
2015-06-03
2
-2
/
+2
*
program: Replace gl_inst_opcode with enum prog_opcode.
Matt Turner
2015-06-03
4
-16
/
+16
*
program: Remove dead Aux field from prog_instruction.
Matt Turner
2015-06-03
1
-3
/
+0
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
12
-32
/
+20
*
mesa: move no-change glDepthFunc check earlier
Brian Paul
2015-06-03
1
-3
/
+3
*
mesa: restore GL_EXT_depth_bounds_test state in glPopAttrib()
Brian Paul
2015-06-03
1
-0
/
+5
*
mesa: fix glPushAttrib(0) / glPopAttrib() error
Brian Paul
2015-06-03
1
-0
/
+17
*
prog_to_nir: Remove OPCODE_MOV special case.
Matt Turner
2015-06-02
1
-1
/
+1
*
prog_to_nir: Remove from op_trans[] opcodes handled in the switch.
Matt Turner
2015-06-02
1
-7
/
+7
*
i965: Add Gen8+ VS dispatch_mode assertion.
Kenneth Graunke
2015-06-01
1
-0
/
+3
*
i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().
Kenneth Graunke
2015-06-01
1
-12
/
+4
*
i965: Use proper pitch for scalar GS pull constants and UBOs.
Kenneth Graunke
2015-06-01
1
-3
/
+7
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
8
-22
/
+24
*
i965: Drop "Vector Mask Enable" bit from 3DSTATE_GS on Gen8+.
Kenneth Graunke
2015-06-01
1
-2
/
+1
*
st/mesa: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+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
*
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
*
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
*
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
*
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
[next]