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
*
i965: Emit surface states for extra planes prior to gen8
Jason Ekstrand
2016-06-08
2
-0
/
+18
*
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
Dave Airlie
2016-06-09
1
-2
/
+2
*
i965: Integrate precise trig into configuration infrastructure
Gurchetan Singh
2016-06-07
4
-2
/
+10
*
i965/gen8: fix cull distance emission for tessellation shaders.
Dave Airlie
2016-06-07
1
-3
/
+5
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+5
*
i965/gs/scalar: Fix load input for doubles
Samuel Iglesias Gonsálvez
2016-06-06
1
-18
/
+54
*
i965/fs: fix offset when loading double vector input varyings
Samuel Iglesias Gonsálvez
2016-06-06
1
-1
/
+21
*
i965/fs: fix FS_OPCODE_CINTERP for unpacked double input varyings
Samuel Iglesias Gonsálvez
2016-06-06
1
-1
/
+12
*
i965: don't use NumLayers for 3D textures.
Dave Airlie
2016-06-06
1
-1
/
+1
*
i965/ps_state: Use wm_prog_data.has_side_effects
Jason Ekstrand
2016-06-03
2
-9
/
+6
*
i965/fs Add a wm_prog_data bit for has_side_effects
Jason Ekstrand
2016-06-03
2
-0
/
+15
*
Revert "i965/fs: Allow scalar source regions on SNB math instructions."
Francisco Jerez
2016-06-03
3
-7
/
+14
*
i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N).
Francisco Jerez
2016-06-03
1
-0
/
+12
*
isl: add support for Android libmesa_isl static library
Mauro Rossi
2016-06-02
1
-1
/
+2
*
i965: Add _NEW_POINT to a couple of comments.
Kenneth Graunke
2016-06-02
3
-3
/
+3
*
i965/fs: Reindent emit_zip().
Francisco Jerez
2016-06-02
1
-14
/
+14
*
i965/fs: Skip SIMD lowering destination zipping if possible.
Francisco Jerez
2016-06-02
1
-0
/
+55
*
blorp: Fix 16x multisample scaled blits
Anuj Phogat
2016-06-02
1
-7
/
+10
*
meta: Fix indentation in shader code
Anuj Phogat
2016-06-02
1
-2
/
+2
*
i965: Add missing types to type_sz().
Matt Turner
2016-06-02
1
-1
/
+5
*
i965/formatquery: remove INTERNALFORMAT_PREFERRED implementation
Alejandro Piñeiro
2016-06-02
1
-71
/
+0
*
i965/eu: use simd8 when exec_size != EXECUTE_16
Alejandro Piñeiro
2016-06-02
1
-2
/
+2
*
i965: Remove old CS local ID handling
Jordan Justen
2016-06-01
6
-120
/
+2
*
i965: Enable cross-thread constants and compact local IDs for hsw+
Jordan Justen
2016-06-01
3
-14
/
+6
*
i965: Support new local ID push constant & cross-thread constants
Jordan Justen
2016-06-01
2
-45
/
+52
*
i965: Add CS push constant info to brw_cs_prog_data
Jordan Justen
2016-06-01
2
-0
/
+73
*
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
2016-06-01
3
-25
/
+23
*
i965: Add nir based intrinsic lowering and thread ID uniform
Jordan Justen
2016-06-01
4
-0
/
+190
*
i965: Put CS local thread ID uniform in last push register
Jordan Justen
2016-06-01
1
-1
/
+25
*
i965: Add uniform for a CS thread local base ID
Jordan Justen
2016-06-01
3
-1
/
+21
*
i965: Add nir channel_num system value
Jordan Justen
2016-06-01
1
-0
/
+15
*
nir: Make lowering gl_LocalInvocationIndex optional
Jordan Justen
2016-06-01
1
-1
/
+2
*
glsl: Add glsl LowerCsDerivedVariables option
Jordan Justen
2016-06-01
1
-0
/
+1
*
i965/fs: Copy the offset when lowering logical pull constant sends
Jason Ekstrand
2016-06-01
1
-0
/
+8
*
i965: Fix isoline reads in scalar TES.
Kenneth Graunke
2016-06-01
1
-1
/
+1
*
i965: If control_data_header_size_bits is zero, don't do EndPrimitive
Ian Romanick
2016-06-01
2
-0
/
+6
*
i965: Add norbc debug option
Topi Pohjolainen
2016-06-01
3
-0
/
+4
*
i965/gen9: Configure rbc buffers as plain for non-rbc tex views
Topi Pohjolainen
2016-06-01
2
-3
/
+48
*
i965: Fix the passthrough TCS for isolines.
Kenneth Graunke
2016-05-31
1
-7
/
+12
*
i965/xfb: skip components in correct buffer.
Dave Airlie
2016-06-01
1
-4
/
+6
*
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
2016-05-31
3
-17
/
+8
*
i965/fs: Fix constant combining for instructions that cannot accept source mods.
Francisco Jerez
2016-05-31
1
-4
/
+3
*
i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.
Francisco Jerez
2016-05-31
1
-8
/
+8
*
i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...
Francisco Jerez
2016-05-31
1
-10
/
+36
*
i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.
Francisco Jerez
2016-05-31
1
-1
/
+23
*
i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...
Francisco Jerez
2016-05-31
1
-10
/
+25
*
i965/fs: Fix compute-to-mrf VGRF region coverage condition.
Francisco Jerez
2016-05-31
1
-3
/
+6
*
i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...
Francisco Jerez
2016-05-31
1
-47
/
+13
*
i965/fs: Teach regions_overlap() about COMPR4 MRF regions.
Francisco Jerez
2016-05-31
1
-3
/
+17
*
Revert "osmesa: don't try to bundle osmesa.def SConscript"
Emil Velikov
2016-05-30
1
-0
/
+2
[next]