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: Extract helper function for surface state pointer adjustment
Chris Forbes
2014-08-15
3
-16
/
+41
*
i965/vec4: Add visitor support for nonconst ubo block indexing
Chris Forbes
2014-08-15
1
-3
/
+26
*
i965/vec4: Generate indirect sends for nonconstant UBO array access
Chris Forbes
2014-08-15
1
-15
/
+62
*
i965/fs: Add visitor support for nonconstant UBO indices
Chris Forbes
2014-08-15
1
-3
/
+27
*
i965/fs: Generate indirect sends for nonconstant UBO array accesses
Chris Forbes
2014-08-15
1
-39
/
+135
*
i965: Adjust set_message_descriptor to handle non-sends
Chris Forbes
2014-08-15
1
-1
/
+13
*
i965: Add low-level support for indirect sends
Chris Forbes
2014-08-15
2
-0
/
+20
*
i965/fs: Add pass to rename registers to break live ranges.
Kenneth Graunke
2014-08-14
2
-0
/
+68
*
i965: Fix INTDIV math assertions on Broadwell.
Kenneth Graunke
2014-08-14
1
-1
/
+1
*
Revert "i965/vec4: Use MOV, not OR, to set URB write channel mask bits."
Kenneth Graunke
2014-08-14
1
-2
/
+4
*
i965: Enable ARB_derivative_control on Gen7+.
Chris Forbes
2014-08-15
1
-0
/
+1
*
i965/fs: Support fine/coarse derivative opcodes
Chris Forbes
2014-08-15
5
-10
/
+44
*
i965/vec4: Assert that fine/coarse derivative ops don't appear
Chris Forbes
2014-08-15
1
-0
/
+4
*
mesa/st: add support for emitting fine derivative opcodes
Ilia Mirkin
2014-08-14
2
-2
/
+10
*
mesa/program: add new derivative unops to the unexpected list
Ilia Mirkin
2014-08-14
1
-0
/
+4
*
mesa: add ARB_derivative_control extension bit
Ilia Mirkin
2014-08-14
2
-0
/
+2
*
mesa: add ARB_texture_barrier support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
i965: Rename intelValidateState to intel_update_state
Kristian Høgsberg
2014-08-14
2
-9
/
+7
*
i965: Assign PS kernel start pointers when we decide which kernels to use
Kristian Høgsberg
2014-08-14
3
-23
/
+28
*
i965: fix compiler error in union initiliazer
Pekka Paalanen
2014-08-14
2
-2
/
+2
*
i965: Bail on FS copy propagation for scratch writes with source modifiers
Anuj Phogat
2014-08-14
1
-0
/
+4
*
i965: Bail on vec4 copy propagation for scratch writes with source modifiers
Anuj Phogat
2014-08-14
1
-0
/
+4
*
ra: move declarations before code to fix MSVC build
Brian Paul
2014-08-14
1
-2
/
+2
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
13
-42
/
+55
*
mesa: Make ARB_gpu_shader5 core-profile-only
Chris Forbes
2014-08-14
1
-1
/
+1
*
nouveau: force luminance clear colors to have the same g/b values as r
Ilia Mirkin
2014-08-14
2
-4
/
+21
*
i965: Enable INTDIV in SIMD16 mode.
Kenneth Graunke
2014-08-13
2
-14
/
+2
*
i965/fs: Drop "do dual source blending" generator parameter.
Kenneth Graunke
2014-08-13
4
-7
/
+3
*
mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops
Jason Ekstrand
2014-08-13
1
-0
/
+3
*
mesa: fix texstore with GL_COLOR_INDEX data
Roland Scheidegger
2014-08-14
1
-0
/
+3
*
ra: optimistically color only one node at a time
Connor Abbott
2014-08-13
1
-35
/
+22
*
ra: don't consider nodes for spilling we don't need to
Connor Abbott
2014-08-13
1
-40
/
+11
*
ra: make the p, q test more efficient
Connor Abbott
2014-08-13
1
-7
/
+26
*
ra: cleanup the public API
Connor Abbott
2014-08-13
4
-12
/
+9
*
nouveau: only try to get new storage if there are any levels
Ilia Mirkin
2014-08-13
1
-10
/
+13
*
nouveau: add emacs dir-locals file for tabs/8-space indents
Ilia Mirkin
2014-08-13
1
-0
/
+8
*
mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400
Ilia Mirkin
2014-08-13
1
-0
/
+3
*
android: megadriver_stub: prefix static libraries with libmesa_
Emil Velikov
2014-08-13
2
-3
/
+3
*
android: dri/i9*5: remove used _INCLUDES variable
Emil Velikov
2014-08-13
4
-14
/
+3
*
android: drivers/dri: add $(mesa_top)/src to the includes list
Emil Velikov
2014-08-13
1
-0
/
+1
*
android: dri: use the installed libdrm headers
Emil Velikov
2014-08-13
3
-6
/
+3
*
android: dri/i915: do not build an 'empty' driver
Emil Velikov
2014-08-13
1
-1
/
+1
*
automake: mesa: whitespace fixes
Emil Velikov
2014-08-13
1
-8
/
+6
*
mesa: guard better when building with sse4.1 optimisations
Emil Velikov
2014-08-13
3
-0
/
+12
*
mesa/st: add BPTC formats, expose ARB_texture_compression_bptc
Ilia Mirkin
2014-08-12
3
-1
/
+49
*
i965: Delete the Gen8 code generators.
Kenneth Graunke
2014-08-12
9
-4076
/
+0
*
i965: Never use the Gen8 code generators.
Kenneth Graunke
2014-08-12
3
-28
/
+10
*
i965: Switch to the EU emit layer for code generation on Broadwell.
Kenneth Graunke
2014-08-12
3
-3
/
+3
*
i965: Retype atomics to UD in Gen8 code generation.
Kenneth Graunke
2014-08-12
2
-4
/
+8
*
i965/vp: Use the sampler for pull constant loads on Gen7/7.5.
Kenneth Graunke
2014-08-12
1
-5
/
+12
[prev]
[next]