summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-27mesa: Eliminate gl_shader_program::InternalSeparateShadersso5Ian Romanick3-14/+2
2014-04-27mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick7-6/+331
2014-04-27glsl: Sort the list of extensionsIan Romanick2-62/+85
2014-04-27mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick9-209/+11
2014-04-27mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick8-25/+12
2014-04-27linker: Treat I/O within the pipeline differently than the end pointsIan Romanick3-15/+36
2014-04-27linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...Ian Romanick2-20/+90
2014-04-27linker: Sort shader I/O variables into a canonical orderIan Romanick1-4/+74
2014-04-27glsl: Track explicitly set location independent from the actual locationIan Romanick3-0/+11
2014-04-27linker: Allow geometry shader without vertex shader for separable programsIan Romanick1-1/+2
2014-04-27linker: Assign varying locations for separable programsIan Romanick2-3/+30
2014-04-27linker: Allow consumer stage or producer stage to be NULLIan Romanick1-25/+46
2014-04-27linker: Refactor code that gets an input matching an outputIan Romanick2-17/+114
2014-04-27glsl: Exit when the shader IR contains an interface block instanceIan Romanick2-31/+63
2014-04-27glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick2-1/+248
2014-04-27linker: Refactor code that builds hash tables of varyings during linkingIan Romanick1-20/+33
2014-04-27meta: Fix saving the program pipeline stateIan Romanick2-15/+20
2014-04-27mesa/sso: Refactor new function _mesa_bind_pipelineIan Romanick2-3/+14
2014-04-27glsl: Constify parameter to a couple varying_matches methodsIan Romanick1-4/+4
2014-04-26nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin1-1/+4
2014-04-26nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin1-0/+2
2014-04-26nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin1-3/+1
2014-04-26nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin3-2/+1
2014-04-26nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin5-0/+8
2014-04-26mesa/st: translate gl_InvocationID to INVOCATIONID semanticIlia Mirkin1-0/+1
2014-04-26mesa/st: translate gl_SampleMaskIn to SAMPLEMASK semanticIlia Mirkin1-0/+1
2014-04-26gallium: add GS_INVOCATIONS propertyIlia Mirkin3-1/+19
2014-04-26gallium: add INVOCATIONID semanticIlia Mirkin3-2/+10
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin15-14/+131
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin14-8/+107
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin12-11/+89
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin19-2/+48
2014-04-25mapi: OpenVG symbol exports.Enrico Horn1-0/+1
2014-04-25glsl: Use properly typed arguments for bitfieldInsert.Matt Turner1-2/+2
2014-04-25i965: Don't bother flushing the batch if it doesn't ref our mt to map.Eric Anholt1-1/+2
2014-04-25egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORMAnder Conselvan de Oliveira1-0/+2
2014-04-25wayland: Fix the logic in disabling the prime capabilityNeil Roberts1-1/+1
2014-04-25gbm: Set errno on errorsAnder Conselvan de Oliveira2-15/+41
2014-04-25gbm/dri: Fix out-of-memory error path in dri_device_create()Ander Conselvan de Oliveira1-0/+2
2014-04-25gallium/tests: conditionally include sw/dri winsysEmil Velikov1-1/+5
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov5-8/+5
2014-04-25pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov3-0/+10
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger6-163/+190
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger12-39/+39
2014-04-25llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger1-1/+1
2014-04-25r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák5-7/+27
2014-04-25r600g: fix for an MSAA hang on RV770Marek Olšák3-1/+12
2014-04-25r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák4-61/+64
2014-04-25r600g: fix for HTILE on R6xxMarek Olšák1-0/+6
2014-04-25r600g: fix buffer copying on R600-R700Marek Olšák1-0/+6