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-03-18
i965: Scissor to the viewport when rendering points/lines.
Kenneth Graunke
2
-5
/
+8
2016-03-18
i965: Include the viewport in the scissor rectangle.
Kenneth Graunke
1
-4
/
+4
2016-03-18
i965: Introduce an is_drawing_lines() helper.
Kenneth Graunke
1
-0
/
+30
2016-03-18
i965: Move is_drawing_points to brw_state.h.
Kenneth Graunke
2
-24
/
+24
2016-03-18
i965: Fix gl_TessLevelOuter[] for isolines.
Kenneth Graunke
2
-6
/
+22
2016-03-18
i965: Decode non-normalized coordinates bit in SAMPLER_STATE.
Kenneth Graunke
1
-2
/
+3
2016-03-18
i965: Account for TES in is_drawing_points().
Kenneth Graunke
1
-1
/
+8
2016-03-19
nv50: Mark compute states as dirty on context switch
Pierre Moreau
1
-0
/
+1
2016-03-19
nv50/ir: print SUBFM subops
Samuel Pitoiset
1
-0
/
+9
2016-03-19
nv50: add a new validation path for compute
Samuel Pitoiset
1
-12
/
+13
2016-03-19
nv50: rework nv50_compute_validate_program()
Samuel Pitoiset
3
-31
/
+17
2016-03-19
nv50: rework the validation path for 3D
Samuel Pitoiset
4
-16
/
+36
2016-03-19
nv50: rename 3d binding points to NV50_BIND_3D_XXX
Samuel Pitoiset
8
-46
/
+46
2016-03-19
nv50: rename 3d dirty flags to NV50_NEW_3D_XXX
Samuel Pitoiset
8
-112
/
+112
2016-03-19
nv50: rename NV50_COMPUTE to NV50_CP
Samuel Pitoiset
3
-52
/
+52
2016-03-19
nv50: rename nv50_context::dirty to nv50_context::dirty_3d
Samuel Pitoiset
8
-57
/
+57
2016-03-18
st/mesa: clean up st_translate_texture_target()
Brian Paul
1
-25
/
+44
2016-03-18
st/mesa: simplify drawpixels shader code with tgsi transform helper functions
Brian Paul
1
-64
/
+18
2016-03-18
st/mesa: simplify bitmap shader code with tgsi transform helper functions
Brian Paul
1
-37
/
+8
2016-03-18
tgsi: add tgsi_transform_op3_inst() function
Brian Paul
1
-0
/
+34
2016-03-18
doc: add 'vec4' option in INTEL_DEBUG
Juan A. Suarez Romero
1
-0
/
+1
2016-03-18
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
3
-1
/
+13
2016-03-17
gallium/swr: Cleaned up some context-resource management
George Kyriazis
5
-26
/
+27
2016-03-18
mesa: remove remaining tabs in prog_parameter.c
Timothy Arceri
1
-8
/
+8
2016-03-18
mesa: inline _mesa_add_unnamed_constant()
Timothy Arceri
2
-24
/
+6
2016-03-18
mesa: simplify and inline _mesa_lookup_parameter_index()
Timothy Arceri
3
-41
/
+18
2016-03-18
mesa: make _mesa_lookup_parameter_constant static
Timothy Arceri
2
-100
/
+94
2016-03-18
mesa: remove unused function
Timothy Arceri
1
-6
/
+0
2016-03-17
st/mesa: honour sized internal formats in st_choose_format (v2)
Nicolai Hähnle
1
-21
/
+6
2016-03-17
configure.ac: enable_asm=yes when x-compiling across same X86 arch
Dongwon Kim
1
-2
/
+4
2016-03-18
glsl: disable varying packing when its not safe
Timothy Arceri
4
-53
/
+180
2016-03-18
glsl: pass disable_varying_packing bool to the lowering pass
Timothy Arceri
3
-15
/
+24
2016-03-17
radeonsi: fix Hyper-Z hangs on P2 configs
Marek Olšák
1
-2
/
+8
2016-03-17
docs: Renormalize older extensions.
Romain Failliot
1
-26
/
+26
2016-03-17
docs: Renormalize some extensions.
Romain Failliot
1
-3
/
+3
2016-03-17
docs: Realign the "Status" column.
Romain Failliot
1
-139
/
+139
2016-03-17
docs: howto to read and edit GL3.txt
Romain Failliot
1
-5
/
+20
2016-03-17
r300g: add missing layer argument to rws->buffer_get_handle() call
Brian Paul
1
-1
/
+1
2016-03-17
radeon/winsys: add layer support for BO export
Christian König
4
-0
/
+7
2016-03-17
radeon/winsys: add offset support for BO import/export
Christian König
5
-18
/
+33
2016-03-17
gallium/winsys/drm: add layer to struct winsys_handle
Christian König
1
-0
/
+5
2016-03-17
gallium/winsys/drm: add offset to struct winsys_handle
Christian König
6
-0
/
+13
2016-03-17
nir: propagate bitsize information in nir_search
Connor Abbott
3
-27
/
+247
2016-03-17
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
28
-76
/
+137
2016-03-17
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
24
-130
/
+130
2016-03-17
nir: update opcode definitions for different bit sizes
Connor Abbott
7
-158
/
+283
2016-03-17
nir: add nir_{src,dest}_bit_size() helpers
Connor Abbott
1
-0
/
+12
2016-03-17
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
3
-4
/
+46
2016-03-17
nir/types: add a function to get the bitsize of a base type
Connor Abbott
1
-0
/
+21
2016-03-17
i965/nir: fix check to resolve booleans to work with sized nir_alu_type
Samuel Iglesias Gonsálvez
1
-1
/
+1
[prev]
[next]