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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Generate the ir_last_* values
Ian Romanick
2016-08-30
1
-28
/
+20
*
glsl: Generate ir_expression_operation.h from Python
Ian Romanick
2016-08-30
11
-341
/
+411
*
anv: Rework pipeline caching
Jason Ekstrand
2016-08-30
8
-432
/
+320
*
anv: Add a struct for storing a compiled shader
Jason Ekstrand
2016-08-30
3
-0
/
+160
*
anv: Add pipeline_has_stage guards a few places
Jason Ekstrand
2016-08-30
4
-10
/
+40
*
anv: Remove unused fields from anv_pipeline_bind_map
Jason Ekstrand
2016-08-30
1
-2
/
+0
*
anv/pipeline: Properly handle OOM during shader compilation
Jason Ekstrand
2016-08-30
2
-15
/
+30
*
anv/allocator: Correctly set the number of buckets
Jason Ekstrand
2016-08-30
1
-1
/
+1
*
anv/pipeline: Fix bind maps for fragment output arrays
Jason Ekstrand
2016-08-30
1
-1
/
+1
*
anv/descriptor_set: memset anv_descriptor_set_layout
Jason Ekstrand
2016-08-30
1
-2
/
+1
*
docs/helpwanted: fix GL3.txt/features.txt link
Eric Engestrom
2016-08-30
1
-2
/
+2
*
anv/wayland: fix assert typo
Eric Engestrom
2016-08-30
1
-1
/
+1
*
anv/meta: fix unreachable() typo
Eric Engestrom
2016-08-30
1
-1
/
+1
*
st/nine: fix unreachable() typo
Eric Engestrom
2016-08-30
1
-1
/
+1
*
glsl: fix unreachable() typo
Eric Engestrom
2016-08-30
1
-1
/
+1
*
get_reviewer.pl: fix mesa check
Eric Engestrom
2016-08-30
1
-1
/
+1
*
glsl: Initialize outputs[] array in lower_blend_equation_advanced.
Kenneth Graunke
2016-08-30
1
-1
/
+1
*
nvc0: fix indentation in nvc0_screen_init()
Samuel Pitoiset
2016-08-30
1
-1
/
+1
*
nvc0: check return value of nvc0_screen_resize_tls_area()
Samuel Pitoiset
2016-08-30
2
-11
/
+8
*
nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()
Samuel Pitoiset
2016-08-30
1
-9
/
+7
*
nv50/ir: always emit the NDV bit for OP_QUADOP
Samuel Pitoiset
2016-08-30
2
-8
/
+2
*
intel/blorp: Inline get_vs_entry_size into emit_urb_config
Jason Ekstrand
2016-08-30
1
-23
/
+18
*
swr: [rasterizer] add archrast instrumentation
Tim Rowley
2016-08-30
12
-3
/
+735
*
i915: Check return value of screen->image.loader->getBuffers
Emil Velikov
2016-08-30
1
-6
/
+9
*
egl/android: remove config post-processing
Emil Velikov
2016-08-30
1
-9
/
+0
*
egl/dri2: check if the EGL API is valid before adding it to ClientAPIs
Emil Velikov
2016-08-30
1
-4
/
+4
*
egl/android: annotate static const data as such
Emil Velikov
2016-08-30
1
-1
/
+1
*
egl: treat EGL_OPENGL_API as invalid on Android
Emil Velikov
2016-08-30
1
-1
/
+7
*
nouveau: make color/depth bpp match for pre-nv10 chips
Ilia Mirkin
2016-08-30
1
-3
/
+3
*
nouveau: always enable at least one RC
Ilia Mirkin
2016-08-30
1
-1
/
+1
*
nouveau: allow NV3x's to be used with nouveau_vieux
Ilia Mirkin
2016-08-30
3
-2
/
+7
*
nvc0: undo overzealous enum usage
Ilia Mirkin
2016-08-30
1
-2
/
+2
*
svga: fix a texture readback bug
Brian Paul
2016-08-29
2
-6
/
+12
*
svga: move surface propagation code into new function
Brian Paul
2016-08-29
3
-11
/
+27
*
mesa: fix format conversion bug in get_tex_rgba_uncompressed()
Brian Paul
2016-08-29
1
-6
/
+8
*
radeonsi: add support for cull distances. (v1.1)
Dave Airlie
2016-08-30
4
-5
/
+7
*
spirv: replace assert with unreachable
Timothy Arceri
2016-08-30
1
-1
/
+1
*
isl/state: Add some asserts about format capabilities
Jason Ekstrand
2016-08-29
1
-0
/
+5
*
intel/blorp: Add a format parameter to blorp_fast_clear
Jason Ekstrand
2016-08-29
3
-4
/
+6
*
i965: Move blorp into src/intel/blorp
Jason Ekstrand
2016-08-29
18
-20
/
+96
*
i965/blorp: Remove the remaining brw prefixes from the blorp.h API
Jason Ekstrand
2016-08-29
9
-112
/
+109
*
i965/blorp: Use isl_format_get_depth_format for setting depth formats
Jason Ekstrand
2016-08-29
1
-14
/
+1
*
i965: Move the type_size function declartaions to brw_nir.h
Jason Ekstrand
2016-08-29
2
-8
/
+7
*
i965: Move get_fast_clear_rect to blorp_clear.c
Jason Ekstrand
2016-08-29
3
-131
/
+124
*
i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve
Jason Ekstrand
2016-08-29
3
-45
/
+29
*
i965/blorp: Get rid of most brw and mesa includes
Jason Ekstrand
2016-08-29
4
-20
/
+2
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
13
-60
/
+59
*
i965/blorp: Add a fast_clear_op enum
Jason Ekstrand
2016-08-29
4
-16
/
+32
*
i965/blorp: Make blorp_addres::buffer a void*
Jason Ekstrand
2016-08-29
2
-4
/
+4
*
i965/blorp: Get rid of brw_context
Jason Ekstrand
2016-08-29
6
-88
/
+98
[next]