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/blorp: Only set src_z for gen8+ 3D textures
Jason Ekstrand
2016-06-22
1
-2
/
+9
*
i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types
Jason Ekstrand
2016-06-22
2
-2
/
+2
*
i965/gen4: Subtract 1 from buffer sizes
Jason Ekstrand
2016-06-22
1
-3
/
+3
*
i965: Remove fake W-tiled render target support
Jason Ekstrand
2016-06-22
3
-47
/
+9
*
i965/fs: Use a default Y coordinate of 0 for TXF on gen9+
Jason Ekstrand
2016-06-22
1
-0
/
+2
*
i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
Jason Ekstrand
2016-06-22
1
-2
/
+2
*
i965/blorp/gen8: Use the correct max level and layer in emit_surface_states
Jason Ekstrand
2016-06-22
1
-3
/
+2
*
i965: Drop the maximum 3D texture size to 512 on Sandy Bridge
Jason Ekstrand
2016-06-22
1
-1
/
+10
*
i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctly
Jason Ekstrand
2016-06-22
1
-1
/
+3
*
i965/gen4: Pull texture formats from the texture object not the miptree
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
i965: Fix point size with tessellation/geometry shaders in GLES.
Kenneth Graunke
2016-06-22
4
-9
/
+59
*
i965: move vs outputs written into a helper
Timothy Arceri
2016-06-22
2
-31
/
+47
*
i965: Reorganize prog_data->total_scratch code a bit.
Kenneth Graunke
2016-06-21
1
-16
/
+19
*
i965: get PrimitiveMode from the program rather than the shader struct
Timothy Arceri
2016-06-21
1
-3
/
+2
*
i965: Fix multiplication of immediates on Cherryview/Broxton.
Kenneth Graunke
2016-06-20
1
-1
/
+4
*
i965: Delete redundant extension enables
Ian Romanick
2016-06-20
1
-9
/
+0
*
i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT
Samuel Iglesias Gonsálvez
2016-06-17
1
-3
/
+25
*
i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXT
Iago Toral Quiroga
2016-06-17
1
-0
/
+25
*
i965: Fix comment about CS scratch space encodings on Broadwell+.
Kenneth Graunke
2016-06-16
1
-1
/
+1
*
i965: Drop perf_debug about rasterizer discard in SOL vs. clipper.
Kenneth Graunke
2016-06-16
1
-3
/
+5
*
i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available.
Kenneth Graunke
2016-06-16
1
-1
/
+3
*
i965: remove remaining tabs in brw_link.cpp
Timothy Arceri
2016-06-16
1
-13
/
+13
*
i965: Use bitmask/ffs to iterate used vertex attributes.
Mathias Fröhlich
2016-06-16
1
-5
/
+5
*
i965: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
1
-10
/
+11
*
radeon/r200: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
2
-20
/
+18
*
mesa: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
1
-12
/
+10
*
radeon/r200: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2016-06-16
2
-41
/
+41
*
nouveau: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2016-06-16
3
-26
/
+38
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
5
-5
/
+5
*
i965: Convert i965 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
3
-12
/
+3
*
i915: Convert i915 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-10
/
+7
*
r200: convert r200 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-5
/
+2
*
mesa/glsl: stop using GL shader type internally
Timothy Arceri
2016-06-16
4
-15
/
+10
*
i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.
Kenneth Graunke
2016-06-15
2
-2
/
+5
*
i965: Use a uniform for gl_PatchVerticesIn in the TES.
Kenneth Graunke
2016-06-15
1
-0
/
+1
*
i965: remove type_size_vec4_times_4()
Timothy Arceri
2016-06-15
4
-17
/
+3
*
i965: Check return value of screen->image.loader->getBuffers (v2)
Tomasz Figa
2016-06-14
1
-6
/
+9
*
i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variable
Jason Ekstrand
2016-06-13
2
-2
/
+4
*
i965: Defeat the register stride checker in pull uniform messages.
Samuel Iglesias Gonsálvez
2016-06-13
1
-1
/
+1
*
i965: Defeat the register stride checker in URB reads.
Kenneth Graunke
2016-06-13
1
-1
/
+1
*
i965: Fix issues with number of VS URB entries on Cherryview/Broxton.
Kenneth Graunke
2016-06-13
2
-2
/
+5
*
i965/fs: Fix regs_written for SIMD-lowered instructions some more.
Francisco Jerez
2016-06-13
1
-3
/
+3
*
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
2016-06-13
17
-18
/
+31
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
8
-49
/
+70
*
i965: Fix scratch overallocation if the original slot size was already a powe...
Francisco Jerez
2016-06-13
1
-1
/
+1
*
i965: Fix encode_slm_size() to take a generation, not a device info.
Kenneth Graunke
2016-06-13
2
-3
/
+4
*
i965: Don't leak scratch BOs for TCS/TES.
Kenneth Graunke
2016-06-13
1
-0
/
+4
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+0
*
dri/common: remove unused libdri_test_stubs.la
Emil Velikov
2016-06-13
3
-104
/
+1
*
i965: Use the correct number of threads for compute shaders.
Kenneth Graunke
2016-06-12
1
-1
/
+3
[next]