index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
1
-5
/
+5
|
\
|
*
tgsi/sse: Pass the lodbias, not zero. More comments.
Brian Paul
2009-09-24
1
-5
/
+5
*
|
tgsi/sse: remove old comments
Brian Paul
2009-09-24
1
-8
/
+0
*
|
tgsi/sse: implement SEQ, SGT, SLE, SNE
Brian Paul
2009-09-24
1
-4
/
+4
*
|
pipebuffer: fix printf warnings
Keith Whitwell
2009-09-24
1
-1
/
+1
*
|
pipebuffer: fix warnings
Keith Whitwell
2009-09-24
1
-2
/
+2
*
|
draw: fix warning
Keith Whitwell
2009-09-24
1
-1
/
+1
*
|
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-0
/
+8
|
\
\
|
*
|
util: add util_is_power_of_two function
Keith Whitwell
2009-08-21
1
-0
/
+8
|
*
|
softpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-07-22
1
-0
/
+12
|
*
|
util: _debug_printf should print even when DEBUG is not defined
Keith Whitwell
2009-07-22
1
-2
/
+0
*
|
|
gallium debug: Add gcc printf hint to debug_printf
Nicolai Hähnle
2009-09-21
1
-3
/
+11
*
|
|
tgsi: Scan input interpolators, too.
Michal Krol
2009-09-17
2
-0
/
+2
*
|
|
util: Add _BitScanForward intrinsic's declaration.
José Fonseca
2009-09-14
1
-1
/
+3
*
|
|
util: Fix a1r5g5b5's format description.
José Fonseca
2009-09-14
1
-1
/
+1
*
|
|
tgsi: handle some src/dst aliasing in tgsi_sse2.c
Keith Whitwell
2009-09-13
1
-8
/
+23
*
|
|
tgsi: implement saturation
Keith Whitwell
2009-09-12
1
-17
/
+26
*
|
|
tgsi: add missing implementation of constant decl change
Keith Whitwell
2009-09-12
1
-8
/
+61
*
|
|
ureg: add a mechanism to get the built tokens rather than a full shader
Keith Whitwell
2009-09-12
2
-0
/
+30
*
|
|
ureg: add generic emitters for tex and branch instructions
Keith Whitwell
2009-09-12
2
-11
/
+80
*
|
|
tgsi/ureg: give ureg_DECL_constant an explicit index parameter
Keith Whitwell
2009-09-12
2
-2
/
+6
*
|
|
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
2009-09-12
3
-41
/
+38
*
|
|
tgsi: free tokens on error
Keith Whitwell
2009-09-12
1
-0
/
+3
*
|
|
tgsi: sanity check ureg programs
Keith Whitwell
2009-09-12
1
-0
/
+10
*
|
|
tgsi: add const qualifier
Keith Whitwell
2009-09-12
2
-2
/
+2
*
|
|
util: remove unneeded #includes
Brian Paul
2009-09-10
1
-6
/
+0
*
|
|
util: minor clean-ups, reformatting
Brian Paul
2009-09-10
1
-17
/
+12
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-10
2
-14
/
+43
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2009-09-10
2
-14
/
+43
|
*
|
gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
Vinson Lee
2009-09-10
1
-1
/
+1
*
|
|
util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
Vinson Lee
2009-09-10
1
-1
/
+1
*
|
|
util: Fix depth/stencil format description.
José Fonseca
2009-09-09
1
-4
/
+4
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
7
-15
/
+20
|
\
|
|
|
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-2
/
+0
|
|
\
\
|
|
*
|
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-02
4
-15
/
+100
|
|
*
|
draw: remove unused variable
Keith Whitwell
2009-09-02
1
-1
/
+0
|
*
|
|
gallium: Added HaikuOS platform
aljen
2009-09-09
6
-13
/
+20
*
|
|
|
gallium: added r8g8b8_get/put_tile_rgba()
Brian Paul
2009-09-08
1
-1
/
+53
*
|
|
|
util: Add super simple fifo
Jakob Bornecrantz
2009-09-09
1
-0
/
+94
*
|
|
|
util: Utility function to check if a number is a power of two.
José Fonseca
2009-09-07
1
-0
/
+10
|
/
/
/
*
|
|
tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.
Michal Krol
2009-09-04
1
-2
/
+12
*
|
|
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-03
4
-15
/
+69
*
|
|
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
11
-174
/
+429
*
|
|
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
5
-21
/
+2
*
|
|
util: Auto generate pixel format accessor functions from
José Fonseca
2009-08-30
8
-93
/
+699
*
|
|
Merge branch 'mesa_7_5_branch'
Michel Dänzer
2009-08-30
1
-2
/
+6
|
\
|
|
|
*
|
util: Reset size to zero when failed to allocate buffer.
José Fonseca
2009-08-28
1
-2
/
+6
*
|
|
util: Add util_unsigned_logbase2.
José Fonseca
2009-08-29
1
-0
/
+12
*
|
|
util: Dump PIPE_FUNC_x value names.
José Fonseca
2009-08-29
2
-0
/
+29
*
|
|
util: Fix SCons build.
José Fonseca
2009-08-29
1
-0
/
+4
[next]