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
*
scons: Fix build when rtti is disabled
Alexander von Gluck IV
2013-10-15
1
-0
/
+2
*
draw: make vs_slot signed.
José Fonseca
2013-10-15
1
-2
/
+4
*
build: remove forced -fno-rtti
Alexander von Gluck IV
2013-10-14
1
-6
/
+0
*
util: Fix MinGW build.
José Fonseca
2013-10-09
1
-1
/
+1
*
gallivm: kill old per-quad face selection code
Roland Scheidegger
2013-10-10
1
-475
/
+286
*
gallivm: handle explicit derivatives for cubemaps
Roland Scheidegger
2013-10-10
3
-56
/
+235
*
gallivm: ignore rho approximation for cube maps
Roland Scheidegger
2013-10-10
1
-30
/
+20
*
util/u_math: Fix C++ include of u_math.h on MSVC.
José Fonseca
2013-10-10
1
-1
/
+1
*
llvmpipe: implement 64 bit mul opcodes in llvmpipe
Zack Rusin
2013-10-09
1
-0
/
+60
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
4
-0
/
+45
*
gallivm: support printing of 64 bit integers
Zack Rusin
2013-10-09
1
-1
/
+6
*
util: when packing depth values, round to nearest.
Matthew McClure
2013-10-04
2
-4
/
+56
*
cso: make sure all sampler states are set/cleared
Brian Paul
2013-10-03
1
-2
/
+9
*
vl: remove old bind_fragment_sampler_states() calls
Brian Paul
2013-10-03
7
-47
/
+17
*
util: remove old bind_fragment_sampler_states() calls from blitter code
Brian Paul
2013-10-03
1
-22
/
+9
*
draw: remove use of old bind_fragment_sampler_states()
Brian Paul
2013-10-03
2
-82
/
+13
*
cso: remove use of old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-31
/
+3
*
vl: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
7
-8
/
+49
*
util: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-6
/
+22
*
draw: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
2
-7
/
+97
*
cso: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-21
/
+44
*
draw: rename bind_sampler_states variables
Brian Paul
2013-10-03
2
-19
/
+19
*
util/u_format: Assert that format block size is at least 1 byte.
Vinson Lee
2013-09-30
1
-1
/
+6
*
draw: Add a null check for draw.
Vinson Lee
2013-09-30
1
-1
/
+1
*
gallium: include u_surface.h instead of u_rect.h
Brian Paul
2013-09-30
4
-9
/
+3
*
draw/clip: don't emit so many empty triangles
Zack Rusin
2013-09-25
1
-0
/
+39
*
vl/mpeg12: use new vlc function to search for start codes
Christian König
2013-09-25
1
-1
/
+1
*
vl/vlc: add fast forward search for byte value
Christian König
2013-09-25
1
-10
/
+74
*
draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.
José Fonseca
2013-09-20
2
-0
/
+15
*
gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Roland Scheidegger
2013-09-19
1
-3
/
+7
*
util/u_blit: Implement util_blit_pixels via pipe_context::blit.
José Fonseca
2013-09-18
1
-410
/
+37
*
util/u_blit: Support blits from cubemaps.
José Fonseca
2013-09-18
2
-3
/
+32
*
gallivm: some bits of seamless cube filtering implementation
Roland Scheidegger
2013-09-18
3
-14
/
+29
*
os: First check for __GLIBC__ and then for PIPE_OS_BSD
Andreas Boll
2013-09-12
1
-4
/
+4
*
llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
José Fonseca
2013-09-12
3
-72
/
+30
*
util: Fix unmatched parenthesis.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: don't use _fxsave() with MSVC 2010 or older
Brian Paul
2013-09-10
1
-1
/
+4
*
gallivm: support indirect registers on both dimensions
Zack Rusin
2013-09-06
3
-8
/
+22
*
draw: fix segfaults with aaline and aapoint stages disabled
Marek Olšák
2013-08-31
1
-2
/
+4
*
draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issues
Roland Scheidegger
2013-08-30
2
-6
/
+6
*
gallivm: handle unbound textures in texture sampling / texture queries
Roland Scheidegger
2013-08-30
1
-0
/
+26
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
1
-0
/
+1
*
gallivm: (trivial) don't pass sampler_unit variable down to filtering funcs
Roland Scheidegger
2013-08-30
1
-36
/
+21
*
gallivm: don't use AoS path if min/mag filter are different with multiple lods
Roland Scheidegger
2013-08-30
1
-1
/
+6
*
gallivm: support per-pixel min/mag filter in SoA path
Roland Scheidegger
2013-08-30
1
-43
/
+243
*
gallivm: don't calculate square root of rho if we use accurate rho method
Roland Scheidegger
2013-08-30
1
-39
/
+74
*
gallivm: refactor num_lods handling
Roland Scheidegger
2013-08-30
4
-131
/
+169
*
draw: fix point/line/triangle determination in draw_need_pipeline()
Brian Paul
2013-08-29
1
-25
/
+6
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
2
-5
/
+0
*
tgsi_build: fix order of arguments for ind register build
Dave Airlie
2013-08-27
1
-1
/
+1
[next]