summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-29freedreno: update generated headersRob Clark6-125/+238
2013-10-29i965/fs: Drop our dead push constants before overflowing to pull constants.Eric Anholt1-2/+1
2013-10-29haiku-softpipe: Minor cleanup and color space fixesAlexander von Gluck IV2-20/+13
2013-10-29winsys: Correct Haiku winsys display target codeAlexander von Gluck IV4-8/+41
2013-10-29clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez1-1/+1
2013-10-29i965: Simplify the shader time code by using atomic counter helpers.Francisco Jerez4-41/+7
2013-10-29i965: Add brw_reg constructors taking a dynamically determined vector width.Francisco Jerez1-0/+24
2013-10-29i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez9-0/+112
2013-10-29i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez9-0/+130
2013-10-29i965: Implement ABO surface state emission.Francisco Jerez7-0/+122
2013-10-29i965: Define vtbl method that initializes an untyped R/W surface.Francisco Jerez2-5/+37
2013-10-29glsl: Fix the function inlining pass to deal with general opaque arguments.Francisco Jerez1-33/+33
2013-10-29glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...Francisco Jerez5-0/+89
2013-10-29glsl: Basic support for built-in intrinsics.Francisco Jerez4-11/+64
2013-10-29glsl: Add type predicate to check whether a type contains any opaque types.Francisco Jerez3-0/+27
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez16-1/+58
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