summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-25glx: Fix return value from indirect_bind_contextAdam Jackson1-4/+4
2013-10-25glsl: Optimize (not A) and (not B) into not (A or B).Matt Turner1-0/+9
2013-10-25glsl: Optimize (not A) or (not B) into not (A and B).Matt Turner1-0/+12
2013-10-25i965/fs: Match commutative expressions with reversed arguments.Matt Turner1-3/+23
2013-10-25i965: s/Muchnik/Muchnick/.Matt Turner4-4/+4
2013-10-25r600g,radeonsi: use fences provided by the winsysMarek Olšák8-462/+37
2013-10-25winsys/radeon: add the implementation of fences from r300gMarek Olšák4-33/+87
2013-10-25radeonsi: add the vertex shader position output if it's missingMarek Olšák1-0/+13
2013-10-25radeonsi: respect semantic indices for COLOR[i] fragment shader outputsMarek Olšák1-5/+2
2013-10-24glsl: When disabling gl_PerVertex variables, check that mode matches.Paul Berry1-1/+2
2013-10-24glsl: Remove unused gl_PerVertex interface blocks.Paul Berry1-0/+90
2013-10-24glsl: Call check_builtin_array_max_size when redeclaring gl_in.Paul Berry1-1/+17
2013-10-24mesa: Fix geometry shader program queries.Paul Berry1-60/+40
2013-10-24glsl: Account for interface block lowering in program_resource_visitor.Paul Berry1-1/+57
2013-10-24glsl: mark variables produced by lower_named_interface_blocks.Paul Berry2-0/+20
2013-10-24glsl: Keep track of centroid/interpolation mode for interface block members.Paul Berry5-0/+38
2013-10-24glsl: Pass variable mode into ast_process_structure_or_interface_block().Paul Berry1-16/+23
2013-10-24glsl: Extract interpretation of interpolation to its own function.Paul Berry1-28/+42
2013-10-24glsl: Pull interpolation_string() out of ir_variable.Paul Berry4-20/+22
2013-10-24i965: Reduce gl_MaxGeometryInputComponents to 64.Paul Berry1-1/+1
2013-10-24i965/gs: If a DUAL_OBJECT gs would spill, fall back to DUAL_INSTANCED.Paul Berry3-2/+30
2013-10-24i965/gs: Fix up gl_PointSize input swizzling for DUAL_INSTANCED gs.Paul Berry2-1/+32
2013-10-24i965/gs: Add the ability to compile a DUAL_INSTANCED geometry shader.Paul Berry4-8/+30
2013-10-24i965/vec4: Add the ability to suppress register spilling.Paul Berry7-10/+23
2013-10-24i965/vec4: if register allocation fails, don't try to schedule.Paul Berry1-1/+1
2013-10-24i965/vec4: Add the ability for attributes to be interleaved.Paul Berry3-6/+27
2013-10-24i965/gs: Set force_writemask_all when setting up g0.Paul Berry1-2/+3
2013-10-24glsl: set explicit_location correctly in lower_named_interface_blocks.Paul Berry1-0/+1
2013-10-24i965/gs: Precompile geometry shaders.Paul Berry4-0/+48
2013-10-24i965/vec4: Extract function to set up vec4 prog key for precompiling.Paul Berry3-14/+27
2013-10-24i965/vec4: Remove uses_clip_distance from program key.Paul Berry4-12/+3
2013-10-24glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.Paul Berry4-9/+13
2013-10-24glsl/gs: Fix transform feedback of gl_ClipDistance.Paul Berry3-1/+9
2013-10-24i965: Fix gl_MaxCombinedTextureImageUnits.Paul Berry1-1/+6
2013-10-24freedreno/a3xx/compiler: relative addressingRob Clark1-1/+123
2013-10-24freedreno/a3xx: fix const/rel/const-rel encodingRob Clark4-88/+300
2013-10-24freedreno/a3xx: add blend stateRob Clark2-5/+23
2013-10-24freedreno/resource: fail more gracefullyRob Clark1-1/+13
2013-10-25gallivm: implement fully accurate corner filtering for seamless cube mapsRoland Scheidegger1-13/+151
2013-10-24mesa: Remove dricore from the build.Eric Anholt7-129/+4
2013-10-24swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt6-42/+48
2013-10-24radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt12-44/+141
2013-10-24i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt7-21/+126
2013-10-24dri: Add a tool for generating #defines to namespace driver global symbols.Eric Anholt1-0/+68
2013-10-24nouveau: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt5-21/+24
2013-10-24i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt9-33/+155
2013-10-24dri: Implement a DRI vtable extension to replace the global driDriverAPI.Eric Anholt2-0/+30
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt8-35/+119
2013-10-24gbm: Add support for the new __driDriverGetExtensions interface.Eric Anholt1-2/+15
2013-10-24egl: Add an optional function call for getting the DRI driver interface.Eric Anholt1-2/+18