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
/
gallium
/
auxiliary
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-17
tgsi: Scan input interpolators, too.
Michal Krol
2
-0
/
+2
2009-09-14
util: Add _BitScanForward intrinsic's declaration.
José Fonseca
1
-1
/
+3
2009-09-14
util: Fix a1r5g5b5's format description.
José Fonseca
1
-1
/
+1
2009-09-13
tgsi: handle some src/dst aliasing in tgsi_sse2.c
Keith Whitwell
1
-8
/
+23
2009-09-12
tgsi: implement saturation
Keith Whitwell
1
-17
/
+26
2009-09-12
tgsi: add missing implementation of constant decl change
Keith Whitwell
1
-8
/
+61
2009-09-12
ureg: add a mechanism to get the built tokens rather than a full shader
Keith Whitwell
2
-0
/
+30
2009-09-12
ureg: add generic emitters for tex and branch instructions
Keith Whitwell
2
-11
/
+80
2009-09-12
tgsi/ureg: give ureg_DECL_constant an explicit index parameter
Keith Whitwell
2
-2
/
+6
2009-09-12
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
3
-41
/
+38
2009-09-12
tgsi: free tokens on error
Keith Whitwell
1
-0
/
+3
2009-09-12
tgsi: sanity check ureg programs
Keith Whitwell
1
-0
/
+10
2009-09-12
tgsi: add const qualifier
Keith Whitwell
2
-2
/
+2
2009-09-10
util: remove unneeded #includes
Brian Paul
1
-6
/
+0
2009-09-10
util: minor clean-ups, reformatting
Brian Paul
1
-17
/
+12
2009-09-10
Merge branch 'mesa_7_6_branch'
Brian Paul
2
-14
/
+43
2009-09-10
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2
-14
/
+43
2009-09-10
gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
Vinson Lee
1
-1
/
+1
2009-09-10
util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
Vinson Lee
1
-1
/
+1
2009-09-09
util: Fix depth/stencil format description.
José Fonseca
1
-4
/
+4
2009-09-09
Merge branch 'mesa_7_6_branch'
Brian Paul
7
-15
/
+20
2009-09-09
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
1
-2
/
+0
2009-09-09
gallium: Added HaikuOS platform
aljen
6
-13
/
+20
2009-09-08
gallium: added r8g8b8_get/put_tile_rgba()
Brian Paul
1
-1
/
+53
2009-09-09
util: Add super simple fifo
Jakob Bornecrantz
1
-0
/
+94
2009-09-07
util: Utility function to check if a number is a power of two.
José Fonseca
1
-0
/
+10
2009-09-04
tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.
Michal Krol
1
-2
/
+12
2009-09-03
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
4
-15
/
+69
2009-09-03
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
11
-174
/
+429
2009-09-02
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
4
-15
/
+100
2009-09-02
draw: remove unused variable
Keith Whitwell
1
-1
/
+0
2009-09-01
tgsi: remove redundant CND0 opcode
Keith Whitwell
5
-21
/
+2
2009-08-30
util: Auto generate pixel format accessor functions from
José Fonseca
8
-93
/
+699
2009-08-30
Merge branch 'mesa_7_5_branch'
Michel Dänzer
1
-2
/
+6
2009-08-29
util: Add util_unsigned_logbase2.
José Fonseca
1
-0
/
+12
2009-08-29
util: Dump PIPE_FUNC_x value names.
José Fonseca
2
-0
/
+29
2009-08-29
util: Fix SCons build.
José Fonseca
1
-0
/
+4
2009-08-29
util: Auto-generate u_format_table.c from SConscript.
José Fonseca
1
-0
/
+7
2009-08-29
util: Fix blend factor dumping.
José Fonseca
1
-0
/
+2
2009-08-29
util: New file dedicated to dump state in human/machine readable format.
José Fonseca
4
-0
/
+225
2009-08-29
util: Make pixel format layout more meaningful.
José Fonseca
3
-109
/
+114
2009-08-29
util: Don't commit u_format_table.c
José Fonseca
2
-1925
/
+1
2009-08-29
util: Fix r5g6b5 description.
José Fonseca
3
-10
/
+13
2009-08-29
util: Pixel format database.
José Fonseca
7
-0
/
+2397
2009-08-28
util: Reset size to zero when failed to allocate buffer.
José Fonseca
1
-2
/
+6
2009-08-27
Merge branch 'mesa_7_5_branch'
Brian Paul
2
-0
/
+206
2009-08-27
gallium/util: added support for SRGB formats
Brian Paul
1
-0
/
+196
2009-08-27
gallium/util: added cases for SRGB formats
Brian Paul
1
-0
/
+10
2009-08-24
tgsi: Fix build error due to commit acc7da90
Cooper Yuan
1
-6
/
+6
2009-08-24
tgsi: Only free temp uregs.
José Fonseca
1
-2
/
+3
[next]