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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: fix discard-only fragment shaders (11.1 version)
Nicolai Hähnle
2016-02-04
1
-0
/
+3
*
st/mesa: use the correct address generation functions in st_TexSubImage blit
Nicolai Hähnle
2016-02-04
1
-5
/
+5
*
st/omx/dec/h264: fix corruption when scaling matrix present flag set
Leo Liu
2016-02-04
1
-2
/
+5
*
vl: add zig zag scan for list 4x4
Leo Liu
2016-02-04
2
-0
/
+8
*
st/mesa: treat a write as a read for range purposes
Ilia Mirkin
2016-02-04
1
-1
/
+4
*
gallium: Add DragonFly support
François Tigeot
2016-02-04
1
-1
/
+1
*
nv50/ir: fix false global CSE on instructions with multiple defs
Ilia Mirkin
2016-02-04
1
-0
/
+2
*
nv50,nvc0: fix buffer clearing to respect engine alignment requirements
Ilia Mirkin
2016-02-04
2
-52
/
+247
*
nvc0: avoid crashing when there are holes in vertex array bindings
Ilia Mirkin
2016-02-04
1
-3
/
+13
*
vc4: Throttle outstanding rendering after submission.
Eric Anholt
2016-02-04
1
-0
/
+9
*
vc4: Don't record the seqno of a failed job submit.
Eric Anholt
2016-02-04
1
-2
/
+2
*
nv50/ir: fix memory corruption when spilling and redoing RA
Karol Herbst
2016-02-04
1
-0
/
+3
*
i965/bxt: Fix conservative wm thread counts.
Ben Widawsky
2016-02-04
1
-1
/
+1
*
meta: Use internal functions to set texture parameters
Ian Romanick
2016-02-04
4
-24
/
+49
*
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
2016-02-04
1
-8
/
+8
*
radeonsi: add DCC buffer for sampler views on new CS
Nicolai Hähnle
2016-02-04
1
-15
/
+18
*
radeonsi: ensure that VGT_GS_MODE is sent when necessary
Nicolai Hähnle
2016-02-04
1
-8
/
+21
*
radeonsi: extract the VGT_GS_MODE calculation into its own function
Nicolai Hähnle
2016-02-04
1
-19
/
+28
*
glsl: always compute proper varying type, irrespective of varying packing
Ilia Mirkin
2016-02-04
1
-8
/
+5
*
glsl: create helper to remove outer vertex index array used by some stages
Timothy Arceri
2016-02-04
1
-10
/
+26
*
egl/dri2: expose srgb configs when KHR_gl_colorspace is available
Emil Velikov
2016-02-03
1
-0
/
+2
*
targets/dri: android: use WHOLE static libraries
Emil Velikov
2016-02-03
1
-1
/
+3
*
i915: correctly parse/set the context flags
Emil Velikov
2016-02-03
1
-0
/
+2
*
pipe-loader: Fix PATH_MAX define on MSVC.
Jose Fonseca
2016-01-22
1
-0
/
+5
*
scons: Conditionally use DRM module on pipe-loader.
Jose Fonseca
2016-01-22
1
-5
/
+4
*
r600g: don't leak driver const buffers
Grazvydas Ignotas
2016-01-22
1
-0
/
+6
*
util/u_pstipple.c: copy immediates during transformation
Nicolai Hähnle
2016-01-22
1
-0
/
+1
*
glsl: fix interface block error message
Timothy Arceri
2016-01-22
1
-1
/
+1
*
glsl: fix subroutine lowering reusing actual parmaters
Dave Airlie
2016-01-22
1
-5
/
+19
*
mesa: fix segfault in glUniformSubroutinesuiv()
Timothy Arceri
2016-01-22
1
-0
/
+10
*
glsl: fix segfault linking subroutine uniform with explicit location
Timothy Arceri
2016-01-22
1
-1
/
+1
*
glsl: Allow implicit int -> uint conversions for bitwise operators (&, ^, |).
Kenneth Graunke
2016-01-22
1
-8
/
+38
*
i965/fs: Always set channel 2 of texture headers in some stages
Jason Ekstrand
2016-01-22
1
-0
/
+8
*
i965/fs/generator: Take an actual shader stage rather than a string
Jason Ekstrand
2016-01-22
6
-10
/
+14
*
i965/vec4: Use UW type for multiply into accumulator on GEN8+
Jason Ekstrand
2016-01-22
1
-1
/
+5
*
st/mesa: use surface format to generate mipmaps when available
Ilia Mirkin
2016-01-22
1
-1
/
+7
*
radeonsi: don't miss changes to SPI_TMPRING_SIZE
Marek Olšák
2016-01-22
1
-2
/
+7
*
glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.
Kenneth Graunke
2016-01-22
1
-1
/
+6
*
i965: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-21
1
-1
/
+1
*
i915: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-21
1
-1
/
+1
*
radeon: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-21
1
-1
/
+1
*
st/mesa: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-21
1
-3
/
+1
*
mesa/bufferobj: make _mesa_delete_buffer_object externally accessible
Nicolai Hähnle
2016-01-21
2
-1
/
+5
*
mesa: Add KBL PCI IDs and platform information.
Sarah Sharp
2016-01-08
1
-0
/
+60
*
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
[next]