index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
main/performance_query: s/GLboolean/bool/
Robert Bragg
2017-02-24
1
-2
/
+2
*
i965: Implement INTEL_performance_query backend
Robert Bragg
2017-02-22
6
-0
/
+729
*
i965/gen6+: Enable arb_transform_feedback_overflow_query.
Rafael Antognolli
2017-02-21
1
-0
/
+1
*
i965: Add support for xfb overflow query on conditional render.
Rafael Antognolli
2017-02-21
1
-14
/
+53
*
i965: Add support for xfb overflow on query buffer objects.
Rafael Antognolli
2017-02-21
2
-0
/
+115
*
i965: add plumbing for ARB_transform_feedback_overflow_query.
Rafael Antognolli
2017-02-21
2
-0
/
+75
*
i965: Enable ARB_transform_feedback2 on Sandybridge.
Kenneth Graunke
2017-02-21
2
-0
/
+5
*
i965: Properly reset SVBI counters on ResumeTransformFeedback().
Kenneth Graunke
2017-02-21
3
-17
/
+107
*
i965: Save max_index in brw_transform_feedback_object.
Kenneth Graunke
2017-02-21
2
-2
/
+10
*
i965: Update brw_save_primitives_written_counters for pre-Gen7.
Kenneth Graunke
2017-02-21
1
-4
/
+10
*
i965: Use ctx->Const.MaxVertexStreams rather than BRW_XFB_MAX_STREAMS.
Kenneth Graunke
2017-02-21
1
-9
/
+16
*
i965: Move some code from gen7_sol_state.c to gen6_sol.c.
Kenneth Graunke
2017-02-21
3
-144
/
+150
*
i965: Drop dead Gen8+ code from Gen7/sometimes-HSW driver hooks.
Kenneth Graunke
2017-02-21
1
-26
/
+24
*
intel/blorp: Explicitly flush all allocated state
Jason Ekstrand
2017-02-21
1
-0
/
+8
*
i915: remove extern "C" guards
Emil Velikov
2017-02-21
5
-40
/
+0
*
i915: remove 'virtual' and extern C workarounds
Emil Velikov
2017-02-21
1
-9
/
+4
*
i965: remove 'virtual' and extern C workarounds
Emil Velikov
2017-02-21
1
-13
/
+3
*
i965: add extern C notation in headers
Emil Velikov
2017-02-21
3
-0
/
+22
*
i965/fs: fix uninitialized memory access
Lionel Landwerlin
2017-02-17
1
-3
/
+2
*
i965/fs: fix 32-bit data type to int64 conversion on BSW/BXT
Samuel Iglesias Gonsálvez
2017-02-17
1
-7
/
+7
*
i965/fs: Remove hand-coded 64-bit packing optimizations
Jason Ekstrand
2017-02-16
1
-50
/
+0
*
nir: Rename lower_double_pack to lower_64bit_pack
Jason Ekstrand
2017-02-16
1
-1
/
+1
*
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
2017-02-16
2
-26
/
+13
*
i965/fs: Fix the inline nir_op_pack_double optimization
Jason Ekstrand
2017-02-16
1
-1
/
+1
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
1
-0
/
+52
*
r100: use correct libdrm_radeon macro
Emil Velikov
2017-02-16
1
-6
/
+2
*
mesa: retain gl_shader_programs after glDeleteProgram if they are in use
Timothy Arceri
2017-02-16
1
-1
/
+1
*
mesa: remove tabs in dri xmlconfig.c
Timothy Arceri
2017-02-16
1
-362
/
+362
*
mesa: style fixes for dri xmlconfig.c
Timothy Arceri
2017-02-16
1
-37
/
+94
*
i965: Do not use purged bo after calling glObjectUnpurgeable
Chris Wilson
2017-02-15
1
-9
/
+27
*
Revert "i915: Always enable GL 2.0 support."
Matt Turner
2017-02-15
2
-4
/
+25
*
i965: define default allow_higher_compat_version value
Lionel Landwerlin
2017-02-15
1
-0
/
+1
*
drirc: add allow_higher_compat_version for Tropico 5
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
drirc: add allow_higher_compat_version for Crookz - The Big Heist
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
drirc: add allow_higher_compat_version for Worms WMD
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
2
-0
/
+8
*
xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
2
-26
/
+0
*
i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
Jason Ekstrand
2017-02-12
2
-1
/
+20
*
i965/sampler_state: Pass texObj into update_sampler_state
Jason Ekstrand
2017-02-12
1
-6
/
+4
*
i965/sampler_state: Clamp min/max LOD to 14 on gen7+
Jason Ekstrand
2017-02-12
1
-2
/
+5
*
i965/fs: add support for int64 to bool conversion
Samuel Iglesias Gonsálvez
2017-02-09
1
-2
/
+13
*
i965/fs: Add support for nir_op_[iu]2[iu]32
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+4
*
i965/fs: Add support for nir_op_[iu]642f
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+2
*
i965/fs: legalize [u]int64 to 32-bit data conversions in lower_d2x
Samuel Iglesias Gonsálvez
2017-02-09
1
-1
/
+3
*
i965/fs: Add support for nir_op_[iu]642d
Jason Ekstrand
2017-02-09
1
-0
/
+2
*
i965: Allow int64 conversion operations in channel_expressions
Jason Ekstrand
2017-02-09
1
-24
/
+24
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
5
-6
/
+6
*
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
2017-02-06
1
-31
/
+0
*
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
2017-02-06
3
-48
/
+5
*
i965: Use a better guardband calculation.
Jason Ekstrand
2017-02-06
4
-82
/
+126
[next]