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
*
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
*
tgsi: finish declaration parsing for arrays.
Dave Airlie
2013-08-27
1
-1
/
+31
*
gallivm: fix min/mag switchover point for nearest/none mip filter
Roland Scheidegger
2013-08-23
5
-66
/
+81
*
gallivm: do per-element lod for lod bias and explicit derivs too
Roland Scheidegger
2013-08-22
2
-31
/
+74
*
gallivm: (trivial) fix int/uint border color clamping
Roland Scheidegger
2013-08-22
1
-2
/
+2
*
gallivm: (trivial) fix linear aos sampling of 3d compressed formats
Roland Scheidegger
2013-08-22
1
-2
/
+2
*
gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
José Fonseca
2013-08-22
2
-0
/
+2
*
gallivm: unify sin and cos implementation
Roland Scheidegger
2013-08-21
2
-255
/
+53
*
gallivm: add comment for bogus min/mag filter selection with nearest mip filter
Roland Scheidegger
2013-08-21
3
-2
/
+10
*
gallivm: fix rho calculation for 1d case
Roland Scheidegger
2013-08-21
1
-1
/
+1
*
util: add avx2 and xop detection to cpu detection code
Roland Scheidegger
2013-08-20
3
-2
/
+59
*
gallivm: fix bogus aos path detection
Roland Scheidegger
2013-08-20
1
-5
/
+11
*
gallivm: do clamping of border color correctly for all formats
Roland Scheidegger
2013-08-20
2
-46
/
+256
*
gallivm: implement better control of per-quad/per-element/scalar lod
Roland Scheidegger
2013-08-20
7
-51
/
+145
*
build: fix out-of-tree builds in gallium/auxiliary
Ross Burton
2013-08-20
1
-0
/
+4
*
vl/buffers: consistent use on VL_MAX_SURFACES
Emil Velikov
2013-08-19
1
-3
/
+3
*
vl/idct: cleanup all idct buffers
Emil Velikov
2013-08-19
1
-1
/
+1
*
vl/buffer: add sanity check after CALLOC_STRUCT
Emil Velikov
2013-08-19
1
-0
/
+2
*
vdpau/vl 422 chroma width/height mix up
Andy Furniss
2013-08-19
2
-3
/
+3
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
2
-2
/
+4
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
3
-2
/
+6
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
9
-32
/
+32
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
4
-11
/
+11
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
4
-41
/
+19
*
draw: handle nan clipdistance
Zack Rusin
2013-08-15
5
-4
/
+48
*
gallivm: revert accidentally commited hunk
Roland Scheidegger
2013-08-15
1
-12
/
+1
*
gallivm: do per-sample depth comparison instead of doing it post-filter
Roland Scheidegger
2013-08-15
2
-106
/
+195
*
tgsi: add info about MSAA samplers to tgsi_shader_info
Marek Olšák
2013-08-15
2
-0
/
+14
*
tgsi: fix the location of sample index
Marek Olšák
2013-08-15
1
-1
/
+3
*
gallivm: already pass coords in the right place in the sampler interface
Roland Scheidegger
2013-08-15
3
-99
/
+90
*
gallivm: change coordinate handling throughout functions
Roland Scheidegger
2013-08-15
3
-133
/
+133
*
gallivm: fix border color with normalized texture formats
Roland Scheidegger
2013-08-15
1
-13
/
+53
*
draw: make sure that the stages setup outputs
Zack Rusin
2013-08-14
5
-30
/
+62
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
2
-0
/
+21
*
gallivm: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
1
-2
/
+79
*
tgsi: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
4
-4
/
+102
*
gallivm: fix exec_mask interaction with geometry shader after end of main
Roland Scheidegger
2013-08-12
2
-16
/
+14
*
draw: simplify prim mask construction
Roland Scheidegger
2013-08-12
1
-22
/
+10
*
gallivm: simplify geometry shader mask handling a bit
Roland Scheidegger
2013-08-12
1
-36
/
+28
[next]