index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Add unorm support to lp_build_lerp()
José Fonseca
2010-09-22
1
-9
/
+75
*
gallivm: fix lp_build_sample_compare()
Brian Paul
2010-09-21
1
-17
/
+23
*
draw: new draw_fs.[ch] files
Brian Paul
2010-09-21
2
-0
/
+115
*
Merge branch 'sprite-coord'
Brian Paul
2010-09-21
9
-83
/
+143
|
\
|
*
draw: check bitshift against PIPE_MAX_SHADER_OUTPUS
Brian Paul
2010-09-20
1
-1
/
+5
|
*
draw: fix test for using the wide-point stage
Brian Paul
2010-09-20
1
-2
/
+2
|
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
8
-81
/
+137
*
|
tgsi: Remove duplicate case value.
Vinson Lee
2010-09-20
1
-1
/
+0
*
|
tgsi: Actually care what check_soa_dependencies says
Jakob Bornecrantz
2010-09-21
1
-17
/
+39
*
|
tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies
José Fonseca
2010-09-21
1
-2
/
+4
*
|
tgsi: add switch/case opcodes to tgsi_opcode_tmp.h
Luca Barbieri
2010-09-20
1
-0
/
+4
*
|
gallivm: remove debug code
Brian Paul
2010-09-20
1
-2
/
+0
*
|
util/r300g: split the r300 index buffer modifier functions out to util
Dave Airlie
2010-09-20
4
-0
/
+170
*
|
rbug: Add function to get opcode name string
Jakob Bornecrantz
2010-09-20
2
-0
/
+69
*
|
rbug: Cast opcode to corrent int size
Jakob Bornecrantz
2010-09-20
4
-28
/
+28
*
|
auxiliary: fix depth-only and stencil-only clears
Luca Barbieri
2010-09-19
1
-1
/
+1
*
|
util: linearized sRGB values don't fit into 8bits
José Fonseca
2010-09-17
1
-0
/
+8
*
|
gallivm: added missing case for PIPE_TEXTURE_RECT
Brian Paul
2010-09-17
1
-0
/
+1
|
/
*
tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
Brian Paul
2010-09-16
1
-6
/
+9
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-16
1
-1
/
+0
*
gallivm: fix wrong return value in bitwise functions
Brian Paul
2010-09-16
1
-3
/
+3
*
gallivm: Clamp indirect register indices to file_max.
José Fonseca
2010-09-16
1
-60
/
+71
*
gallivm: Start collecting bitwise arithmetic helpers in a new module.
José Fonseca
2010-09-16
7
-30
/
+260
*
gallivm: Fix address register swizzle.
José Fonseca
2010-09-16
1
-2
/
+1
*
gallivm: make lp_build_sample_nop public
Keith Whitwell
2010-09-16
2
-6
/
+8
*
gallivm: move i32_vec_type inside the #ifdef
Brian Paul
2010-09-16
1
-1
/
+2
*
gallivm: fix incorrect vector shuffle datatype
Brian Paul
2010-09-16
1
-1
/
+5
*
draw: Remove unnecessary header.
Vinson Lee
2010-09-15
1
-1
/
+0
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-09-15
1
-2
/
+0
*
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-15
7
-1029
/
+1919
*
tgsi: fix incorrect usage_mask for shadow tex instructions
Brian Paul
2010-09-15
1
-5
/
+6
*
auxiliary: fix unintended fallthrough
Luca Barbieri
2010-09-14
1
-0
/
+1
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-14
1
-1
/
+0
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
5
-11
/
+64
*
pb: Fix the build, and add notes.
José Fonseca
2010-09-12
5
-5
/
+14
*
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-12
8
-19
/
+19
*
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
2010-09-11
1
-3
/
+1
*
gallivm: Use const keyword on swizzles.
José Fonseca
2010-09-11
2
-2
/
+2
*
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
José Fonseca
2010-09-11
2
-33
/
+87
*
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
8
-8
/
+50
*
gallivm: Helper functions for pointer indirection.
José Fonseca
2010-09-11
2
-0
/
+56
*
gallivm: Cleanup the TGSI <-> sampler interface.
José Fonseca
2010-09-11
2
-9
/
+4
*
gallivm: Add some utility functions to set/get array elements too.
José Fonseca
2010-09-11
2
-0
/
+70
*
gallivm: Basic AoS TGSI -> LLVM IR.
José Fonseca
2010-09-11
4
-0
/
+1156
*
gallivm: Move the texture modifiers to the header.
José Fonseca
2010-09-11
2
-19
/
+20
*
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
2010-09-11
2
-5
/
+8
*
draw: minor reformatting
Brian Paul
2010-09-09
1
-2
/
+1
*
util: Helper function to determined whether two formats can be memcpy'ed.
José Fonseca
2010-09-05
2
-4
/
+61
*
util: Utility function to determine the channels that can be written in a col...
José Fonseca
2010-09-05
1
-0
/
+33
*
gallivm: Pass condition masks as an unsigned bitmask.
José Fonseca
2010-09-05
5
-25
/
+40
[next]