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
*
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
*
gallivm: Cope with tgsi instruction reallocation failure.
José Fonseca
2010-09-05
1
-6
/
+10
*
draw: Include missing headers in draw_vs_aos.h.
Vinson Lee
2010-09-02
1
-0
/
+2
*
util: Include missing header in u_linear.h.
Vinson Lee
2010-09-02
1
-0
/
+1
*
gallivm: fix bug in nested conditionals
Brian Paul
2010-08-31
1
-2
/
+4
*
gallivm: Compute the 4 texel offsets for linear filtering en ensemble.
José Fonseca
2010-08-30
3
-126
/
+280
*
gallivm: Disable LLVM's pretty stack trace dumper.
José Fonseca
2010-08-30
1
-0
/
+8
*
gallivm: Correct copy'n'pasted comments.
José Fonseca
2010-08-30
1
-4
/
+4
*
gallivm: Fix lp_build_sum_vector.
José Fonseca
2010-08-30
1
-6
/
+4
*
util: Include missing header in u_draw.h.
Vinson Lee
2010-08-28
1
-0
/
+1
*
util: Add forward declaration in u_transfer.h.
Vinson Lee
2010-08-28
1
-0
/
+1
*
r300g,u_blitter: use u_framebuffer
Marek Olšák
2010-08-29
2
-35
/
+3
*
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-29
5
-17
/
+7
*
draw: Include missing header in draw_vs_llvm.c.
Vinson Lee
2010-08-28
1
-0
/
+1
*
util: fix typo in MAX4
Keith Whitwell
2010-08-27
1
-1
/
+1
*
util: add MIN4, MAX4
Keith Whitwell
2010-08-27
1
-0
/
+3
*
tgsi: Include missing header in tgsi_parse.h.
Vinson Lee
2010-08-27
1
-0
/
+1
[next]