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
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
14
-50
/
+68
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
10
-59
/
+73
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
10
-25
/
+29
*
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
2016-10-05
8
-25
/
+28
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
18
-96
/
+121
*
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
2016-10-05
7
-62
/
+66
*
i965/sync: Rename awkward variable
Chad Versace
2016-10-05
1
-6
/
+6
*
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Chad Versace
2016-10-05
3
-2
/
+2
*
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
2016-10-05
3
-37
/
+37
*
i965/sync: Fix uninitalized usage and leak of mutex
Chad Versace
2016-10-05
1
-2
/
+12
*
i965: use L3 data cache for SSBOs
Lionel Landwerlin
2016-10-05
1
-1
/
+2
*
i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
i965: Fix brw_clear_cache to clean up TCS/TES shaders.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.
Kenneth Graunke
2016-10-04
1
-2
/
+5
*
i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.
Kenneth Graunke
2016-10-04
1
-1
/
+3
*
i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: Enable ARB_shader_atomic_counter_ops
Ian Romanick
2016-10-04
4
-6
/
+50
*
i965: Refactor emission of atomic counter operations
Ian Romanick
2016-10-04
4
-30
/
+27
*
i965: fix unused variable warning in brw_emit_gpgpu_walker()
Timothy Arceri
2016-10-05
1
-2
/
+1
*
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
2016-10-05
1
-1
/
+1
*
i965: wrap unused function in #ifndef NDEBUG
Timothy Arceri
2016-10-05
1
-0
/
+2
*
i965: fix unused variable warning in gen7_block_read_scratch()
Timothy Arceri
2016-10-05
1
-2
/
+1
*
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
2016-10-05
1
-1
/
+1
*
anv/gen7: Make use of local variable prog_data
Anuj Phogat
2016-10-04
1
-2
/
+2
*
i965/gen8+: Enable GL_OES_viewport_array
Anuj Phogat
2016-10-04
2
-2
/
+4
*
i965: Only emit 1 viewport when possible.
Kenneth Graunke
2016-10-03
10
-30
/
+75
*
i965: rename max_ds_* variable to max_tes_*
Timothy Arceri
2016-10-03
4
-5
/
+5
*
i965: rename max_hs_* variables to max_tcs_*
Timothy Arceri
2016-10-03
4
-5
/
+5
*
i965: Drop pointless stage == MESA_SHADER_FRAGMENT checks.
Kenneth Graunke
2016-10-02
1
-5
/
+1
*
i915/i965: remove commented out warning
Timothy Arceri
2016-10-01
1
-3
/
+1
*
i965: Remove useless (harmful) assertion
Ben Widawsky
2016-09-28
1
-1
/
+1
*
glsl: don't crash when dumping shaders if some come from cache
Timothy Arceri
2016-09-28
1
-4
/
+10
*
i965: create populate key functions for tcs and tes
Timothy Arceri
2016-09-27
4
-68
/
+88
*
i965: make gs key generation helper available to shader cache
Timothy Arceri
2016-09-27
2
-1
/
+5
*
i965: make vs and fs key generation helpers available to shader cache
Carl Worth
2016-09-27
4
-2
/
+10
*
i965: stop passing stage as a function parameter
Timothy Arceri
2016-09-26
1
-5
/
+3
*
i965: Enable EGL_KHR_gl_texture_3D_image
Adam Jackson
2016-09-23
1
-0
/
+3
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
26
-79
/
+71
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
18
-53
/
+52
*
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2016-09-22
1
-1
/
+1
*
i965: Enable ES 3.2 on Skylake.
Kenneth Graunke
2016-09-21
1
-1
/
+2
*
i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.
Chuanbo Weng
2016-09-21
1
-2
/
+7
*
i965/ir: Test thread dispatch packing assumptions.
Francisco Jerez
2016-09-21
1
-0
/
+30
*
i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch...
Francisco Jerez
2016-09-21
2
-3
/
+11
*
i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...
Francisco Jerez
2016-09-21
3
-0
/
+65
*
i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNEL
Jason Ekstrand
2016-09-21
5
-13
/
+50
*
i965/reg: Make brw_sr0_reg take a subnr and return a vec1 reg
Jason Ekstrand
2016-09-21
2
-13
/
+9
[next]