index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-18
nv50/ir: add missing strings for some recent sysvals
Samuel Pitoiset
1
-0
/
+3
2016-06-17
swr: Update screen->context pointer with multiple contexts.
Bruce Cherniak
2
-3
/
+7
2016-06-17
scons: put the generated git_sha1.h file in top-level src/ directory
Brian Paul
2
-44
/
+50
2016-06-17
swr: switch from overriding -march to selecting features
Tim Rowley
2
-6
/
+9
2016-06-17
mesa: remove remaining tabs in api_validate.c
Timothy Arceri
1
-11
/
+11
2016-06-17
i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT
Samuel Iglesias Gonsálvez
1
-3
/
+25
2016-06-17
i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXT
Iago Toral Quiroga
1
-0
/
+25
2016-06-16
docs: Mention GL_ARB_ES3_1_compatibility in release notes.
Kenneth Graunke
1
-0
/
+1
2016-06-16
i965: Fix comment about CS scratch space encodings on Broadwell+.
Kenneth Graunke
1
-1
/
+1
2016-06-16
docs: Update ARB_ES3_1_compatibility status for i965.
Kenneth Graunke
1
-1
/
+1
2016-06-16
i965: Drop perf_debug about rasterizer discard in SOL vs. clipper.
Kenneth Graunke
1
-3
/
+5
2016-06-16
i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available.
Kenneth Graunke
1
-1
/
+3
2016-06-16
mesa: If validation fails in a debug context just emit a debug message
Ian Romanick
1
-2
/
+15
2016-06-16
glsl: Always strip arrayness in precision_qualifier_allowed
Ian Romanick
1
-11
/
+6
2016-06-16
mesa/main: Update _mesa_new_shader.
Jose Fonseca
1
-1
/
+1
2016-06-16
st/vdpau: we support lumakeying now
Christian König
1
-0
/
+1
2016-06-16
vl: support luma keying for interlaced surfaces as well
Christian König
1
-35
/
+41
2016-06-16
i965: remove remaining tabs in brw_link.cpp
Timothy Arceri
1
-13
/
+13
2016-06-16
vbo: Use a bitmask to track the active arrays in vbo_save*.
Mathias Fröhlich
3
-55
/
+69
2016-06-16
vbo: Use a bitmask to track the active arrays in vbo_exec*.
Mathias Fröhlich
3
-70
/
+79
2016-06-16
mesa: Use bitmask/ffs to iterate the active_samplers bitmask.
Mathias Fröhlich
1
-3
/
+5
2016-06-16
mesa: Use bitmask/ffs to iterate the enabled textures.
Mathias Fröhlich
1
-15
/
+16
2016-06-16
mesa: Use designated bool value to check texture unit completeness.
Mathias Fröhlich
1
-1
/
+4
2016-06-16
mesa: Use bitmask/ffs to iterate SamplersUsed
Mathias Fröhlich
1
-21
/
+21
2016-06-16
i965: Use bitmask/ffs to iterate used vertex attributes.
Mathias Fröhlich
1
-5
/
+5
2016-06-16
i965: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
1
-10
/
+11
2016-06-16
radeon/r200: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2
-20
/
+18
2016-06-16
mesa: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
7
-121
/
+117
2016-06-16
mesa: Use bitmask/ffs to iterate color material attributes.
Mathias Fröhlich
2
-9
/
+12
2016-06-16
mesa: Use bitmask/ffs to build ff fragment shader keys.
Mathias Fröhlich
1
-3
/
+7
2016-06-16
mesa: Use bitmask/ffs to build ff vertex shader keys.
Mathias Fröhlich
1
-2
/
+4
2016-06-16
mesa: Remove the linked list of enabled lights
Mathias Fröhlich
4
-22
/
+1
2016-06-16
mesa: Switch to bitmask based enabled lights in gen_matypes.c
Mathias Fröhlich
1
-3
/
+1
2016-06-16
radeon/r200: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2
-41
/
+41
2016-06-16
nouveau: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
3
-26
/
+38
2016-06-16
tnl: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2
-8
/
+21
2016-06-16
mesa: Use bitmask/ffs to iterate enabled lights for ff shader keys.
Mathias Fröhlich
1
-13
/
+15
2016-06-16
mesa: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2
-14
/
+39
2016-06-16
mesa: Track enabled lights in a bitmask
Mathias Fröhlich
3
-0
/
+5
2016-06-16
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
12
-17
/
+17
2016-06-16
mesa: Remove the now unused CoordsReplace array.
Mathias Fröhlich
3
-8
/
+0
2016-06-16
i965: Convert i965 to use CoordsReplaceBits.
Mathias Fröhlich
3
-12
/
+3
2016-06-16
i915: Convert i915 to use CoordsReplaceBits.
Mathias Fröhlich
1
-10
/
+7
2016-06-16
r200: convert r200 to use CoordsReplaceBits.
Mathias Fröhlich
1
-5
/
+2
2016-06-16
gallium: Convert the state_tracker to use CoordsReplaceBits.
Mathias Fröhlich
1
-6
/
+2
2016-06-16
swrast: Convert swrast to use CoordsReplaceBits.
Mathias Fröhlich
1
-2
/
+2
2016-06-16
mesa: Add gl_point_attrib::CoordReplaceBits bitfield.
Mathias Fröhlich
5
-14
/
+26
2016-06-16
mesa/glsl: stop using GL shader type internally
Timothy Arceri
16
-57
/
+51
2016-06-15
auxilary/os: allow appending to GALLIUM_LOG_FILE
Brian Paul
1
-2
/
+13
2016-06-15
anv: Fix a harmless overflow warning
Chad Versace
1
-1
/
+1
[next]