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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/genxml: Make some VS/GS fields consistent across gens
Jason Ekstrand
2016-11-16
4
-12
/
+12
*
anv/pipeline: Get rid of the kernel pointer fields
Jason Ekstrand
2016-11-16
7
-56
/
+27
*
anv/pipeline: Set correct binding table and sampler counts
Jason Ekstrand
2016-11-16
3
-8
/
+49
*
mesa: if MESA_DEBUG=context, create a debug context
Brian Paul
2016-11-16
4
-2
/
+27
*
u_simple_shaders: try to un-break the Windows build
Nicolai Hähnle
2016-11-16
1
-2
/
+3
*
radeonsi: fix a subtle bounds checking corner case with 3-component attributes
Nicolai Hähnle
2016-11-16
3
-2
/
+39
*
radeonsi: reject some 3-component formats as buffer textures
Nicolai Hähnle
2016-11-16
1
-8
/
+35
*
st/mesa: swap bytes in the fallback format translation path of GetTexImage
Nicolai Hähnle
2016-11-16
1
-0
/
+6
*
st/mesa: simplify and fix st_GetTexSubImage
Nicolai Hähnle
2016-11-16
1
-49
/
+24
*
st/mesa: fix SINT <-> UINT conversion during PBO upload / download
Nicolai Hähnle
2016-11-16
5
-22
/
+89
*
st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fs
Nicolai Hähnle
2016-11-16
3
-10
/
+11
*
st/mesa: fix ReadPixels into packed formats with PBO
Nicolai Hähnle
2016-11-16
1
-2
/
+1
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
6
-43
/
+125
*
util/blitter: index texfetch_col shaders by type
Nicolai Hähnle
2016-11-16
1
-35
/
+19
*
i965: miptree: prevent potential NULL pointer access
Lionel Landwerlin
2016-11-16
1
-2
/
+8
*
intel/blorp: Use designated initializers in surf_convert_to_single_slice
Jordan Justen
2016-11-15
1
-16
/
+13
*
EGL/android: pbuffer implementation
Liu Zhiquan
2016-11-16
2
-23
/
+78
*
egl: add missing error-checking to eglReleaseTexImage()
Eric Engestrom
2016-11-16
1
-3
/
+40
*
i965: Fix KBL typo in string
Ben Widawsky
2016-11-15
1
-1
/
+1
*
i965: Consolidate GEN9 LP definition
Ben Widawsky
2016-11-15
1
-80
/
+42
*
i965/glk: Add basic Geminilake support
Ben Widawsky
2016-11-15
2
-0
/
+48
*
util: Fix Clang trivial destructor check.
Vinson Lee
2016-11-15
1
-4
/
+4
*
swr: mark color clamping as unsupported
Ilia Mirkin
2016-11-15
1
-2
/
+3
*
swr: always enable adding start/base vertex to gl_VertexId
Ilia Mirkin
2016-11-15
1
-0
/
+1
*
swr: add support for upper-left fragcoord position
Ilia Mirkin
2016-11-15
1
-2
/
+8
*
swr: make sure that all rendering is finished on shader destroy
Ilia Mirkin
2016-11-15
1
-0
/
+8
*
swr: disable blending for integer formats
Ilia Mirkin
2016-11-15
1
-0
/
+3
*
swr: mark rgb9_e5 as unrenderable
Ilia Mirkin
2016-11-15
1
-1
/
+1
*
swr: no support for shader stencil export
Ilia Mirkin
2016-11-15
1
-1
/
+1
*
swr: mark both frag and vert textures read, don't forget about cbs
Ilia Mirkin
2016-11-15
1
-5
/
+15
*
swr: fix texture layout for compressed formats
Ilia Mirkin
2016-11-15
2
-4
/
+6
*
swr: add archrast generated files to gitignore
Ilia Mirkin
2016-11-15
1
-0
/
+4
*
swr: [rasterizer jitter] don't bother quantizing unused channels
Ilia Mirkin
2016-11-15
1
-1
/
+1
*
swr: [rasterizer memory] fix store tile for 128-bit ymajor tiling
Ilia Mirkin
2016-11-15
1
-1
/
+1
*
swr: [rasterizer memory] add support for R32_FLOAT_X8X24 formats
Ilia Mirkin
2016-11-15
2
-0
/
+2
*
ac/nir/llvm: fix channel in texture gather lowering code.
Dave Airlie
2016-11-16
1
-1
/
+1
*
radv: don't crash on null swapchain destroy.
Dave Airlie
2016-11-16
1
-0
/
+3
*
wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
Dave Airlie
2016-11-16
2
-10
/
+22
*
isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
Jordan Justen
2016-11-15
1
-1
/
+1
*
amd: automake: android: rename sources lists to foo_FILES
Emil Velikov
2016-11-15
3
-5
/
+5
*
amd: flatten amd/common makefile structure
Mauro Rossi
2016-11-15
5
-43
/
+14
*
radeonsi: set IF_THRESHOLD to 3
Marek Olšák
2016-11-15
1
-1
/
+2
*
glsl_to_tgsi: lower small branches based on the CAP
Marek Olšák
2016-11-15
1
-1
/
+4
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
14
-0
/
+21
*
glsl/lower_if: conditionally lower if-branches based on their size
Marek Olšák
2016-11-15
2
-7
/
+50
*
glsl/lower_if: don't lower branches touching tess control outputs
Marek Olšák
2016-11-15
6
-8
/
+28
*
glsl/lower_if: check more node types in check_control_flow -> check_ir_node
Marek Olšák
2016-11-15
1
-3
/
+6
*
glsl/lower_if: move and rename found_control_flow
Marek Olšák
2016-11-15
1
-7
/
+10
*
util/disk_cache: use unambiguous naming
Marek Olšák
2016-11-15
3
-112
/
+114
*
util: import cache.c/h from glsl
Marek Olšák
2016-11-15
7
-43
/
+17
[prev]
[next]