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.0-rc3
mesa-11.1.0-rc3
Emil Velikov
2015-12-07
1
-1
/
+1
*
radeon/llvm: Use llvm.AMDIL.exp intrinsic again for now
Michel Dänzer
2015-12-04
1
-1
/
+1
*
i965: fix 64-bit immediates in brw_inst(_set)_bits
Connor Abbott
2015-12-04
1
-2
/
+2
*
mesa: rework the meaning of gl_debug_message::length
Emil Velikov
2015-12-04
1
-16
/
+24
*
mesa: errors: validate the length of null terminated string
Emil Velikov
2015-12-04
1
-3
/
+17
*
mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
Emil Velikov
2015-12-04
1
-1
/
+1
*
mesa: add SEVERITY_NOTIFICATION to default state
Emil Velikov
2015-12-04
1
-2
/
+3
*
mesa: return the correct value for GroupStackDepth
Emil Velikov
2015-12-04
1
-1
/
+1
*
mesa: rename GroupStackDepth to CurrentGroup
Emil Velikov
2015-12-04
1
-16
/
+16
*
mesa: do not enable KHR_debug for ES 1.0
Emil Velikov
2015-12-04
2
-11
/
+11
*
glapi: add GetPointervKHR to the ES dispatch
Emil Velikov
2015-12-04
2
-1
/
+9
*
mesa: remove len argument from _mesa_shader_debug()
Emil Velikov
2015-12-04
5
-10
/
+9
*
nv50/ir: avoid looking at uninitialized srcMods entries
Ilia Mirkin
2015-12-04
2
-2
/
+2
*
nv50/ir: fix DCE to not generate 96-bit loads
Ilia Mirkin
2015-12-04
1
-1
/
+31
*
radeonsi: fix Fiji for LLVM <= 3.7
Marek Olšák
2015-12-04
1
-1
/
+2
*
mesa/version: Update gl_extensions::Version during version override
Nanley Chery
2015-12-04
1
-0
/
+1
*
i965: use _Shader to get fragment program when updating surface state
Tapani Pälli
2015-12-04
1
-2
/
+2
*
nv50/ir: don't forget to mark flagsDef on cvt in txb lowering
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
nv50/ir: fix instruction permutation logic
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
nv50/ir: the mad source might not have a defining instruction
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
nv50/ir: deal with loops with no breaks
Ilia Mirkin
2015-12-04
1
-0
/
+6
*
nvc0/ir: fold postfactor into immediate
Ilia Mirkin
2015-12-04
1
-0
/
+6
*
mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries
Roland Scheidegger
2015-12-04
3
-2
/
+8
*
r600: SMX returns CONTEXT_DONE early workaround
Dave Airlie
2015-12-04
2
-1
/
+13
*
r600: do SQ flush ES ring rolling workaround
Dave Airlie
2015-12-04
3
-1
/
+8
*
clover: Handle NULL devices returned by pipe_loader_probe() v2
Tom Stellard
2015-12-04
1
-1
/
+2
*
automake: fix some occurrences of hardcoded -ldl and -lpthread
Jonathan Gray
2015-12-04
2
-2
/
+3
*
r600: workaround empty geom shader.
Dave Airlie
2015-12-04
1
-0
/
+5
*
r600: rv670 use at least 16es/gs threads
Dave Airlie
2015-12-04
1
-4
/
+5
*
r600: geometry shader gsvs itemsize workaround
Dave Airlie
2015-12-04
1
-0
/
+20
*
cherry-ignore: ignore unneeded header update
Emil Velikov
2015-12-04
1
-0
/
+2
*
vl/buffers: fixes vl_video_buffer_formats for RGBX
Julien Isorce
2015-12-04
1
-1
/
+1
*
Update version to 11.1.0-rc2
mesa-11.1.0-rc2
Emil Velikov
2015-11-30
1
-1
/
+1
*
i965: Handle lum, intensity and missing components in the fast clear
Neil Roberts
2015-11-30
1
-2
/
+32
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-30
1
-28
/
+15
*
mesa/extensions: Enable overriding permanently enabled extensions
Nanley Chery
2015-11-30
1
-40
/
+24
*
radeon/vce: disable Stoney VCE for 11.0
Leo Liu
2015-11-30
1
-0
/
+5
*
auxiliary/vl/dri: fd management cleanups
Emil Velikov
2015-11-30
1
-2
/
+5
*
auxiliary/vl/drm: fd management cleanups
Emil Velikov
2015-11-30
1
-1
/
+7
*
st/xa: fd management cleanups
Emil Velikov
2015-11-30
1
-1
/
+8
*
st/dri: fd management cleanups
Emil Velikov
2015-11-30
1
-2
/
+14
*
pipe-loader: check if winsys.name is non-null prior to strcmp
Emil Velikov
2015-11-30
1
-4
/
+4
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-30
4
-4
/
+11
*
radeon: only suspend queries on flush if they haven't been suspended yet
Nicolai Hähnle
2015-11-30
2
-2
/
+9
*
targets: use the non-inline sw helpers
Emil Velikov
2015-11-30
8
-1
/
+9
*
target-hepers: add non inline sw helpers
Emil Velikov
2015-11-29
2
-0
/
+83
*
pipe-loader: fix off-by one error
Emil Velikov
2015-11-29
1
-1
/
+1
*
i965: Fix scalar vertex shader struct outputs.
Kenneth Graunke
2015-11-29
2
-8
/
+34
*
i965: Fix fragment shader struct inputs.
Kenneth Graunke
2015-11-29
3
-82
/
+84
*
radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register values
Tom Stellard
2015-11-29
2
-31
/
+7
[next]