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
*
st/mesa: Fix paths used in Android builds
Tomasz Figa
2014-10-03
3
-0
/
+6
*
st/mesa: Generate format_info.c in Android builds
Tomasz Figa
2014-10-03
1
-0
/
+9
*
util: Include in Android builds
Tomasz Figa
2014-10-03
8
-4
/
+114
*
glx/dri3: Provide error diagnostics when DRI3 allocation fails
Keith Packard
2014-10-03
1
-8
/
+25
*
st/xa: Fix regression in xa_yuv_planar_blit()
Thomas Hellstrom
2014-10-03
2
-0
/
+12
*
st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables
Marek Olšák
2014-09-28
1
-35
/
+0
*
glsl: Strip arrayness from ir_type_dereference_variable too
Ian Romanick
2014-09-27
1
-1
/
+1
*
glsl: Round struct size up to at least 16 bytes
Ian Romanick
2014-09-27
1
-1
/
+1
*
glsl: Make sure row-major array-of-structure get correct layout
Ian Romanick
2014-09-27
1
-1
/
+8
*
glsl: Make sure fields after small structs have correct padding
Ian Romanick
2014-09-27
1
-0
/
+22
*
st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffers
Michel Dänzer
2014-09-27
1
-3
/
+5
*
gm107/ir: take relative pfetch offset into account
Ilia Mirkin
2014-09-27
1
-1
/
+4
*
gm107/ir: add support for indirect const buffer selection
Ilia Mirkin
2014-09-27
1
-0
/
+14
*
gm107/ir: fix texture argument order
Ilia Mirkin
2014-09-27
2
-5
/
+34
*
gm107/ir: fix manual TXD for array targets
Ilia Mirkin
2014-09-27
1
-2
/
+3
*
nv50/ir: avoid deleting pseudo instructions too early
Ilia Mirkin
2014-09-27
1
-1
/
+10
*
mesa: Set correct array element in vbo_exec_vtx_init.
Kenneth Graunke
2014-09-27
1
-1
/
+1
*
mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).
Kenneth Graunke
2014-09-27
1
-4
/
+4
*
radeonsi: properly destroy the GS copy shader and scratch_bo for compute
Marek Olšák
2014-09-27
2
-3
/
+8
*
radeonsi: release GS rings at context destruction
Marek Olšák
2014-09-27
1
-0
/
+2
*
i915: Fix black buffers when importing prime fds
Andreas Pokorny
2014-09-27
1
-0
/
+2
*
egl/drm: expose KHR_image_pixmap extension
Andreas Pokorny
2014-09-27
1
-0
/
+1
*
gallivm: fix idiv
Roland Scheidegger
2014-09-27
1
-7
/
+5
*
gallivm,tgsi: fix idiv by zero crash
rconde
2014-09-23
2
-7
/
+25
*
clover: Add support to mem objects for multiple destructor callbacks v2
Tom Stellard
2014-09-23
2
-5
/
+8
*
mesa: fix prog_optimize.c assertions triggered by SWZ opcode
Brian Paul
2014-09-23
1
-5
/
+4
*
swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian
Richard Sandiford
2014-09-23
1
-3
/
+3
*
mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.
Richard Sandiford
2014-09-23
1
-1
/
+1
*
r300g: set register classes before interferences
Connor Abbott
2014-09-16
1
-2
/
+4
*
i965: add support for RGBA dma_buf imports.
Gwenole Beauchesne
2014-09-16
1
-0
/
+6
*
i965: Mark delta_x/y as BAD_FILE if remapped away completely.
Kenneth Graunke
2014-09-16
2
-5
/
+15
*
gallivm: Fix uses of 2^24
Richard Sandiford
2014-09-16
1
-4
/
+4
*
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
2014-09-16
1
-10
/
+10
*
mesa: fix _mesa_free_pipeline_data() use-after-free bug
Brian Paul
2014-09-16
1
-2
/
+2
*
gallium/util: add missing u_debug include
Andreas Boll
2014-09-16
1
-0
/
+1
*
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2014-09-16
2
-2
/
+2
*
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
2014-09-16
5
-4
/
+9
*
nouveau: remove unneeded assert
Maarten Lankhorst
2014-09-16
1
-1
/
+0
*
nouveau: rework reference frame handling
Maarten Lankhorst
2014-09-16
3
-4
/
+37
*
nouveau: fix MPEG4 hw decoding
Maarten Lankhorst
2014-09-16
1
-3
/
+3
*
nouveau: re-allocate bo's on overflow
Maarten Lankhorst
2014-09-16
4
-11
/
+87
*
i965/vec4: Only examine virtual_grf_end for GRF sources
Ian Romanick
2014-09-16
1
-8
/
+12
*
i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.
Iago Toral Quiroga
2014-09-16
1
-4
/
+9
*
glsl: Speed up constant folding for swizzles.
Kenneth Graunke
2014-09-12
1
-0
/
+5
*
i965/vec4: Make type_size() return 0 for samplers.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Skip allocating UNIFORM file storage for uniforms of size 0.
Kenneth Graunke
2014-09-12
2
-6
/
+6
*
i965: Disable guardband clipping in the smaller-than-viewport case.
Kenneth Graunke
2014-09-12
1
-0
/
+31
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
5
-16
/
+42
*
i965: Fix reference counting in new basevertex upload code.
Kenneth Graunke
2014-09-12
1
-0
/
+3
*
i965: Request lowering gl_VertexID
Ian Romanick
2014-09-12
1
-0
/
+1
[next]