summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-29glsl: Add extension enables for ARB_shader_atomic_counters.Francisco Jerez2-0/+3
2013-10-29mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez12-3/+271
2013-10-29glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez6-1/+60
2013-10-29i965: Handle deallocation of some private ralloc contexts explicitly.Francisco Jerez4-4/+4
2013-10-29ralloc: Hook up C++ destructors to ralloc when necessary.Francisco Jerez1-0/+14
2013-10-29mesa: Define introspection macro to determine whether a type is trivially des...Francisco Jerez1-1/+23
2013-10-29glsl: Generalize MSVC fix for strcasecmp().Paul Berry2-7/+2
2013-10-29llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2-8/+25
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure3-19/+64
2013-10-29st/mesa: move out of memory check in st_draw_vbo()Brian Paul1-3/+4
2013-10-29svga: reindent drawing codeBrian Paul3-266/+199
2013-10-29i965/vec4: Reduce working set size of live variables computation.Eric Anholt2-23/+28
2013-10-29r600g/sb: fix value::is_fixed()Vadim Girlin1-2/+2
2013-10-28glsl: Drop no-op shifts involving 0.Eric Anholt1-0/+10
2013-10-28glsl: Use ir_builder more in opt_algebraic.Eric Anholt1-30/+10
2013-10-28glsl: Move common code out of opt_algebraic's handle_expression().Eric Anholt1-78/+39
2013-10-28Remove error when calling glGenQueries/glDeleteQueries while a query is activeCarl Worth1-15/+10
2013-10-28i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.Kenneth Graunke1-0/+12
2013-10-28i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth.Kenneth Graunke1-0/+12
2013-10-28i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.Kenneth Graunke1-3/+3
2013-10-28i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.Kenneth Graunke1-0/+3
2013-10-28i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.Kenneth Graunke1-0/+4
2013-10-28i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.Kenneth Graunke1-0/+3
2013-10-28i965: CS writes/reads should use I915_GEM_INSTRUCTIONDaniel Vetter1-2/+2
2013-10-28i965: Do not set bilinear_filter flag in case of multisample blitsAnuj Phogat1-1/+1
2013-10-28mesa: Remove trailing whitespace in texparam.cRico Schüller1-6/+6
2013-10-28mesa: use void in _mesa_VDPAUFiniNV() as in the header fileBrian Paul1-1/+1
2013-10-28glsl: Add check for unsized arrays to glsl typesTimothy Arceri7-26/+30
2013-10-28glsl: whitespace cleanups.Timothy Arceri1-3/+0
2013-10-28glsl: Fix commentTimothy Arceri1-1/+1
2013-10-28vl/h264: split fields into SPS/PPSChristian König7-125/+169
2013-10-28radeon/uvd: fix H264 chroma format handlingChristian König1-1/+15
2013-10-28vl: add 400 chroma format as wellChristian König1-0/+1
2013-10-28ilo: minor cleanups for recent interface changesChia-I Wu3-156/+9
2013-10-27glsl: Move error message inside validation check reducing duplicate message h...Timothy Arceri1-13/+14
2013-10-27i965: Make fs gl_PrimitiveID input work even when there's no gs.Paul Berry2-5/+26
2013-10-26mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.Vinson Lee1-0/+12
2013-10-26mesa: add vdpau.c and st_vdpau.c to src/mesa/SConscriptBrian Paul1-0/+2
2013-10-26implement NV_vdpau_interop v7Christian König19-9/+934
2013-10-26winsys/radeon: make radeon_drm_winsys_create publicChristian König1-1/+1
2013-10-26i965: Remove ir_txf coord+offset special case in visitorsChris Forbes2-65/+16
2013-10-26i965: Generalize coord+offset lowering pass for ir_txfChris Forbes1-3/+26
2013-10-26i965: Add lowering pass to fold offset into unnormalized coordsChris Forbes4-0/+81
2013-10-26i965: Add lowering pass for splitting textureGatherOffsetsChris Forbes4-0/+92
2013-10-26i965: Add asserts to ensure that ir_tg4 offset arrays are loweredChris Forbes2-0/+6
2013-10-26glsl: add signatures for textureGatherOffsets()Chris Forbes1-0/+30
2013-10-26glsl: add support for texture functions with offset arraysChris Forbes1-0/+9
2013-10-26i965/fs: Add support for shadow comparitors with gather4Chris Forbes2-3/+15
2013-10-26i965/vs: Add support for shadow comparitors with gather4Chris Forbes2-3/+16
2013-10-26i965: Add Gen7 gather4_c and gather4_po_c message typesChris Forbes1-0/+2