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
*
util/blitter: use ARRAY_SIZE macro
Brian Paul
2016-04-25
1
-9
/
+3
*
svga: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-25
19
-55
/
+55
*
svga: whitespace and formatting fixes in svga_pipe_rasterizer.c
Brian Paul
2016-04-25
1
-16
/
+13
*
svga: whitespace and formatting fixes in svga_pipe_depthstencil.c
Brian Paul
2016-04-25
1
-14
/
+14
*
svga: whitespace and formatting fixes in svga_pipe_sampler.c
Brian Paul
2016-04-25
1
-31
/
+33
*
gallium/util: initialize pipe_framebuffer_state to zeros
Brian Paul
2016-04-25
1
-1
/
+1
*
util/cache: add comments, fix formatting
Brian Paul
2016-04-25
1
-5
/
+35
*
svga: separate HUD counters for state objects
Brian Paul
2016-04-25
7
-12
/
+29
*
st/omx: Fix resource leak on OMX_ErrorNone
Robert Foss
2016-04-25
1
-0
/
+1
*
gallium: use unreachable instead of asserts
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
7
-7
/
+9
*
nouveau: codegen: combineLd/St do not combine indirect loads
Hans de Goede
2016-04-25
1
-0
/
+7
*
freedreno/ir3: relax restriction in grouping
Rob Clark
2016-04-24
1
-3
/
+5
*
freedreno/ir3: fix small memory leak
Rob Clark
2016-04-24
1
-0
/
+2
*
freedreno/ir3: fix small RA bug
Rob Clark
2016-04-24
1
-1
/
+2
*
freedreno/a4xx: better workaround for astc+srgb
Rob Clark
2016-04-24
10
-22
/
+195
*
Revert "freedreno/a4xx: lower srgb in shader for astc textures"
Rob Clark
2016-04-24
7
-62
/
+6
*
freedreno/a4xx: blend state no longer depends on fb state
Rob Clark
2016-04-24
1
-4
/
+1
*
Revert "st/dri: add 32-bit RGBX/RGBA formats"
Marek Olšák
2016-04-24
2
-10
/
+0
*
radeonsi: Implement ddx/ddy on VI using ds_bpermute
Tom Stellard
2016-04-22
1
-12
/
+30
*
radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tid
Tom Stellard
2016-04-22
1
-1
/
+16
*
radeonsi: Set range metadata on calls to llvm.SI.tid
Tom Stellard
2016-04-22
1
-3
/
+26
*
radeonsi: Create a helper function for computing the thread id
Tom Stellard
2016-04-22
1
-6
/
+11
*
swr: [rasterizer memory] Constify load tiles
Tim Rowley
2016-04-22
2
-6
/
+8
*
swr: [rasterizer core] CompleteDrawContext changes for gcc
Tim Rowley
2016-04-22
1
-4
/
+11
*
swr: [rasterizer] Small cleanups
Tim Rowley
2016-04-22
7
-20
/
+29
*
swr: [rasterizer scripts] Knob scripts tweaks
Tim Rowley
2016-04-22
2
-2
/
+27
*
swr: [rasterizer] Interpolation utility functions
Tim Rowley
2016-04-22
3
-6
/
+55
*
swr: [rasterizer core] TemplateArgUnroller
Tim Rowley
2016-04-22
5
-109
/
+101
*
swr: [rasterizer core] Arena: make most allocated blocks the same size
Tim Rowley
2016-04-22
1
-16
/
+52
*
swr: [rasterizer core] Fix global arena allocator bug
Tim Rowley
2016-04-22
2
-42
/
+51
*
swr: [rasterizer core] Fix thread binding for 32-bit windows
Tim Rowley
2016-04-22
1
-1
/
+15
*
swr: [rasterizer fetch] Add support for fetching non-uniform component formats
Tim Rowley
2016-04-22
1
-1
/
+189
*
swr: [rasterizer core] Use CS spill/fill size in core
Tim Rowley
2016-04-22
4
-5
/
+9
*
swr: fix memory leaks from vs/fs compilation
Tim Rowley
2016-04-22
3
-23
/
+41
*
swr: fix clang warnings
Tim Rowley
2016-04-22
2
-5
/
+5
*
freedreno/a4xx: fix encoding of blend color state
Rob Clark
2016-04-22
1
-35
/
+14
*
freedreno: update generated headers
Rob Clark
2016-04-22
5
-9
/
+33
*
vc4: Make sure we recompile when sample_mask changes.
Eric Anholt
2016-04-22
1
-0
/
+1
*
vc4: Fix validation of full res tile offset if used for non-MSAA.
Eric Anholt
2016-04-22
3
-2
/
+14
*
vc4: Only do MSAA FB operations if the FB is MSAA.
Eric Anholt
2016-04-22
1
-5
/
+8
*
vc4: Fix tests for format supported with nr_samples == 1.
Eric Anholt
2016-04-22
1
-3
/
+4
*
vc4: Don't try to blit from MSAA surfaces with mismatched width to dst.
Eric Anholt
2016-04-22
1
-11
/
+14
*
radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATION
Nicolai Hähnle
2016-04-21
1
-0
/
+11
*
swr: ignore generated files in rasterizer
Ilia Mirkin
2016-04-22
1
-0
/
+7
*
nvc0: fix retrieving query results into buffer for timestamps
Ilia Mirkin
2016-04-22
1
-5
/
+15
*
radeon: handle query buffer allocation and mapping failures
Nicolai Hähnle
2016-04-21
2
-9
/
+33
*
radeon: wire end_query return value to sw/hw_end
Nicolai Hähnle
2016-04-21
2
-7
/
+10
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
19
-26
/
+49
*
softpipe: fix a warning due to an incorrect enum comparison
Marek Olšák
2016-04-22
1
-1
/
+1
[next]