summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Move layout(location) checks to AST-to-HIR conversionIan Romanick2013-10-303-22/+43
* glsl: Slightly restructure error generation in validate_explicit_locationIan Romanick2013-10-301-11/+11
* glsl: Make mode_string function globally availableIan Romanick2013-10-303-23/+46
* glsl: Eliminate the global check in validate_explicit_locationIan Romanick2013-10-301-3/+2
* glsl: Extract explicit location code from apply_type_qualifier_to_variableIan Romanick2013-10-301-75/+84
* mesa: Drop unused return value from use_shader_programGregory Hainaut2013-10-301-5/+3
* wayland: silence unused var warningFabio Pedretti2013-10-301-2/+0
* ilo: Fix out-of-tree build.Johannes Obermayr2013-10-301-1/+1
* scons: Add missing dependencies to src/mapi/glapi/gen/*.xmlJosé Fonseca2013-10-302-8/+10
* glsl: fix crash introduced by the previous commitMarek Olšák2013-10-301-1/+1
* glsl: break the gl_FragData array into separate gl_FragData[i] variablesMarek Olšák2013-10-291-33/+134
* automake: properly handle non-default expat installationEmil Velikov2013-10-292-0/+2
* targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusIDEmil Velikov2013-10-291-13/+14
* gallium/targets/xorg: drop set but unused variable entityEmil Velikov2013-10-294-12/+0
* st/xorg: drop set but unsused variables dxo, dyoEmil Velikov2013-10-291-4/+0
* st/xorg: add sanity checks after mallocEmil Velikov2013-10-291-0/+6
* st/xorg: remove unnecessary headersEmil Velikov2013-10-292-8/+0
* freedreno: emulated unsupported primitive typesRob Clark2013-10-295-25/+74
* gallium/auxiliary/indices: add u_primconvertRob Clark2013-10-293-0/+227
* gallium/auxiliary/indices: add start paramRob Clark2013-10-297-28/+56
* freedreno: update generated headersRob Clark2013-10-296-125/+238
* i965/fs: Drop our dead push constants before overflowing to pull constants.Eric Anholt2013-10-291-2/+1
* haiku-softpipe: Minor cleanup and color space fixesAlexander von Gluck IV2013-10-292-20/+13
* winsys: Correct Haiku winsys display target codeAlexander von Gluck IV2013-10-294-8/+41
* clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez2013-10-291-1/+1
* i965: Simplify the shader time code by using atomic counter helpers.Francisco Jerez2013-10-294-41/+7
* i965: Add brw_reg constructors taking a dynamically determined vector width.Francisco Jerez2013-10-291-0/+24
* i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez2013-10-299-0/+112
* i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez2013-10-299-0/+130
* i965: Implement ABO surface state emission.Francisco Jerez2013-10-297-0/+122
* i965: Define vtbl method that initializes an untyped R/W surface.Francisco Jerez2013-10-292-5/+37
* glsl: Fix the function inlining pass to deal with general opaque arguments.Francisco Jerez2013-10-291-33/+33
* glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...Francisco Jerez2013-10-295-0/+89
* glsl: Basic support for built-in intrinsics.Francisco Jerez2013-10-294-11/+64
* glsl: Add type predicate to check whether a type contains any opaque types.Francisco Jerez2013-10-293-0/+27
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-2916-1/+58
* glsl: Add extension enables for ARB_shader_atomic_counters.Francisco Jerez2013-10-292-0/+3
* mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-2912-3/+271
* glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-296-1/+60
* i965: Handle deallocation of some private ralloc contexts explicitly.Francisco Jerez2013-10-294-4/+4
* ralloc: Hook up C++ destructors to ralloc when necessary.Francisco Jerez2013-10-291-0/+14
* mesa: Define introspection macro to determine whether a type is trivially des...Francisco Jerez2013-10-291-1/+23
* glsl: Generalize MSVC fix for strcasecmp().Paul Berry2013-10-292-7/+2
* llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2013-10-292-8/+25
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-293-19/+64
* st/mesa: move out of memory check in st_draw_vbo()Brian Paul2013-10-291-3/+4
* svga: reindent drawing codeBrian Paul2013-10-293-266/+199
* i965/vec4: Reduce working set size of live variables computation.Eric Anholt2013-10-292-23/+28
* r600g/sb: fix value::is_fixed()Vadim Girlin2013-10-291-2/+2
* glsl: Drop no-op shifts involving 0.Eric Anholt2013-10-281-0/+10