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
*
Update version to 11.1.1
Emil Velikov
2016-01-13
1
-1
/
+1
*
mesa: Add KBL PCI IDs and platform information.
Sarah Sharp
2016-01-08
2
-0
/
+82
*
st/mesa: check state->mesa in early return check in st_validate_state()
Brian Paul
2016-01-08
1
-1
/
+1
*
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
2016-01-08
3
-0
/
+3
*
nvc0: scale up inter_bo size so that it's 16M for a 4K video
Ilia Mirkin
2016-01-08
1
-2
/
+5
*
nv50,nvc0: fix crash when increasing bsp bo size for h264
Ilia Mirkin
2016-01-08
2
-4
/
+4
*
st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)
Marek Olšák
2016-01-08
5
-19
/
+25
*
program: add _mesa_reserve_parameter_storage
Marek Olšák
2016-01-08
2
-15
/
+36
*
nv50,nvc0: make sure there's pushbuf space and that we ref the bo early
Ilia Mirkin
2016-01-08
4
-6
/
+5
*
nvc0: Set winding order regardless of domain.
Kenneth Graunke
2016-01-08
1
-2
/
+4
*
glsl: Fix varying struct locations when varying packing is disabled.
Kenneth Graunke
2016-01-08
1
-11
/
+2
*
glsl: only update doubles inputs for vertex inputs.
Dave Airlie
2016-01-08
1
-1
/
+4
*
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
2016-01-08
5
-11
/
+30
*
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
2016-01-08
2
-9
/
+9
*
glsl: pass stage into mark function
Dave Airlie
2016-01-08
1
-4
/
+4
*
drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.
Kenneth Graunke
2016-01-08
1
-0
/
+8
*
nv50/ir: float(s32 & 0xff) = float(u8), not s8
Ilia Mirkin
2016-01-08
1
-0
/
+3
*
r600: fix constant buffer size programming
Grazvydas Ignotas
2016-01-08
2
-2
/
+2
*
nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion
Ilia Mirkin
2016-01-08
1
-0
/
+2
*
gallium/radeon: fix regression in a number of driver queries
Nicolai Hähnle
2016-01-08
1
-3
/
+3
*
glx/dri3: a drawable might not be bound at wait time
Ilia Mirkin
2016-01-08
1
-2
/
+4
*
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
2016-01-08
1
-0
/
+1
*
vc4: Keep sample mask writes from being reordered after TLB writes
Eric Anholt
2016-01-08
1
-1
/
+2
*
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
2016-01-08
1
-1
/
+1
*
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
2016-01-08
1
-2
/
+3
*
mesa: Don't leak ATIfs instructions in DeleteFragmentShader
Miklós Máté
2016-01-08
1
-1
/
+1
*
configura.ac: fix test for SSE4.1 assembler support
Oded Gabbay
2016-01-08
1
-2
/
+3
*
configure: check for python2.7 for PYTHON2
Jonathan Gray
2016-01-08
1
-1
/
+1
*
configure.ac: use pkg-config for libelf
Jonathan Gray
2016-01-08
3
-6
/
+16
*
nv50: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
2016-01-08
1
-0
/
+5
*
nv50,nvc0: free memory allocated by performance metrics
Samuel Pitoiset
2016-01-08
6
-4
/
+22
*
nvc0: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
2016-01-08
1
-0
/
+1
*
i965: Fix crash when calling glViewport with no surface bound
Neil Roberts
2016-01-08
1
-2
/
+4
*
vc4: Warn instead of abort()ing on exec ioctl failures.
Eric Anholt
2016-01-08
1
-3
/
+5
*
meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER
Ian Romanick
2016-01-08
1
-4
/
+13
*
glsl: assign varying locations to tess shaders when doing SSO
Ilia Mirkin
2016-01-08
1
-4
/
+4
*
cherry-ignore: don't pick a specific i965 formats patch
Emil Velikov
2016-01-08
1
-0
/
+3
*
i965: Add B8G8R8X8_SRGB to the alpha format override
Neil Roberts
2016-01-08
1
-0
/
+4
*
i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format
Neil Roberts
2016-01-08
1
-0
/
+1
*
gk104/ir: simplify and fool-proof texbar algorithm
Ilia Mirkin
2016-01-08
2
-83
/
+56
*
nv50/ir: can't have predication and immediates
Ilia Mirkin
2016-01-08
1
-0
/
+3
*
gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly
Marek Olšák
2016-01-08
3
-5
/
+18
*
radeonsi: apply the streamout workaround to Fiji as well
Marek Olšák
2016-01-08
1
-1
/
+3
*
radeonsi: don't call of u_prims_for_vertices for patches and rectangles
Marek Olšák
2016-01-08
1
-1
/
+13
*
r600g: write all MRTs only if there is exactly one output (fixes a hang)
Marek Olšák
2016-01-08
1
-1
/
+2
*
tgsi/scan: add flag colors_written
Marek Olšák
2016-01-08
2
-0
/
+4
*
cherry-ignore: drop the "re-enable" DCC on Stoney
Emil Velikov
2016-01-08
1
-0
/
+2
*
mesa/shader: return correct attribute location for double matrix arrays
Dave Airlie
2016-01-07
1
-3
/
+8
*
gallium/util: return correct number of bound vertex buffers
Patrick Rudolph
2016-01-07
1
-1
/
+7
*
mesa/varray: set double arrays to non-normalised.
Dave Airlie
2016-01-07
1
-1
/
+1
[next]