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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa/arb_gpu_shader_fp64: add support for glGetUniformdv
Dave Airlie
2015-09-02
2
-16
/
+14
*
nv50,nvc0: disable depth bounds test on blit
Ilia Mirkin
2015-09-02
2
-0
/
+3
*
i965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag is used
Neil Roberts
2015-09-02
1
-2
/
+13
*
i965: Swap the order of the vertex ID and edge flag attributes
Neil Roberts
2015-09-02
2
-29
/
+57
*
r600g: Fix assert in tgsi_cmp
Glenn Kennard
2015-09-02
1
-2
/
+2
*
st/mesa: pass through 4th opcode argument in bitmap/pixel visitors
Ilia Mirkin
2015-09-02
1
-6
/
+6
*
st/mesa: fix assignments with 4-operand arguments (i.e. BFI)
Ilia Mirkin
2015-09-02
1
-1
/
+1
*
mesa: update fbo state in glTexStorage
Tapani Pälli
2015-09-02
1
-0
/
+15
*
Revert "radeonsi: properly set the raster_config for KV"
Emil Velikov
2015-08-22
1
-9
/
+5
*
glsl: avoid compiler's segfault when processing operators with void arguments
Renaud Gaubert
2015-08-19
2
-2
/
+16
*
i965/bdw: Fix setting the instancing state for the SGVS element
Neil Roberts
2015-08-19
1
-1
/
+1
*
glx: Fix __glXWireToEvent for BufferSwapComplete
Adam Jackson
2015-08-19
1
-0
/
+3
*
nv50,nvc0: take level into account when doing eng2d multi-layer blits
Ilia Mirkin
2015-08-19
2
-8
/
+20
*
gm107/ir: indirect handle goes first on maxwell also
Ilia Mirkin
2015-08-19
1
-8
/
+4
*
radeonsi: properly set the raster_config for KV
Alex Deucher
2015-08-19
1
-5
/
+9
*
egl/x11: don't abort when creating a DRI2 drawable fails
Frank Binns
2015-08-19
1
-1
/
+19
*
r600g: allow setting geometry shader sampler states
Marek Olšák
2015-08-19
1
-5
/
+0
*
r600g: fix polygon offset scale
Marek Olšák
2015-08-19
2
-2
/
+2
*
radeonsi: fix polygon offset scale
Marek Olšák
2015-08-19
1
-1
/
+1
*
mesa/formats: don't byteswap when building array formats
Oded Gabbay
2015-08-19
1
-11
/
+3
*
mesa/formats: Don't flip channels of null array formats
Jason Ekstrand
2015-08-19
1
-1
/
+2
*
mesa/formats: Fix swizzle flipping for big-endian targets
Jason Ekstrand
2015-08-19
1
-4
/
+12
*
mesa/formats: Only do byteswapping for packed formats
Jason Ekstrand
2015-08-19
1
-3
/
+3
*
nouveau: no need to do tnl wakeup, state updates are always hooked up
Ilia Mirkin
2015-08-19
2
-2
/
+0
*
mesa: clear existing swizzle info before bitwise-OR
Oded Gabbay
2015-08-19
1
-0
/
+5
*
vc4: add missing nir include, to fix the build
Emil Velikov
2015-08-19
1
-0
/
+1
*
meta/copy_image: Stash off the scissor
Jason Ekstrand
2015-08-19
1
-2
/
+2
*
i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal format
Eduardo Lima Mitev
2015-08-06
1
-9
/
+9
*
mesa: Validate target before resolving tex obj in glTex(ture)SubImageXD
Eduardo Lima Mitev
2015-08-06
1
-15
/
+14
*
mesa: Fix errors values returned by glShaderBinary()
Eduardo Lima Mitev
2015-08-06
1
-3
/
+14
*
egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib
Frank Binns
2015-08-06
1
-1
/
+2
*
egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension
Frank Binns
2015-08-06
1
-0
/
+4
*
r600g: fix the CB_SHADER_MASK setup
Marek Olšák
2015-08-06
2
-4
/
+5
*
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
2015-08-01
4
-271
/
+128
*
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
2015-08-01
5
-91
/
+156
*
opencl: use versioned .so in mesa.icd
Igor Gnatenko
2015-08-01
3
-2
/
+2
*
nv50: avoid segfault with enabled but unbound vertex attrib
Samuel Pitoiset
2015-08-01
1
-0
/
+5
*
winsys/radeon: don't leak the fd when it is 0
Emil Velikov
2015-08-01
1
-2
/
+2
*
egl/wayland: libdrm is a hard requirement, treat it as such
Emil Velikov
2015-08-01
1
-2
/
+0
*
i965/skl: Add production thread counts and URB size
Ben Widawsky
2015-08-01
1
-5
/
+5
*
glsl: Fix a bug where LHS swizzles of swizzles were too small.
Kenneth Graunke
2015-08-01
1
-2
/
+2
*
st/mesa: don't ignore texture buffer state changes
Marek Olšák
2015-08-01
3
-3
/
+6
*
nvc0: fix geometry program revalidation of clipping params
Ilia Mirkin
2015-08-01
1
-1
/
+1
*
meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2015-08-01
1
-2
/
+34
*
mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()
Anuj Phogat
2015-08-01
2
-0
/
+22
*
meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImage
Anuj Phogat
2015-08-01
1
-0
/
+5
*
meta: Abort meta pbo path if readpixels need signed-unsigned conversion
Anuj Phogat
2015-08-01
1
-0
/
+26
*
meta: Fix transfer operations check in meta pbo path for readpixels
Anuj Phogat
2015-08-01
1
-4
/
+9
*
mesa: Turn get_readpixels_transfer_ops() in to a global function
Anuj Phogat
2015-08-01
2
-7
/
+15
[prev]
[next]