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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: move streamout state to drivers/radeon
Marek Olšák
2013-08-31
27
-1486
/
+1825
*
radeonsi: cleanup initialization of SGPR shader parameters
Marek Olšák
2013-08-31
1
-13
/
+19
*
r600g,radeonsi: remove unused variables
Marek Olšák
2013-08-31
2
-8
/
+0
*
draw: fix segfaults with aaline and aapoint stages disabled
Marek Olšák
2013-08-31
1
-2
/
+4
*
radeonsi: Do not suspend timer queries
Niels Ole Salscheider
2013-08-30
6
-14
/
+30
*
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
2
-5
/
+26
*
softpipe: check if so_target is NULL before accessing it
Roland Scheidegger
2013-08-30
1
-2
/
+5
*
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
*
r600g: enable SB backend by default
Vadim Girlin
2013-08-30
4
-5
/
+6
*
r600g: fix color exports when we have no CBs
Vadim Girlin
2013-08-30
1
-3
/
+4
*
nvc0/ir: Initialize NVC0LegalizePostRA member variables.
Vinson Lee
2013-08-29
1
-1
/
+3
*
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
*
radeonsi: Early return if no depth or stencil on release builds.
Vinson Lee
2013-08-29
1
-0
/
+1
*
freedreno: pipe loader for either kgsl or msm
Rob Clark
2013-08-29
4
-10
/
+39
*
freedreno: updates for msm drm/kms driver
Rob Clark
2013-08-29
8
-30
/
+55
*
freedreno/a3xx/compiler: handle sync flags better
Rob Clark
2013-08-29
1
-16
/
+34
*
freedreno/a3xx/compiler: better const handling
Rob Clark
2013-08-29
1
-90
/
+121
*
radeonsi: Make sure libdrm_radeon headers are picked up from the right place
Jonathan Gray
2013-08-29
2
-2
/
+3
*
draw: fix point/line/triangle determination in draw_need_pipeline()
Brian Paul
2013-08-29
1
-25
/
+6
*
radeon/uvd: fix MPEG2/4 ref frame index limit
Christian König
2013-08-29
1
-2
/
+2
*
nouveau: Copy m4x4 and m8x8 separately.
Vinson Lee
2013-08-28
1
-1
/
+2
*
r300g: enable MSAA on r300-r400, be careful about using color compression
Marek Olšák
2013-08-27
4
-5
/
+14
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
9
-34
/
+39
*
llvmpipe: support nested/overlapping queries for all query types
Roland Scheidegger
2013-08-27
3
-18
/
+20
*
softpipe: support nested/overlapping queries for all query types
Roland Scheidegger
2013-08-27
2
-18
/
+17
*
clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copies
Tom Stellard
2013-08-26
1
-1
/
+1
*
st/clover: Add event to deps even if it has been triggered
Niels Ole Salscheider
2013-08-26
1
-1
/
+1
*
st/clover: Profiling support
Niels Ole Salscheider
2013-08-26
3
-18
/
+142
*
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
*
svga: replace 0 with PIPE_OK in a few places
Brian Paul
2013-08-26
3
-5
/
+5
*
radeonsi: Also set the depth component mask bit for stencil-only exports
Michel Dänzer
2013-08-26
1
-1
/
+4
*
r600g: Implement the new float comparison instructions for Cayman as well.
Henri Verbeet
2013-08-25
1
-4
/
+4
*
nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to list
Ilia Mirkin
2013-08-25
1
-0
/
+1
*
nouveau/video: avoid overwriting base codec init with template
Ilia Mirkin
2013-08-25
2
-2
/
+2
*
freedreno/a3xx: don't leak so much
Rob Clark
2013-08-24
1
-0
/
+11
*
freedreno/a3xx/compiler: fix SGT/SLT/etc
Rob Clark
2013-08-24
1
-29
/
+125
*
freedreno/a3xx/compiler: bit of re-arrange/cleanup
Rob Clark
2013-08-24
1
-61
/
+71
*
freedreno/a3xx/compiler: make compiler errors more useful
Rob Clark
2013-08-24
2
-17
/
+33
*
freedreno: fix segfault when no color buffer bound
Rob Clark
2013-08-24
7
-18
/
+40
*
freedreno/a3xx/compiler: cat4 cannot use const reg as src
Rob Clark
2013-08-24
1
-10
/
+27
*
freedreno/a3xx/compiler: use max_reg rather than file_count
Rob Clark
2013-08-24
1
-7
/
+7
*
freedreno/a3xx/compiler: handle saturate on dst
Rob Clark
2013-08-24
1
-0
/
+49
*
freedreno/a3xx/compiler: fix CMP
Rob Clark
2013-08-24
1
-2
/
+2
*
freedreno/a3xx: some texture fixes
Rob Clark
2013-08-24
1
-1
/
+24
[next]