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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/disk_cache: fix a comment
Nicolai Hähnle
2017-07-03
1
-1
/
+1
*
glsl: simplify disable_varying_optimizations_for_sso
Nicolai Hähnle
2017-07-03
1
-18
/
+11
*
glsl: always print non-zero var->data.location_frac
Nicolai Hähnle
2017-07-03
1
-1
/
+1
*
winsys/radeon: only call pb_slabs_reclaim when slabs are actually used
Nicolai Hähnle
2017-07-03
1
-1
/
+2
*
anv: check support for enabled features in vkCreateDevice()
Samuel Iglesias Gonsálvez
2017-07-03
1
-0
/
+13
*
anv: merge tessellation's primitive mode in merge_tess_info()
Samuel Iglesias Gonsálvez
2017-07-03
1
-0
/
+4
*
swr: Limit memory held by defer deleted resources.
Bruce Cherniak
2017-07-02
1
-0
/
+6
*
anv: fix reported timestampPeriod value
Lionel Landwerlin
2017-07-02
1
-1
/
+1
*
intel: genxml: make a couple of enums show up in aubinator
Lionel Landwerlin
2017-07-02
6
-45
/
+47
*
i965: Print access flags in INTEL_DEBUG=buf output.
Kenneth Graunke
2017-07-01
1
-3
/
+22
*
i965: Remove clearing of bo->map_gtt after failure
Chris Wilson
2017-07-01
1
-1
/
+0
*
i965: Add inline to brw_bo_unmap
Kenneth Graunke
2017-06-30
1
-1
/
+1
*
i965: Drop global bufmgr lock from brw_bo_map_* functions.
Chris Wilson
2017-06-30
1
-14
/
+15
*
i965: Make brw_bo_unmap a static inline.
Kenneth Graunke
2017-06-30
2
-7
/
+1
*
i965: Discard bo->map_count
Chris Wilson
2017-06-30
2
-53
/
+3
*
i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK.
Kenneth Graunke
2017-06-30
1
-1
/
+3
*
radv: Use v4i32 variant of llvm.SI.load.const.
Bas Nieuwenhuizen
2017-06-30
1
-3
/
+1
*
svga: add texture size/levels sanity check code in svga_texture_create()
Brian Paul
2017-06-30
1
-0
/
+33
*
st/mesa: fix texture image resource selection in st_render_texture()
Brian Paul
2017-06-30
1
-1
/
+18
*
st/mesa: check for incomplete texture in st_finalize_texture()
Brian Paul
2017-06-30
1
-0
/
+12
*
gallium/docs: document that TXF is used with PIPE_BUFFER resources
Brian Paul
2017-06-30
1
-1
/
+2
*
gallium/docs: clarify that samplers are not used with PIPE_BUFFER resources
Brian Paul
2017-06-30
1
-0
/
+8
*
vc4: Start using XML unpack functions in CL dump.
Eric Anholt
2017-06-30
5
-19
/
+67
*
vc4: Replace a couple of magic numbers with #define usage.
Eric Anholt
2017-06-30
1
-2
/
+2
*
vc4: Move rasterizer state packing to CSO creation time.
Eric Anholt
2017-06-30
4
-29
/
+25
*
vc4: Convert the driver to emitting the shader record using pack macros.
Eric Anholt
2017-06-30
4
-54
/
+100
*
vc4: Simplify pack header usage
Eric Anholt
2017-06-30
4
-35
/
+28
*
vc4: Start using the pack header.
Eric Anholt
2017-06-30
4
-51
/
+130
*
vc4: Introduce XML-based packet header generation like Intel's.
Eric Anholt
2017-06-30
11
-1
/
+1141
*
swr: Minor cleanup of variable usage, no functional change.
Bruce Cherniak
2017-06-30
1
-2
/
+2
*
swr: use swr_query_result type instead of void
Tim Rowley
2017-06-30
2
-3
/
+3
*
swr/rast: increase number of possible draws in flight
Tim Rowley
2017-06-30
1
-1
/
+1
*
swr/rast: move default split size from driver to rasterizer
Tim Rowley
2017-06-30
2
-5
/
+1
*
swr/rast: Fix missing setup of psContext.pColorBuffer
Tim Rowley
2017-06-30
2
-16
/
+14
*
swr/rast: Switch intrinsic usage to SIMDLib
Tim Rowley
2017-06-30
30
-2679
/
+6222
*
swr/rast: Fix unused variable warnings
Tim Rowley
2017-06-30
1
-6
/
+0
*
swr/rast: Split rasterizer.cpp to improve compile time
Tim Rowley
2017-06-30
10
-1617
/
+1732
*
swr/rast: gen_backends.py remove extraneous semicolon
Tim Rowley
2017-06-30
1
-1
/
+2
*
swr/rast: Support dynamically sized vertex layout
Tim Rowley
2017-06-30
6
-21
/
+49
*
swr/rast: Split backend.cpp to improve compile time
Tim Rowley
2017-06-30
13
-1832
/
+2146
*
swr/rast: gen_backends.py removal of commented debug prints
Tim Rowley
2017-06-30
1
-4
/
+1
*
swr/rast: gen_backends.py quote cleanup
Tim Rowley
2017-06-30
1
-8
/
+8
*
swr/rast: generators will create target directories
Tim Rowley
2017-06-30
1
-0
/
+7
*
Android: fix typo in symlink for driver loading and 32 bit builds
Mauro Rossi
2017-06-30
1
-2
/
+2
*
svga: update a few surface format names
Brian Paul
2017-06-30
3
-24
/
+24
*
svga: whitespace fixes in svga_resource_buffer_upload.c
Brian Paul
2017-06-30
1
-15
/
+14
*
svga: add mksstats for surface view emulation
Charmaine Lee
2017-06-30
1
-10
/
+17
*
svga: change error handling convention for svga_set_stream_output()
Brian Paul
2017-06-30
3
-12
/
+18
*
svga: fixed surface size to include array size
Charmaine Lee
2017-06-30
1
-1
/
+2
*
svga: loop over box.depth for ReadBack_image on each slice
Neha Bhende
2017-06-30
1
-7
/
+8
[next]