summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-30glsl: Slightly restructure error generation in validate_explicit_locationIan Romanick1-11/+11
2013-10-30glsl: Make mode_string function globally availableIan Romanick3-23/+46
2013-10-30glsl: Eliminate the global check in validate_explicit_locationIan Romanick1-3/+2
2013-10-30glsl: Extract explicit location code from apply_type_qualifier_to_variableIan Romanick1-75/+84
2013-10-30mesa: Drop unused return value from use_shader_programGregory Hainaut1-5/+3
2013-10-30wayland: silence unused var warningFabio Pedretti1-2/+0
2013-10-30ilo: Fix out-of-tree build.Johannes Obermayr1-1/+1
2013-10-30scons: Add missing dependencies to src/mapi/glapi/gen/*.xmlJosé Fonseca2-8/+10
2013-10-30glsl: fix crash introduced by the previous commitMarek Olšák1-1/+1
2013-10-29glsl: break the gl_FragData array into separate gl_FragData[i] variablesMarek Olšák1-33/+134
2013-10-29automake: properly handle non-default expat installationEmil Velikov2-0/+2
2013-10-29targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusIDEmil Velikov1-13/+14
2013-10-29gallium/targets/xorg: drop set but unused variable entityEmil Velikov4-12/+0
2013-10-29st/xorg: drop set but unsused variables dxo, dyoEmil Velikov1-4/+0
2013-10-29st/xorg: add sanity checks after mallocEmil Velikov1-0/+6
2013-10-29st/xorg: remove unnecessary headersEmil Velikov2-8/+0
2013-10-29freedreno: emulated unsupported primitive typesRob Clark5-25/+74
2013-10-29gallium/auxiliary/indices: add u_primconvertRob Clark3-0/+227
2013-10-29gallium/auxiliary/indices: add start paramRob Clark7-28/+56
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