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
2008-02-23
Don't parse mesa's rtasm asm module.
José Fonseca
1
-2
/
+1
2008-02-21
gallium: new draw stage for polygon stipple.
Brian
8
-0
/
+742
2008-02-21
gallium: new AA point drawing stage
Brian
7
-1
/
+892
2008-02-21
gallium: fill in some blend/rasterizer template fields to make sure they're a...
Brian
1
-0
/
+8
2008-02-21
gallium: comments, white-space clean-up
Brian
1
-23
/
+30
2008-02-21
[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systems
Keith Whitwell
2
-35
/
+35
2008-02-21
[PATCH] gallium: include p_compiler.h for boolean defn
Keith Whitwell
1
-0
/
+2
2008-02-21
draw: vertex cache rework
Keith Whitwell
5
-37
/
+53
2008-02-21
tgsi: print debug messages on failure to codegenerate
Keith Whitwell
1
-0
/
+6
2008-02-21
Cell: Remove erroneous ALIGN16_ATTRIB attributes
Ian Romanick
1
-3
/
+3
2008-02-21
Cell: Add spu_dcache.c to Makefile.
Ian Romanick
1
-0
/
+1
2008-02-21
Cell: Initial scalar implementation of spu_dcache_mark_dirty
Ian Romanick
1
-6
/
+16
2008-02-21
Cell: Fix off-by-one error in spu_dcache_fetch_unaligned
Ian Romanick
2
-6
/
+6
2008-02-21
Cell: Initial pass at unified data cache
Ian Romanick
8
-95
/
+194
2008-02-20
gallium: include p_inlines.h
Brian
1
-0
/
+1
2008-02-20
gallium: s/pipe_reference_texture/pipe_texture_reference/
Brian
1
-1
/
+1
2008-02-20
gallium: re-fix some msvc warnings
Brian
1
-8
/
+8
2008-02-20
cell: use pipe_texture_reference()
Brian
1
-1
/
+3
2008-02-20
gallium: replace some ordinary assignments with pipe_reference_texture()
Brian
10
-9
/
+24
2008-02-20
gallium: fix bad ptr comparison
Brian
1
-1
/
+1
2008-02-20
cell: rename cell_state_fs.c -> cell_state_shader.c
Brian
2
-1
/
+1
2008-02-20
cell: init shader-related functions in cell_init_shader_functions()
Brian
4
-36
/
+55
2008-02-20
cell: #includes to silence warnings
Brian
2
-0
/
+2
2008-02-20
cell: plug in cell_set_sampler_texture
Brian
1
-0
/
+2
2008-02-20
Remove obsolete files replaced by cell_pipe_state.c
Brian
5
-454
/
+0
2008-02-20
cell: put most simple state-setter functions in new cell_pipe_state.c file
Brian
7
-124
/
+389
2008-02-20
gallium: re-org of i965 texture/surface code, functions
Brian
4
-57
/
+60
2008-02-20
gallium: minor re-org of 915 surface/texture code
Brian
4
-60
/
+84
2008-02-20
gallium: new pipe->texture_update() function
Brian
16
-28
/
+104
2008-02-20
gallium: mark texture object data dirty in do_copy_texsubimage()
Brian
1
-0
/
+4
2008-02-20
gallium: re-enable GenerateMipmap calls
Brian
1
-17
/
+2
2008-02-20
Test calling glTexSubImage2D mid-way through a frame.
Brian
2
-0
/
+224
2008-02-20
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
8
-71
/
+115
2008-02-20
gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()
Brian
3
-4
/
+6
2008-02-19
gallium: general clean-up of xlib winsys Makefile
Brian
1
-29
/
+12
2008-02-19
gallium: initialize the killmask register to zero before running shader
Brian
1
-0
/
+3
2008-02-19
gallium: add some casts to prevent likely msvc warnings
Brian
1
-3
/
+3
2008-02-19
gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()
Brian
1
-23
/
+18
2008-02-19
gallium: implement correct sampling for RECT targets / unnormalized texcoords
Brian
1
-25
/
+143
2008-02-19
gallium: updated cell build
Brian
2
-13
/
+18
2008-02-19
Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.
Ian Romanick
1
-1
/
+1
2008-02-19
Cell: emit vertex shaders and uniforms more intelligently
Ian Romanick
7
-60
/
+85
2008-02-19
Cell: trivial clean-ups
Ian Romanick
1
-6
/
+2
2008-02-19
Fix windows build.
José Fonseca
3
-3
/
+4
2008-02-19
Portability fixes.
José Fonseca
1
-12
/
+23
2008-02-19
Windows (DDK) compilation support.
José Fonseca
1
-13
/
+36
2008-02-19
Remove src/mesa and src/mesa/main from gallium source include paths.
José Fonseca
16
-64
/
+532
2008-02-19
Bring in ppc spe rtasm into gallium's rtasm module.
José Fonseca
7
-17
/
+19
2008-02-19
Add run-time cpu capabilities detection stubs.
José Fonseca
5
-3
/
+97
2008-02-19
Simplify makefile boilerplate code.
José Fonseca
34
-125
/
+60
[next]