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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-10
gallium: fixed modulo zero crashes in tgsi interpreter (v2)
Marius Gräfe
1
-20
/
+20
2017-06-10
nir: make various getters take const pointers
Grazvydas Ignotas
2
-13
/
+14
2017-06-09
i965/cnl: Add a preliminary device for Cannonlake
Ben Widawsky
1
-0
/
+46
2017-06-09
anv: Don't advertise support on anything above gen9
Jason Ekstrand
1
-1
/
+1
2017-06-09
i965/cnl: Enable CCS_E and RT support for few formats
Anuj Phogat
1
-9
/
+9
2017-06-09
i965/cnl: Reformat surface_format_info table to accomodate gen10+
Anuj Phogat
1
-263
/
+263
2017-06-09
i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3
Anuj Phogat
5
-4
/
+34
2017-06-09
i965/cnl: Don't resolve single sampled color rb in case of sRGB formats
Anuj Phogat
1
-1
/
+1
2017-06-09
i965/cnl: Implement depth count workaround
Ben Widawsky
1
-0
/
+8
2017-06-09
i965/cnl: Start using CNL MOCS defines
Anuj Phogat
4
-4
/
+16
2017-06-09
i965/cnl: Handle gen10 in switch cases across the driver
Anuj Phogat
8
-1
/
+24
2017-06-09
i965/cnl: Update few assertions
Anuj Phogat
2
-2
/
+2
2017-06-09
i965/cnl: Add cnl bits in aubinator
Anuj Phogat
1
-3
/
+5
2017-06-09
i965/cnl: Add pci id for INTEL_DEVID_OVERRIDE
Anuj Phogat
1
-0
/
+1
2017-06-09
i965/cnl: Wire up android Mesa build files for gen10
Anuj Phogat
4
-1
/
+69
2017-06-09
i965/cnl: Wire up Mesa build files for gen10
Anuj Phogat
5
-4
/
+27
2017-06-09
intel/genxml: Update genx_bits for gen10+
Anuj Phogat
1
-4
/
+2
2017-06-09
i965/cnl: Add gen10 specific function declarations
Anuj Phogat
3
-0
/
+15
2017-06-09
i965/cnl: Include gen10_pack.h
Anuj Phogat
1
-0
/
+2
2017-06-09
i965/cnl: Define genX(x) and GENX(x) for gen10
Anuj Phogat
1
-0
/
+3
2017-06-09
i965/genxml: Add gen10.xml
Jason Ekstrand
1
-0
/
+3562
2017-06-09
i965: Make feature macros gen8 based
Ben Widawsky
1
-8
/
+5
2017-06-09
radv: set fmask state to all 0s when no fmask. (v2)
Dave Airlie
1
-1
/
+2
2017-06-09
i965: Temporarily disable async mappings on non-LLC
Matt Turner
1
-2
/
+2
2017-06-09
mesa/main/debug: Check if we successfully reopened the ppm file.
Rafael Antognolli
1
-0
/
+5
2017-06-09
tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentation
Brian Paul
1
-2
/
+3
2017-06-09
gallium/wgl: Allow context creation even if SetPixelFormat() wasn't called
Frank Richter
1
-1
/
+7
2017-06-09
st/dri: support format modifier queries
Varad Gautam
1
-1
/
+23
2017-06-09
gallium: introduce format modifier querying
Varad Gautam
1
-0
/
+14
2017-06-09
st/dri: support format queries
Varad Gautam
1
-0
/
+118
2017-06-09
st/dri: implement DRIimage creation from dmabufs with modifiers
Varad Gautam
1
-5
/
+40
2017-06-09
st/dri: implement createImageWithModifiers in DRIimage
Varad Gautam
2
-5
/
+68
2017-06-09
st/dri: enable DRIimage modifier queries
Varad Gautam
1
-0
/
+12
2017-06-09
gallium/winsys/drm: introduce modifier field to winsys_handle
Varad Gautam
2
-0
/
+13
2017-06-09
mesa: make use of NewScissorTest driver flags
Samuel Pitoiset
2
-3
/
+3
2017-06-09
mesa: make use of NewScissorRect driver flags
Samuel Pitoiset
2
-2
/
+4
2017-06-09
mesa: add gl_driver_flags::NewScissor{Rect,Test}
Samuel Pitoiset
1
-0
/
+6
2017-06-09
egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
Tapani Pälli
4
-5
/
+9
2017-06-09
radv: introduce perf test env var and allow to enable chaining
Dave Airlie
7
-4
/
+20
2017-06-09
mesa: add KHR_no_error support to glDrawRangeElements*()
Timothy Arceri
1
-3
/
+10
2017-06-09
mesa: rework _ae_invalidate_state() so that it just sets a dirty flag
Timothy Arceri
3
-18
/
+19
2017-06-09
mesa: remove redundant _ae_invalidate_state() call
Timothy Arceri
1
-3
/
+0
2017-06-09
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
16
-45
/
+22
2017-06-09
mesa: rework vbo_exec_init()
Timothy Arceri
3
-8
/
+18
2017-06-09
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
13
-22
/
+33
2017-06-09
st/mesa: add st_invalidate_buffers() helper
Timothy Arceri
4
-16
/
+26
2017-06-09
r200/radeon: stop calling _ae_invalidate_state() directly
Timothy Arceri
2
-4
/
+0
2017-06-08
swr: relax c++ requirement from c++14 to c++11
Tim Rowley
3
-16
/
+17
2017-06-08
radeonsi: call LLVMAddEarlyCSEMemSSAPass only for LLVM >= 4.0
Juan A. Suarez Romero
1
-0
/
+2
2017-06-08
gallium/radeon: don't allocate HTILE in a separate buffer
Marek Olšák
8
-59
/
+41
[next]