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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move SHADER_TIME_STRIDE to brw_compiler.h
Jason Ekstrand
2017-03-01
5
-15
/
+15
*
i965: Move SOL binding #defines to brw_compiler.h
Jason Ekstrand
2017-03-01
5
-30
/
+33
*
i964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visitor.h
Jason Ekstrand
2017-03-01
2
-2
/
+2
*
i965/gs: Add the gl_prim_to_hw_prim table to vec4_gs_visitor.cpp
Jason Ekstrand
2017-03-01
1
-1
/
+19
*
i965: Don't use MAX_SURFACES in mark_surface_used
Jason Ekstrand
2017-03-01
1
-1
/
+4
*
i965: Get rid of BRW_PRIM_OFFSET
Jason Ekstrand
2017-03-01
2
-14
/
+2
*
i965/vue_map: Stop using GLbitfield types
Jason Ekstrand
2017-03-01
2
-9
/
+9
*
i965: Move assign_common_binding_table_offsets to brw_program
Jason Ekstrand
2017-03-01
4
-93
/
+94
*
i965: Move some gen4 WM defines to brw_compiler.h
Jason Ekstrand
2017-03-01
4
-42
/
+46
*
i965: Move brw_disassemble_inst to brw_eu.h
Jason Ekstrand
2017-03-01
2
-4
/
+2
*
i965: Move some helpers from brw_context.h to brw_shader.h
Jason Ekstrand
2017-03-01
3
-16
/
+18
*
i965: Move a couple of #defines from brw_context to brw_compiler
Jason Ekstrand
2017-03-01
2
-18
/
+16
*
i965: Drop unused STATE_TEXRECT_SCALE code.
Kenneth Graunke
2017-03-01
3
-27
/
+0
*
i965/fs: emit MOV_INDIRECT with the source with the right register type
Samuel Iglesias Gonsálvez
2017-03-01
1
-1
/
+1
*
i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handles
Samuel Iglesias Gonsálvez
2017-03-01
1
-3
/
+3
*
i965/fs: fix indirect load DF uniforms on BSW/BXT
Samuel Iglesias Gonsálvez
2017-03-01
1
-21
/
+20
*
i965/fs: detect different bit size accesses to uniforms to push them in prope...
Samuel Iglesias Gonsálvez
2017-03-01
1
-16
/
+34
*
i965/fs: mark last DF uniform array element as 64 bit live one
Samuel Iglesias Gonsálvez
2017-03-01
1
-0
/
+3
*
i965: Move intel_resolve_map.[ch] from i965_compiler_FILES to i965_FILES
Kenneth Graunke
2017-02-27
1
-3
/
+3
*
drirc: add force_glsl_version=440 for The Culling
Samuel Pitoiset
2017-02-27
1
-0
/
+4
*
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
[next]